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

34914 Posts in 9399 Topics by 16328 Members
Latest Member: dvsshoescom
Pages: [1]   Go Down
  Print  
Author Topic: Thumbnail popup  (Read 3820 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
vinikey
Web Developer
Hero Member
*****
Offline Offline

Posts: 1461


George Chouliaras


View Profile WWW Email
« 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

When sending me a PM for a support issue discussed in the forum, ALWAYS provide a link to the related post!!

JW Team / Forum Moderator
JoomlaWorks | The Joomla! & Mambo Professionals
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
vinikey
Web Developer
Hero Member
*****
Offline Offline

Posts: 1461


George Chouliaras


View Profile WWW Email
« 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

When sending me a PM for a support issue discussed in the forum, ALWAYS provide a link to the related post!!

JW Team / Forum Moderator
JoomlaWorks | The Joomla! & Mambo Professionals
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 Cry
Logged
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
vinikey
Web Developer
Hero Member
*****
Offline Offline

Posts: 1461


George Chouliaras


View Profile WWW Email
« 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

When sending me a PM for a support issue discussed in the forum, ALWAYS provide a link to the related post!!

JW Team / Forum Moderator
JoomlaWorks | The Joomla! & Mambo Professionals
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
vinikey
Web Developer
Hero Member
*****
Offline Offline

Posts: 1461


George Chouliaras


View Profile WWW Email
« 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

When sending me a PM for a support issue discussed in the forum, ALWAYS provide a link to the related post!!

JW Team / Forum Moderator
JoomlaWorks | The Joomla! & Mambo Professionals
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
Pages: [1]   Go Up
  Print  
 
Jump to: