Search Results for 'forum css'
-
Search Results
-
Hello,
I followed this guide http://www.cssjockey.com/wordpress/deep-integrating-wordpress-271-and-bbpress-0904 (which is very helpful for a beginner) and now have bbPress integrated with WordPress.
What I want to do now is let users upload their own avatar which will appear with their posts/profiles in the forum but also with any comments/profile on the wordpress side.
There seem to be various standalone avatar plug-ins for wordpress and bbpress but is there anything which is compatible with both systems?
I’d rather not use Gravatars if at all possible so user’s don’t have to rely or register on an external site.
Any help, suggestions or pointers would be appreciated.
Topic: Viewed Threads vs. unviewed
Does anyone know how I might display viewed threads differently from unviewed?
For example, if I’m a user visiting my forum and I view a thread, maybe the link would then be a different color. I can do this with CSS obviously, but it’d be great if the thread was updated (ie, a new reply posted), that then the thread would change back.
Any ideas? I’m just looking for an indicator to show people what they’ve read or what’s new.
Topic: Sub subforum – Change CSS
In this url:
http://bbpress.org/forums/topic/sub-sub-forums#post-11762
works:
-Forum
-Subforum
Subsubforum1, Subsubforum2, Subsubforum 3
But I need to change the style sheet to show:
<div id="list">
<div class="forum">- Forum</div>
<div class=”subforum”>
– SubForum
Make a loop to show Subsubforum in the div SubForum and not below
<div class=”forum”>Subsubforum1, Subsubforum2, Subsubforum 3</div>
</div>
<div class=”subforum”>
– SubForum
</div>
<div class=”subforum last”>
– SubForum – with LAST class.
<div class=”forum”>Subsubforum1, Subsubforum2, Subsubforum 3</div>
</div>
</div> <!– close id “list” –>
Topic: Talkpress?? VIP?
Hey guys. Guymed here, sheesh I haven’t been here since, like, early 2008. Tell me if I am posting this in the wrong forum, but, Talkpress? I visited Talkpress.com. It was up, not bbqponysomgomg like it was last year. But, I looked for a sign-up button or a certain page or something. NOT THERE! Is it VIPs only like wordpress.com when that first came up?
Um, thanks, I guess.
~Guymed-
http://guymed.org/ (AWESOME CSSs BY ME!)
I hate it when something so easy is giving me problems. I have a link to my search page… mysite.com/myforum/search.php… like that. And it works fine, except the font color on the search form itself is a gray or reddish color and it doesn’t go with my dark blue layout… I need the font to be white. With CSS I’ve got the font set to white everywhere else, even the search results are white, but the form itself is not so you can barely read it.
I’ve tried editing the color with CSS, regular html, I’ve been in my search.php in my forum root and my search.php in my template, and I’ve been in my search-form.php file, and no matter what I do… I can only get the font to change in firefox… for some reason in ie6, which should be illegal to use, the font it not white.
I simply added <font color=”white”></font> to the form, and again, it works in firefox, but when I test it with ie6 it doesn’t work. Why?
I even tried adding a new div… I added <div id=”searchcolor”>search form code here</div> then in my CSS file I have #searchcolor {color:white;}, but even that doesn’t work. Nothing seems to change the form font color in ie6.
This is frustrating because it’s something SO simple! Font color!
Topic: bb topic view problem
Hello all,
Here is my little problem…
I’ve well integrated this plugin in my forum (as a new column).
Everything goes well except the size of the view_count column… It seems to be a not fixed value and it destroy all the front_page structure.
I’m not so good in css but it should exist a value to modify this to a fixed size …
here is my forum : http://soab.beachdays.net
I’m using 9.0.4.
Thanx a lot for answers.
And excuse my not so good english.
Have a nice day !
djeelo