1
ghettonet
$xoops_imageurl tag
  • 2006/8/5 6:54

  • ghettonet

  • Not too shy to talk

  • Posts: 176

  • Since: 2005/12/4


I see this tag in my theme.html files: <{$xoops_imageurl}>.
How can the value of this variable (or tag, whatever it's called) be changed? I would like to take it and append .nyud.net:8080 to it in a project I'm working on that should use minimum bandwidth. Putting this in will get all the images from the coral cache. I just don't know where to change it.

2
iHackCode
Re: $xoops_imageurl tag

xoops_imageurl is the XOOPS_THEME_URL and the themeset you are using.

and the XOOPS_THEME_URL is: XOOPS_URL."/themes"

so it would require you changing the XOOPS_URL or

change the definition for XOOPS_THEME_URL in include/common.php
..Example..
define("XOOPS_THEME_URL",."mysite.com:8080/themes");


.i've never tried changing the definition for the XOOPS_THEME_URL but in theory it should do what you want. but that may also mess up the directory name for the css file for that theme. i hope that is useful or helpful. its just an idea
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

3
ghettonet
Re: $xoops_imageurl tag
  • 2006/8/5 23:16

  • ghettonet

  • Not too shy to talk

  • Posts: 176

  • Since: 2005/12/4


Hm, thanks - this should do it, at the very least the XOOPS community will know if it works. Real quick though, is that line (// define("XOOPS_THEME_PATH", XOOPS_ROOT_PATH."/themes");) supposed to be commented out? I've got 6 lines including that one commented out, and I didn't do it.

Login

Who's Online

233 user(s) are online (172 user(s) are browsing Support Forums)


Members: 0


Guests: 233


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