1
tallpaul
Re: Pull random quotes from RM Myfolder
  • 2011/4/13 16:55

  • tallpaul

  • Just popping in

  • Posts: 3

  • Since: 2008/7/11


Quick, more simple fix here...
In the line:
le="color: #000000"><?php $result = $db->query("SELECT * FROM ".$db->prefix("rmmf_works")." ORDER BY id_w DESC LIMIT 0,$options[0]");

You should be able to change the
le="color: #000000"><?php ORDER BY id_w DESC

to simply
le="color: #000000"><?php ORDER BY RAND()


Hope that works, enjoy!



2
tallpaul
Re: Polish your theme CSS files
  • 2008/7/11 16:07

  • tallpaul

  • Just popping in

  • Posts: 3

  • Since: 2008/7/11


hey is there a way to use relative urls in your theme stylesheets? I couldn't get it to work, had to use the full http:// path to a background image.



3
tallpaul
Re: $xoops_isadmin, $xoops_isuser, but $xoops_<custom group>?
  • 2008/7/11 15:47

  • tallpaul

  • Just popping in

  • Posts: 3

  • Since: 2008/7/11


This is great! Would there be a way to do this for an individual user...Im a webmaster, but there's a couple other webmasters on the site I work on, and I would like to have a couple of things in my theme so only I would have a slightly different layout.
Also, Im really new to xoops, so if somebody could lay it all out for me, like leoscotch did (thanks for that!)
Thank y'all!




TopTop