111
mjoel
Merry Christmas & Happy New Year 2013 XOOPsers
  • 2012/12/24 5:39

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


Hi

Wishing all XOOPSers a Blessed Christmas and Happy New Year !!

May 2013 brings a lot of happiness & successes to all

XOOPS 2.6 to look forward in 2013. All the best

XOOPS Rocks !!



112
mjoel
Re: Partial Basic Module Pack for XOOPS 2.5.5 (updated Final releases)
  • 2012/12/19 6:52

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


also with mastopgo2

misspelling in section

should be General instead of Geral



113
mjoel
Re: Partial Basic Module Pack for XOOPS 2.5.5 (updated Final releases)
  • 2012/12/19 6:44

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


Mamba

For mastopgo2 can u commit the fix for the url required field problem ?

https://xoops.org/modules/newbb/viewtopic.php?post_id=349716#forumpost349716



114
mjoel
Re: XOOPS 2.6 testing and development
  • 2012/12/18 22:50

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


ok thank you ..think this is discussed in trabis thread

ok me back to testing...



115
mjoel
Re: I have some questions/proposals for 2.6
  • 2012/12/18 22:49

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


very good proposal..long awaited features

for me as a end user i support what is best for xoops.......

2.6 will be the best release



116
mjoel
XOOPS 2.6 testing and development
  • 2012/12/18 10:55

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


currently testing 2.6 in localhost

wow very nice love it so far...

keep up the good work..im looking forward to next rc/beta/final release

got question
is there any plan to separate physical location of modules and extension -
right now all in the modules folder




117
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 ?



118
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



119
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



120
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 ?




TopTop
« 1 ... 9 10 11 (12) 13 14 15 ... 28 »



Login

Who's Online

137 user(s) are online (82 user(s) are browsing Support Forums)


Members: 0


Guests: 137


more...

Donat-O-Meter

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

Latest GitHub Commits