PDA

View Full Version : When opening Photoplog pages I want them to read the rules


shipfriends
09-04-2007, 11:11 AM
We are running a fairly strict forum so I want my members when opening photoplog from the navbar to somehow be clearly prompoted of the rules.

Options into my mind are:

1. a pop up which i find risky as it might be blocked
2. an area under the navbar once entered in the section which I can write my sort text of rules.
3. An area as per 2 where I can link to the specific rules which I would have placed in a sticky post within the forum

Any other ideas or ways of actually doing 2 or 3 (i.e. which code to edit and with what text)
would be highly appreciated.

thanks
Shipfriends

Morgan
09-04-2007, 02:15 PM
Edit the vB hell_blank template, adding your text between $navbar and $html in that template.

shipfriends
09-04-2007, 02:47 PM
Thanx Morgan.
Will that apply only on the photoplog page or all pages?
And final question. Would that be simple text or a code needs to be before and after it? If yes can I have an example?


Thanx again

Morgan
09-04-2007, 03:02 PM
It will apply to all pages using the hell_blank template unless you add template conditionals (http://www.vbulletin.com/docs/html/main/template_conditionals) around the text. As for the text itself, you can use HTML to make it display how you'd prefer.

ragtek
09-04-2007, 04:45 PM
with
Content visible to registered users only.
you have it just in the photoplog part ;)

shipfriends
09-10-2007, 10:56 AM
thats great ragtek thanks. tested and works perfectly!