Spice up your Joomla and Mambo website with 2 great extensions!
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

38924 Posts in 10541 Topics by 27625 Members
Latest Member: vctrreltor
Pages: [1]   Go Down
  Print  
Author Topic: Thumbnail popup  (Read 4296 times)
0 Members and 1 Guest are viewing this topic.
plomagli
Newbie
*
Offline Offline

Posts: 5


View Profile Email
« on: July 08, 2007, 11:30:45 PM »

I just installed sig pluging and its working great but when I have the mouse over a thumbnail a popup shows up and looks like this

<br>The image name</br>

Is there anyway to get rid of this or do I need sig pro to stop that from happening?


Thanks in advance
Logged

Signatures appear only for members with more than 10 posts
JoomlaWorks Support Team
Hero Member
*****
Offline Offline

Posts: 1461



View Profile WWW
« Reply #1 on: July 09, 2007, 02:17:32 PM »

Hi there!
You mean the alt attribute of the <a> tag of the image?

Check to disable the display message from the parametrs of the mambot
of to cut off the alt atribute of the <a> tag from the code ( line 76-77 ) of the mambot.

Thank you!
Logged

JoomlaWorks Support Team
plomagli
Newbie
*
Offline Offline

Posts: 5


View Profile Email
« Reply #2 on: July 09, 2007, 02:31:08 PM »

I have the pop up messages disabled

If you go to http://poweredbypropane.net/2006-nissan-sentra-4cyl-1.8l-test-subject.html


Then just let the mouse hover over the thumbnail for a few seconds it will show up.

<br>2006 sentra test subject</br>

thats what shows for the first picture. Its picking up the picture name.



Thanks

Logged

Signatures appear only for members with more than 10 posts
JoomlaWorks Support Team
Hero Member
*****
Offline Offline

Posts: 1461



View Profile WWW
« Reply #3 on: July 09, 2007, 03:30:09 PM »

Ok lets try this!

Keep the display messages disable
and comment the line 78 from the file plugin_jw_sig.php
Code:
//else {$html .= $images[$a]['filename'];}
Logged

JoomlaWorks Support Team
plomagli
Newbie
*
Offline Offline

Posts: 5


View Profile Email
« Reply #4 on: July 09, 2007, 10:28:56 PM »

that did  not do the trick :'(
Logged

Signatures appear only for members with more than 10 posts
likestuff
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #5 on: July 09, 2007, 10:33:50 PM »

You probably entered it like this in your content:

<br>{gallery}mygallery{/gallery}<br />

Oooops sorry...wrong post!!
« Last Edit: July 09, 2007, 10:37:38 PM by likestuff » Logged

Signatures appear only for members with more than 10 posts
JoomlaWorks Support Team
Hero Member
*****
Offline Offline

Posts: 1461



View Profile WWW
« Reply #6 on: July 10, 2007, 01:29:30 PM »

Well, lets try also this

Keep the display messages disable
and comment the line 75 from the file plugin_jw_sig.php
Code:
//else {$html .= '<b>'.$images[$a]['filename'].'</b>';}
Logged

JoomlaWorks Support Team
plomagli
Newbie
*
Offline Offline

Posts: 5


View Profile Email
« Reply #7 on: July 10, 2007, 03:50:23 PM »

Not sure what the code is supposed to look like.

This is what line 75 looks like now
Code:
if (preg_match_all("#{gallery}(.*?){/gallery}#s", $row->text, $matches, PREG_PATTERN_ORDER) > 0) {

Where do I insert the code you suggested?
« Last Edit: July 10, 2007, 03:52:11 PM by plomagli » Logged

Signatures appear only for members with more than 10 posts
JoomlaWorks Support Team
Hero Member
*****
Offline Offline

Posts: 1461



View Profile WWW
« Reply #8 on: July 10, 2007, 04:02:25 PM »

 Huh?
Other version?!?!

Well, find and change the code
Code:
if ($displaymessage) {$html .= $message.'<br /><b>'.$itemtitle.'</b>';}
else {$html .= '<b>'.$images[$a]['filename'].'</b>';}

to

Code:
if ($displaymessage) {$html .= $message.'<br /><b>'.$itemtitle.'</b>';}
//else {$html .= '<b>'.$images[$a]['filename'].'</b>';}

Lets see now if work!  Wink
Logged

JoomlaWorks Support Team
plomagli
Newbie
*
Offline Offline

Posts: 5


View Profile Email
« Reply #9 on: July 10, 2007, 07:38:29 PM »

It worked. Thank you very much!! Cheesy
Logged

Signatures appear only for members with more than 10 posts
Pages: [1]   Go Up
  Print  
 
Jump to: