4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: m9w on February 11, 2003, 02:56:46 PM

Title: Replace random image with static image
Post by: m9w on February 11, 2003, 02:56:46 PM
Hi,

I'm a complete novice with php, so sorry if this is a stupid question. :?

I want to replace the random image, so the same image and document is always displayed for all visitors.

The idea is that I want to upload a word document into a category called User Guide, as this would be more useful to my visitors.

I know I can do this in html by modifying the templates, but I would like to keep everything as dynamic as possible, so admins with no html experience can change the User Guide at a later date.

Thanks
Title: Replace random image with static image
Post by: V@no on February 11, 2003, 06:56:17 PM
go through templates. u'll find {random_image} or [{random_cat_image}[/a] thats where random image displayed.
remove that tag and insert your <img src="..."> or whatever u want.
Title: Thanks
Post by: m9w on February 13, 2003, 12:53:17 PM
Thanks V@no

Figured it out now.