I have a problem after upgrading from 1.4.22 to 1.4.25
I had a hyperlink on a categories description, which was a link to a separate web page for uploading the BB code use was
photograph upload (http://www.cwmdulais.org.uk/formmailer.php)
but what I am getting now is a triangle with no hyperlink? see pic
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fimg7.imageshack.us%2Fimg7%2F4851%2Fcdhshome.jpg&hash=91e6cb191ecc18a89f69168ae937d5f34ba3eabf)
During the upgrade it was recommended to disable the - PHP setting register_globals
which the hosting company has done.
So I dont know if it's the upgrade or the change of the PHP setting register_globals is causing the problem?
http://cdhs.freepgs.com/gallery/index.php
user: test
pass: test 123
bbcode/decode was disabled a few versions ago. Read the details in your Coppermine docs.
If you have only one fixed link you could add it via theming. Look in themes/sample/theme.php for:
// HTML template for the category list
Copy to your theme and add your link.
Patch for v. 1.4.2x (preserves BBCode img & url tags) (http://forum.coppermine-gallery.net/index.php/topic,58489.msg287677.html#msg287677)
Quote from: Ludo on July 02, 2009, 09:26:53 AM
Patch for v. 1.4.2x (preserves BBCode img & url tags) (http://forum.coppermine-gallery.net/index.php/topic,58489.msg287677.html#msg287677)
thank you
it worked ;)