coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: wyvernsrose on August 07, 2005, 01:36:09 PM

Title: Question How do I?
Post by: wyvernsrose 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 :)
Title: Re: Question How do I?
Post by: Joachim Müller 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), findif (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<!-- BEGIN upload_pic -->
                        <a href="{UPL_PIC_TGT}" title="{UPL_PIC_TITLE}">{UPL_PIC_LNK}</a> ::
<!-- END upload_pic -->
and replace with<!-- 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 -->
Title: Re: Question How do I?
Post by: wyvernsrose 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
Title: Re: Question How do I?
Post by: wyvernsrose on August 08, 2005, 05:49:40 PM
ahhhhhhhhhh wasn't quite what I had in mind but I guess it works  ;D