forum rules showing atop a new post and above quick reply

tyhodge11 at 19h46
18
Dec
2011
How can I place this on my forum like the forum rules on here.
1 Guest, on 18/12/2011 at 19h49
Do you mean this? /t21989-multi-forums-in-one
2 Darren1, on 18/12/2011 at 19h56
Hi,

Very simply Very Happy

Upon editing/creating a forum, just below it's description there's a new box for the 'Forum Specific Rules', feel free to add an image if you wish Smile
3 tyhodge11, on 18/12/2011 at 20h01
No, just scroll down to do a quick reply. Right above the quick reply box there is what I'm asking about. It also appears above the post reply and when creating a new topic.
4 Guest, on 18/12/2011 at 20h03
Oh sorry for my bad. Here is the update - /t99241-new-specific-rules-to-each-sub-forum-syntax-coloration-for-templates-css82038203-and-more#642125 Wink
Edit again: I will come with an edit.
5 tyhodge11, on 18/12/2011 at 20h04
Darren1 wrote:Hi,

Very simply Very Happy

Upon editing/creating a forum, just below it's description there's a new box for the 'Forum Specific Rules', feel free to add an image if you wish Smile


So if i just wanted in 1 section it would only appear in that section. If I wanted it in all I would have to add the same thing to all forum/cat. If I'm hearing this right. And by doin that. Does that make it appear in both spots or do i have to do something else for it to work above the quick reply.
6 Guest, on 18/12/2011 at 20h11
This code goes to javascript management:
Code:
$(function(){
$("form#quick_reply div#textarea_content").before("<div class="minirules">Here put your mini rules</div>");
)}


This to CSS Stylesheet:
Code:
div.minirules{
background: #E77;
border: 1px solid #F55;
color: #000;
}
7 tyhodge11, on 18/12/2011 at 20h22
Thanks, got it
8 Guest, on 18/12/2011 at 20h22
Glad I could help. Razz
9 Sanket, on 18/12/2011 at 20h34
Topic Solved & Locked
Similar topics
I am a stickler for proper spelling. It would be a good idea to have a spell checker added to the sites so that you can check the spelling of your post before submitting it.
Notice: This tutorial can only be preformed by Founders, whilst in the Founding account. After Saving these edits, when an update is released, you will be required to manually add the new template codes in yourself (Otherwise you will have to delete the
In the Quick reply box I want to add Background with the text of my forum.
See also
more_less
Informations

9 Replies For the topic :
"forum rules showing atop a new post and above quick reply"

This topic has been viewed 616 times.

Last message :
18/12/2011 at 19h46 by "tyhodge11"