Superlinks Problem
Moderators: Developers, Moderators
-
- Posts: 13
- Joined: Sun Dec 04, 2011 12:16 pm
Re: Superlinks Problem
host.php is located in /var/www directory
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Superlinks Problem
Sounds right...
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
-
- Posts: 13
- Joined: Sun Dec 04, 2011 12:16 pm
Re: Superlinks Problem
is some way to fix this problem ?
Re: Superlinks Problem
Hello i have also same problem as shown below
cacti Version 0.8.7g
Superlinks 1.4.2
cacti Version 0.8.7g
Superlinks 1.4.2
- Attachments
-
- Capture.PNG (69.83 KiB) Viewed 4276 times
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Superlinks Problem
Use firefox and firebug and post the javascript error. This is compatible with 'h' and 'i'. Might be another buggy plugin interfering...
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: Superlinks Problem
i tried with firefox 8.0 and firebug, there is no javascript error at all.
And also i tried with internet explorer 9.0.3
No change, same problem still exists.
And also i tried with internet explorer 9.0.3
No change, same problem still exists.
Re: Superlinks Problem
Try debugging..
In 'plugins/superlinks/setup.php' (at line 315-316), add "alert(...);" as follows:
After modified, can you see pop-up window when clicked 'NewTab' (or other tab)?
If not, just guessing..
1) JavaScript is OFF
2) Conflicts due to multiple versions of jQuery
3) Other plugin which forces <body onload=".."> will prevent $().ready working
4) Or else (I'm not sure)
// Sorry my English
In 'plugins/superlinks/setup.php' (at line 315-316), add "alert(...);" as follows:
Code: Select all
function superlinks_page_bottom() {
...
function resizeWindow() {
...
alert('resizeWindow() was successfully called');
}
...
}
If not, just guessing..
1) JavaScript is OFF
2) Conflicts due to multiple versions of jQuery
3) Other plugin which forces <body onload=".."> will prevent $().ready working
4) Or else (I'm not sure)
// Sorry my English
Re: Superlinks Problem
Hellononame wrote:Try debugging..
In 'plugins/superlinks/setup.php' (at line 315-316), add "alert(...);" as follows:
Code:
function superlinks_page_bottom() {
...
function resizeWindow() {
...
alert('resizeWindow() was successfully called');
}
...
}
After modified, can you see pop-up window when clicked 'NewTab' (or other tab)?
If not, just guessing..
1) JavaScript is OFF
2) Conflicts due to multiple versions of jQuery
3) Other plugin which forces <body onload=".."> will prevent $().ready working
4) Or else (I'm not sure)
I edit the setup.php as you said and then try with firefox and IE notings happen
no pop up window appear.
Re: Superlinks Problem
Then try to disable/enable (not uninstall) other plugin one by oneevrenbey wrote:I edit the setup.php as you said and then try with firefox and IE notings happen
no pop up window appear.
in order to make sure what causes this issue.
Re: Superlinks Problem
Hellononame wrote:Then try to disable/enable (not uninstall) other plugin one by oneevrenbey wrote:I edit the setup.php as you said and then try with firefox and IE notings happen
no pop up window appear.
in order to make sure what causes this issue.
i disabled all plugins also superlinks plugin and remove all external links
and then i only enable superlinks plugin and add one external link as a URL link but nothing change.
there is still little window up-left of the cacti screen.
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Superlinks Problem
Only way to solve this is to have a qualified support person have online session or full access to your system. It's definitely another plugin issue and not SuperLinks.
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: Superlinks Problem
Hello
i solve the problem with upgrading the cacti to last version : )
Now everythings work perfectly.
Thanks for your replys
i solve the problem with upgrading the cacti to last version : )
Now everythings work perfectly.
Thanks for your replys
Re:
Hi,
I had already trying everything ... then follow the tip of the venter and gave some, but the following message appears as i try to open an external site and in suggesting a url internal works, but also occupies the whole page.
I had already trying everything ... then follow the tip of the venter and gave some, but the following message appears as i try to open an external site and in suggesting a url internal works, but also occupies the whole page.
IE 9.0.3
FF 8.0.1
Superlinks 1.4
Cacti Version 0.8.7i
Cacti OS unix CentOS
SNMP Version NET-SNMP version: 5.3.2.2
RRDTool Version RRDTool 1.4.x
PHP Version 5.1.6
venter wrote:I got the same problem with superlinks 0.8 and cacti 0.8.7g beta2.
I fixed that by adding following trick, just changetoprint '<iframe src="' . $page['contentfile'] . '" width="100%" height="100%" frameborder="0"></iframe>';
in superlinks.phpprint '<iframe id="frame" src="' . $page['contentfile'] .'" width="100%" height="100%" frameborder="0"></iframe>';
print "<script type='text/javascript'>
function resizeIframe() {
var height=window.innerWidth;//Firefox
if (document.documentElement.clientHeight) {
height=document.documentElement.clientHeight;//IE
};
document.getElementById('frame').style.height=parseInt(height-document.getElementById('frame').offsetTop-72)+'px';
};
document.getElementById('frame').onload = resizeIframe;
window.onresize = resizeIframe;
</script>";
Re: Re:
Does anybody solve this issue?
Also same situation, a little web page in the left upper corner, but never filling the whole page. I tried firebug, but not javascript error. Also tried to change the code in superlinks.php as 'jcb' mentioned in the previous post, but no changes. Also disabling most of the plugins already installed, but no changes.
I tried with FF 3.6, IE 6.0 and Chrome 18.0.1025.162 (Portable version), and all of them have the same problem.
Could it be an incompatibility issue between versions?
Info:
Thanks...
Luis
Also same situation, a little web page in the left upper corner, but never filling the whole page. I tried firebug, but not javascript error. Also tried to change the code in superlinks.php as 'jcb' mentioned in the previous post, but no changes. Also disabling most of the plugins already installed, but no changes.
I tried with FF 3.6, IE 6.0 and Chrome 18.0.1025.162 (Portable version), and all of them have the same problem.
Could it be an incompatibility issue between versions?
Info:
Code: Select all
Cacti: 0.8.7g
Superlinks: 1.4
Pluging Architecture: 2.8
Debian 6.0. Kernel 2.6.32-5-686
Luis
-
- Posts: 41
- Joined: Thu Jun 04, 2015 11:36 am
- Location: France
Re: Superlinks Problem
Hi everyone,
I've got the same kind of issue.
My tabs work fine for most of my links except for google and another one wich give me some blank pages
weird stuff...
I've got the same kind of issue.
My tabs work fine for most of my links except for google and another one wich give me some blank pages
weird stuff...
Who is online
Users browsing this forum: No registered users and 0 guests