Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
Recent Tutorials
Top posting users this month
Top Achievers
Who is online?
In total there are 78 users online :: 0 Registered, 0 Hidden and 78 Guests :: 2 Bots
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
post background
Page 1 of 1 • Share
- mist3r0us_b0y
- Gender :
Posts : 68
Points : 4202
Reputation : 16
Language : English
Browser : Forum Version :
can u help me or give the code to use post background how to enable when i want this option but not all time ?
Bonjour mist3r0us_b0y!
For giving users special background on your forums here is what you can do.
Navigate to..
Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management
Create a new script:
Titles: Post Backgrounds
Placement: All Pages
Paste code below and save
Users and Groups > Rank Administration > Edit your rank
In your rank title you will place these tags like so:
For making your own its quite simple:
You will add another one of these after the one before it, but edit it with your own preferences.
If you need any help with installing it, please ask! ^^
For giving users special background on your forums here is what you can do.
Navigate to..
Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management
Create a new script:
Titles: Post Backgrounds
Placement: All Pages
Paste code below and save
- Code:
$(function() {
$('div.post:has(".Moderator")').css('background','#ECF3F7 url(http://i72.servimg.com/u/f72/18/45/41/65/modbac12.png) repeat-y');
});
Users and Groups > Rank Administration > Edit your rank
In your rank title you will place these tags like so:
- Code:
<span class="Moderator">Moderator</span>
For making your own its quite simple:
You will add another one of these after the one before it, but edit it with your own preferences.
- Code:
$('div.post:has(".classname")').css('background','#background-color url(image source) repeat-y');
If you need any help with installing it, please ask! ^^
- mist3r0us_b0y
- Gender :
Posts : 68
Points : 4202
Reputation : 16
Language : English
Browser : Forum Version :
instead of adding images i want to add colour so wot code will goes ?
i want both options
can i ?
i want both options
can i ?
For only color it would look like this I believe:
$('div.post:has(".classname")').css('background','#FFFFFF');
You will only modify the content that is in bold. Since you can have multiple numbers of these you can switch them out using ranks depending on what you want. You can have one with an image, and the other with just color.
$('div.post:has(".classname")').css('background','#FFFFFF');
You will only modify the content that is in bold. Since you can have multiple numbers of these you can switch them out using ranks depending on what you want. You can have one with an image, and the other with just color.
- mist3r0us_b0y
- Gender :
Posts : 68
Points : 4202
Reputation : 16
Language : English
Browser : Forum Version :
can u pls help to do that in my forum :p
thanks for ur answer
waiting for ur response
thanks for ur answer
waiting for ur response
Oui, I can apply it to your forum. I will apply two versions:
• Red Image Fade (Class=Rougeimg)
• Red Background without image (Class=Rougenonimg)
Then you can choose the one you want. To change it just go to a rank and edit these tags to one of the classes above.
• Red Image Fade (Class=Rougeimg)
• Red Background without image (Class=Rougenonimg)
Then you can choose the one you want. To change it just go to a rank and edit these tags to one of the classes above.
- Code:
<span class="Rougeimg"></span>
- mist3r0us_b0y
- Gender :
Posts : 68
Points : 4202
Reputation : 16
Language : English
Browser : Forum Version :
ahhh thank you soo much
- Sponsored content
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum