1
laden0868
Did xoops 2.5.4 fixed the cache and stylesheet problems???
  • 2011/11/21 10:46

  • laden0868

  • Just popping in

  • Posts: 8

  • Since: 2010/9/8 1


Did xoops 2.5.4 fixed these problems?

https://xoops.org/modules/newbb/viewtopic.php?start=10&topic_id=69960&viewmode=flat&order=ASC&type=&mode=0

---------------------------------------------

And the developer please tell us.....
On the latest version of xoops, version 2.5.4 final,

1. how to add a script or stylesheet correctly using browse.php?

2. i have written some js, need to use difference version of jquery, where should i put them that can call from browse.php correctly...



2
trabis
Re: Did xoops 2.5.4 fixed the cache and stylesheet problems???
  • 2011/11/21 13:51

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

laden0868 wrote:
Did xoops 2.5.4 fixed these problems?

https://xoops.org/modules/newbb/viewtopic.php?start=10&topic_id=69960&viewmode=flat&order=ASC&type=&mode=0

Yes.

Quote:

And the developer please tell us.....
On the latest version of xoops, version 2.5.4 final,

1. how to add a script or stylesheet correctly using browse.php?

Same way you did on > 2.4.x
Use $xoTheme->addScript(); and Use $xoTheme->addStylesheet();

Quote:

2. i have written some js, need to use difference version of jquery, where should i put them that can call from browse.php correctly...


Don't use browse.php, it will be deprecated on xoops 2.6.0.
Just paste your js inside your module and load it using
$xoTheme->addScript('module/modulename/script.js');

3
laden0868
Re: Did xoops 2.5.4 fixed the cache and stylesheet problems???
  • 2011/11/22 6:17

  • laden0868

  • Just popping in

  • Posts: 8

  • Since: 2010/9/8 1


thx trabis!

because of lots of jquery plugin... easing, superfish, fancy box and else....
every module, each page have lots of js and css need to load...


Login

Who's Online

180 user(s) are online (86 user(s) are browsing Support Forums)


Members: 0


Guests: 180


more...

Donat-O-Meter

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

Latest GitHub Commits