Quote:
Originally Posted by Marco van Herwaarden
The default icon is stored in your vBulletin Options:
AdminCP -> vBulletin Options -> Thread Display Options -> Show Default Post Icon
|
I know about that. For example, on my forum this setting has the value "images/icons/icon1.gif"
I have a custom developed page. How do I retrieve this string (images/icons/icon1.gif) in PHP code ? I don't want to hard-code the this string in my PHP script. There has to be a better way.