1
mjoel
Mastop Go2 Slideshow Module Issue
  • 2012/10/12 0:53

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


First of all thanks for this module..this is a very good module

there is many slideshow script in the internet but i like to use this one in most of my XOOPS site because it is integrated with the XOOPS image manager

i have some issues with this module

a. The URL is a required field in the spotlight form. How do i make it optional ? not all image need to be link. right now i just put my site URL ...But i dont want to link my image...if you put just - or # in the url field...when user click the image it will lead to blank page..

b. stop when mouse is over.. How do i do this ?



If i check the about section Im using Mastop Go2 1.01 RC (2011/12/12)

is there any other good other slideshow module option using the XOOPS Image manager ?

2
mjoel
Re: Mastop Go2 Slideshow Module Issue
  • 2012/10/12 14:28

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


yurdal post the same problm long time ago

https://xoops.org/modules/newbb/viewtopic.php?post_id=333435

3
mjoel
Re: Mastop Go2 Slideshow Module Issue
  • 2012/10/12 15:58

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9



i think i solved issue a.

First you have to make the URL field not required

go to modules/mastop_go2/include/go2.form.inc.php

change line 26 from

$go2_form->addElement(new XoopsFormText(MGO_ADM_GO2_30_LINK"go2_30_link"30150$go2_classe->getVar("go2_30_link")), true);


to

$go2_form->addElement(new XoopsFormText(MGO_ADM_GO2_30_LINK"go2_30_link"30150$go2_classe->getVar("go2_30_link")), false);



next go to modules/mastop_go2/include/mgo_go2_go2.class.php

change line 57 from

return XOOPS_URL."/modules/".MGO_MOD_DIR."/go2.php?tac=".$this->getVar($this->id);


to

if ($this->getVar("go2_30_link") == '') {    
}
else
{
return 
XOOPS_URL."/modules/".MGO_MOD_DIR."/go2.php?tac=".$this->getVar($this->id);
}



So if you dont want a link to your spotlite just leave the URL field empty


still tryin to get the stop when mouse over feature

4
mjoel
Re: Mastop Go2 Slideshow Module Issue
  • 2012/12/17 13:36

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9




bump

anyone know how to make the slide stop when we put the mouse cursor over the slide ?

Login

Who's Online

184 user(s) are online (133 user(s) are browsing Support Forums)


Members: 0


Guests: 184


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits