PDA

View Full Version : Link


seanspeng
9th of November 2003 (Sun), 16:43
I found the html coded links do not work well.

Reason: the

Activate links
(affects index page exhibition descriptions, too)

check box does not work well, I can uncheck it, but you hit Update Settings again, it is checked again.

How can I correct this?

Thanks!

Pekka
9th of November 2003 (Sun), 17:04
I found the bug and know how to fix it but it's too late now to do the code. I'll post it tomorrow.

Thanks for reporting Sean!

Pekka
10th of November 2003 (Mon), 14:45
Sean,

I did now some redesign of settings and actually removed those misc settings checkboxes. Reason is that they are really not needed any more because each exhibition has now its own setting for those functions (BR and autolinking).

At moment the settings you reported affect index page exhibition descriptions only. I will make soon an upload which will make index page use each exhibition's BR and link switches and also make some changes how misc settings are organized to make them clearer. The incoming (fix pack) will also include thumb size selection for exhibition index pages and one language bug fix among others.

Meanwhile, if you'd like to make those bugged switches work, replace in fetchsettings.php around line 262:

if (isset($exhibition)) {
$fetch_one = mysql_query(

with

if (isset($exhibition) && @$currentpage != "settings" && @$exhibition != $all_exhibitions_combined) {
$fetch_one = mysql_query(

seanspeng
10th of November 2003 (Mon), 20:53
Thank you, Pekka, for offering the solution so quick. No hurry. I will wait for next fix. Things are getting better and better.