Rules box in Subforum
4 posters
Page 1 of 1
Rules box in Subforum
Hello, I'd like to know how to make this ---> https://prnt.sc/0eUZHqb8dwFm on my Forum,
I tried to do it but when I go to Rules in my forum, it shows only while Replying, I want it to show when someone is in my Category (like in screenshot above) ---> https://prnt.sc/PiXcgGcS7UOI
I tried to do it but when I go to Rules in my forum, it shows only while Replying, I want it to show when someone is in my Category (like in screenshot above) ---> https://prnt.sc/PiXcgGcS7UOI
Rale- New Member
- Posts : 22
Reputation : 1
Language : Serbian
Re: Rules box in Subforum
Hello @Rale,
Are you wanting this only in the careers forum?
If not, is it going to be everywhere the same or different in other forums?
Regards,
TheCrow.
Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
|
Are you wanting this only in the careers forum?
If not, is it going to be everywhere the same or different in other forums?
Regards,
TheCrow.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Rules box in Subforum
TheCrow wrote:Hello @Rale,
Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
Please read our forum rules: ESF General Rules
Are you wanting this only in the careers forum?
If not, is it going to be everywhere the same or different in other forums?
Regards,
TheCrow.
I want it to be shown in only Careers forum, yeah.
Rale- New Member
- Posts : 22
Reputation : 1
Language : Serbian
poesia-verses likes this post
Rale- New Member
- Posts : 22
Reputation : 1
Language : Serbian
Re: Rules box in Subforum
Hello @Rale,
Thank you for the information you provided.
You can achieve the requested result by adding this javascript in your forum:
Fill in the fields as below:
Title * : Whatever you want
Placement : In all the pages
Javascript Code * : copy and paste the below code
from the code and put the link of the topic/forum where you want them to be taken to.
Then you have to go to your CSS and add the below code.
This would give you this as your result:
If there are any further questions, please don't hesitate to let us know here.
Regards,
TheCrow.
Thank you for the information you provided.
You can achieve the requested result by adding this javascript in your forum:
Make sure your Javascripts are enabled and then click the Create a new Javascript button.Admin Panel > Modules > HTML & JAVASCRIPT : Javascript codes management
Fill in the fields as below:
Title * : Whatever you want
Placement : In all the pages
Javascript Code * : copy and paste the below code
- Code:
$(function(){
if (/f18-/.test(window.location.href)){
$('<div id="annBox"><a href="/"><img src="https://i52.servimg.com/u/f52/18/64/98/14/screen69.png" /></a></div>').insertAfter('.sub-header-info');
}
});
|
Then you have to go to your CSS and add the below code.
Admin Panel > Display > Pictures and Colors : Colors & CSS > CSS Stylesheet
- Code:
div#annBox img {
max-width: 80%;
}
div#annBox {
display: inline-block;
background: #292929;
border-radius: 10px;
margin: 10px;
padding: 10px;
text-align: center;
}
This would give you this as your result:
If there are any further questions, please don't hesitate to let us know here.
Regards,
TheCrow.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Ape, SarkZKalie and TonnyKamper like this post
Re: Rules box in Subforum
Since we have not received a reply from the author i will mark this as solved
If it is not please pm me to reopen it
If it is not please pm me to reopen it
Problem solved & topic archived.
|
Similar topics
» Subforum
» Subforum banner
» Subforum Position !
» subforum question
» restrict an user from a subforum
» Subforum banner
» Subforum Position !
» subforum question
» restrict an user from a subforum
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum