Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Question How do I?  (Read 2789 times)

0 Members and 1 Guest are viewing this topic.

wyvernsrose

  • Coppermine newbie
  • Offline Offline
  • Gender: Female
  • Posts: 6
    • All Around The Bonfire
Question How do I?
« on: August 07, 2005, 01:36:09 pm »

Thought it would be safer to ask rather than completely kill my gallery in the process of trying to figure it out....

with the Windows XP Web Publishing Wizard there isn't anywhere on the gallery itself to let people know that the option for uploads is available, yet it is so easy and most of the people who use my sites are running Windows XP

so the question is how to add a Q&A to the FAO's on the gallery in regards to Windows XP Web Publishing Wizard and the link to the page for them to create the cookie  :( pity that page doesn't share the theme....

and to provide a link to the Windows XP Web Publishing Wizard info page on the Uploads Page

 :D thanks for any help which may come along :)
« Last Edit: August 08, 2005, 11:08:50 pm by GauGau »
Logged
I got to play with something and the kids wont share their toys :-[

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Question How do I?
« Reply #1 on: August 08, 2005, 09:21:51 am »

edit the faq that come with coppermine: in lang/english.php (or whatever your language file is named), find
Code: [Select]
if (defined('FAQ_PHP')) $lang_faq_data = array(and edit the stuff that comes after it (add new lines).

To create a link to XP_Publish, just edit themes/yourtheme/theme.php, find
Code: [Select]
<!-- BEGIN upload_pic -->
                        <a href="{UPL_PIC_TGT}" title="{UPL_PIC_TITLE}">{UPL_PIC_LNK}</a> ::
<!-- END upload_pic -->
and replace with
Code: [Select]
<!-- BEGIN upload_pic -->
                        <a href="{UPL_PIC_TGT}" title="{UPL_PIC_TITLE}">{UPL_PIC_LNK}</a> ::
                        <a href="xp_publish.php" title="Your description">your publisher link</a> ::
<!-- END upload_pic -->
Logged

wyvernsrose

  • Coppermine newbie
  • Offline Offline
  • Gender: Female
  • Posts: 6
    • All Around The Bonfire
Re: Question How do I?
« Reply #2 on: August 08, 2005, 02:21:20 pm »

 ;D Thanks GauGau your a Gem I will give it a go once bubs finally crashes it isn't the safest to edit while she is trying to share the keyboard  ;D

---Just a question will that add it to the upload page or just the general theme of things :)

Ah it's alright think I got it figured :) thanks
Logged
I got to play with something and the kids wont share their toys :-[

wyvernsrose

  • Coppermine newbie
  • Offline Offline
  • Gender: Female
  • Posts: 6
    • All Around The Bonfire
Re: Question How do I?
« Reply #3 on: August 08, 2005, 05:49:40 pm »

ahhhhhhhhhh wasn't quite what I had in mind but I guess it works  ;D
Logged
I got to play with something and the kids wont share their toys :-[
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 20 queries.