Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
apperrault wrote:damn, i was hoping it was going to be easier. I am not a PHP person, i was just hoping to be able to either point SuperLinks to an HTML link, or an existing php page. I will try and play with it, but i am not very hopeful.
Thanks for the pointers though.
app
I'll have a play tonight. I don't think it'll take more than 5 minutes or so.
There should be a 0.7 superlinks and (with luck) 0.94 weathermap tonight...
Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in /var/www/aiec/plugins/superlinks/superlinks-mgmt.php on line 533
Warning: imagettftext() [function.imagettftext]: Could not find/open font in /var/www/aiec/plugins/superlinks/superlinks-mgmt.php on line 561
Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in /var/www/aiec/plugins/superlinks/superlinks-mgmt.php on line 533
Warning: imagettftext() [function.imagettftext]: Could not find/open font in /var/www/aiec/plugins/superlinks/superlinks-mgmt.php on line 561
Warning: Cannot modify header information - headers already sent by (output started at /var/www/aiec/plugins/superlinks/superlinks-mgmt.php:533) in /var/www/aiec/plugins/superlinks/superlinks-mgmt.php on line 99
I'm running Superlinks 0.7 on Debian Etch (4.0) with PHP 5.2.0 and needed to set the GDFONTPATH.
I inserted this on line 502 after the chdir in the tabimage() function.
Hmmm OK. Need to be a bit careful with that change because it may break freetype font searching for other plugins (Weathermap for example). Or at least do different things from before - I guess it should save the previous value (if any), and restore it afterwards.
Thanks for the Debian tip! (everything seems to be a tiny bit harder on Debian )
when I put in a site it does not like it replaces the :// with ___ as in
http___www.yahoo.com
http___burmon.cornernet.local
http___www.google.com
http___192.168.1.1
etc.
I understand that this feature is new from reading this post but is there anyway that we can allow ANY URL to work? I have a bunch of remote Cacti Sites and it would be super handy to simply have tabs or console links to them and be able to move between them easily like this. I figured that was part of the intention of the original links plugin anyhow and subsequently this one then too.
Notice: Undefined index: index.php: in /var/www/html/lib/functions.php on line 1455
If I set the superlink to 'front Cacti page' and click on the console tab I now get that error (which I now get everytime I tab to console whether I have a superlink or not) plus the www.cacti.net page does not display as part of the window. I have a line now (which is not there otherwise) on the main page and it shows the friendly name I gave the superlink but shows no HTML content anywhere.
when I put in a site it does not like it replaces the :// with ___ as in
http___www.yahoo.com
http___burmon.cornernet.local
http___www.google.com
http___192.168.1.1
etc.
I understand that this feature is new from reading this post but is there anyway that we can allow ANY URL to work? I have a bunch of remote Cacti Sites and it would be super handy to simply have tabs or console links to them and be able to move between them easily like this. I figured that was part of the intention of the original links plugin anyhow and subsequently this one then too.
Thanks.
EV
I'll take another look. I thought I'd fixed this. What it is is the code for sanitising filenames, to stop you putting '../..' or other strange characters into filenames. It's (obviously) not supposed to do it for URLs though.