Forum Replies Created
-
In reply to: bbp Style Pack – styling and displaying forums
I dont think so. Today was the first time ever I even tried that feature out. Like merely hours ago 🙂
In reply to: bbp Style Pack – styling and displaying forumsHey,
Nice plugin. Reduces allot of the headache when it comes to customizing bbpress looks 🙂
One thing I cant get to work around thou is the Forum Template Extras that comes with it. I followed the instructions provided, copied the code from loop-forums.php to my bbpress folder but for some reason the I cant see any effect of it on my forums :(.
Hey,
Thankx allot for posting. Am using a child theme so that its easy to modify bbpress and buddypress.
I did as asked, bbpress-> loop-single-forum.php and changed the size = xx part to even down to 4 but unfortunately it still looks the same as it did before :(. I even tired increasing the size to see if it works but no result to that either. 🙁
In reply to: How to add custom colors for each Role ?Hey,
I meant adding a background similar to that we have here on bbpress.org forums (boxed up), the code u gave me just adds an ugly green background – http://imgur.com/ps2CL3l
In reply to: How to add custom colors for each Role ?No worries, you took time to even respond is good enough for me.
Anyways, I played a little bit with css and was able to color the forum roles by adding this is my css file –
‘#bbpress-forums div.bbp-forum-author .bbp-author-role-admin,
#bbpress-forums div.bbp-topic-author .bbp-author-role-admin,
#bbpress-forums div.bbp-reply-author .bbp-author-role-admin {
color:red;
font-size:14px;
font-family:lucida sans unicode, lucida grande, sans-serif;line-height:1;
} ‘
and different colors for different roles by adding the role name at the end (instead of admin).Now the issue I am running into is with this –
‘ #bbpress-forums div.bbp-topic-author a.bbp-author-name
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
clear: left;
display: block;
color:red;
} ‘Using this code I am able to change the color of Usernames too, but unfortunately its applied globally and am not much familiar with bbpress to know exactly how to make it role wise. Is there anything that can be added to the above code that would make it apply depending on the role of that author.
And lastly, how to modify the css so that I can display the role as its displayed here on this website, ie., role covered in a box.
Would really appreciate if you could at the very least guide me in a proper direction.
Cheers.
In reply to: Layout in progressReally like your styling pal.
If you dont mind, can you list the plugins u used ? Would really appreciate that.