« Aggregate ALL blogs in v241Widget Manager Plugin »

4 comments

Comment from: sims [Visitor] Email · http://www.barnesnet.co.uk
****-
Yet another great plugin/hack.
Mine hasn't started updating yet but I assume that shouldn't be a problem.

If I turn off the 'admin link' in the settings I get an error on the page:
"Notice: Undefined variable: admin_link in......../clustrmaps_plugin/_clustrmaps.plugin.php on line 390"

which is:
"echo $clustr_pre_t.$clustr_title.$admin_link.$clustr_pst_t."\n";"

Any ideas how to solve this?

Many thanks

Sims
04/12/08 @ 04:44
Comment from: EdB [Member] Email
Okay this shouldn't be too hard to fix. Right above that line you should see this:
}
} else {
$admin_link = '';
}

Change it to this and let's see what you get:
} else {
$admin_link = '';
} else {
$admin_link = '';
}

There is supposed to be some tabs in there but I guess tabs don't do so well when being block-quoted. Oh well! Anyway that should for sure fix it up even if it's not the best fix in the world. Lemme know, please, and I'll make a proper upgrade for it.
04/14/08 @ 06:04
Comment from: sims [Visitor] · http://www.barnesnet.co.uk
Just tried that edit above and now it reports
"Parse error: syntax error, unexpected T_ELSE in /home/barntcou/public_html/plugins/clustrmaps_plugin/_clustrmaps.plugin.php on line 388"
which is: } else {

Hope this helps
04/14/08 @ 19:12
Comment from: EdB [Member] Email
Okay I finally fixed that error ... I was close but obviously not right. It looks like you are switching to WP so it doesn't matter, but hey thanks for reporting!

Also added translatability for those into that ;)
05/03/08 @ 03:04

Comments are closed for this post.