The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

group post text style

2 posters

Go down

Solved group post text style

Post by _Twisted_Mods_ October 18th 2014, 9:58 pm

ok what i want to do is style each groups text when they make a post


example

if i posted a msg and im in the admin group

my font would look like this

if posible i want this done 2 ways so i can see what one i want

1: style only new post of that group
2:style all post that was ever made by that group
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Solved Re: group post text style

Post by Ange Tuteur October 19th 2014, 12:56 am

Hello thetwistedkilla,

This is for phpbb2, correct ?

Thanks
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: group post text style

Post by _Twisted_Mods_ October 19th 2014, 1:21 am

yes mam
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Solved Re: group post text style

Post by Ange Tuteur October 19th 2014, 7:35 am

You can do this to add a classname to the post of a group member :

Administration Panel > Modules > JavaScript codes management > Create a new script

Title : Your choice
Placement : In the topics
Paste the code below :
Code:
$(function() {
  groupMod('#A200FF', 'adminGroup');
  
  function groupMod(color, classname) {$('.post:has(strong a span[style="color:'+color+'"] strong)').addClass(classname).next().addClass(classname)}
});

To add classes to a group member, write : groupMod(color, classname)

color : The color of the group. ( Users and Groups > Groups administration > Edit > Group members color )

classname : The class that you want to add to their posts.


From there you can use the classname added to modify the post content of that group.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: group post text style

Post by _Twisted_Mods_ October 19th 2014, 1:48 pm

ok this is my setup

group:Administrators
color of the group:#88FF00
class name i wanna edit with css: admin_msg

can u give me an example using that because its a lil confusing for me
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Solved Re: group post text style

Post by _Twisted_Mods_ October 19th 2014, 2:44 pm

ok i got it to work but it styles everything in the post the profile field the title and the messge..

is there any way for me to just style the msg not the title/subject or profile field
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Solved Re: group post text style

Post by Ange Tuteur October 20th 2014, 1:04 am

Of course, you can use the selector added to the parent to select its children. Example :
Code:
.adminGroup .postbody div { color:red }
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: group post text style

Post by _Twisted_Mods_ October 20th 2014, 3:00 am

ty ange that worked

Topic Solved
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Solved Re: group post text style

Post by Ange Tuteur October 20th 2014, 3:41 am

You're welcome group post text style 1852325475

Topic archived
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum