I would like to edit the footer section of the coppermine gallery. I want to edit the "Powered by...." part, i dont want to remove the powered by but i want to add my own text to the footer. How would i go about this?
We can't say how you can edit "Powered by...." cause that will show how you could remove it !
Use custom footer (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_theme_include_path_start) instead
Quote from: Sami on July 10, 2007, 09:23:10 AM
We can't say how you can edit "Powered by...." cause that will show how you could remove it !
Use custom footer (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_theme_include_path_start) instead
Thats just it -_- I tried adding Google adwords to the bottom (i posted the adwords stuff in a file named "ads.html" and tried to include it but it doesn't show.....) But nothing lol.
post a link to your gallery please
This is dead easy - no need to use the cutom_footer feature (which is meant to be used to include dynamic, PHP-driven content). Adsense can easily be added by editing themes/yourtheme/template.html.
Enter your adsense code after the {GALLERY}-token. For details, search this board for "adsense", as this has been asked and answered many times over already.
Quote from: GauGau on July 10, 2007, 06:58:44 PM
This is dead easy - no need to use the cutom_footer feature (which is meant to be used to include dynamic, PHP-driven content). Adsense can easily be added by editing themes/yourtheme/template.html.
Enter your adsense code after the {GALLERY}-token. For details, search this board for "adsense", as this has been asked and answered many times over already.
Ok, thanks, ill do that ^_^