Search Results for 'forum css'
-
Search Results
-
Elo,
Is there a way to group forums together; I’m thinking about if you tried to scale bbpress to a large forum (the largest I know) sorting through all those subjects/topics/forums to find the right place to post would be difficult.
Thoughts ?
EDIT: he, he, he, my long subject show’s a bug in the css ;o)
Topic: k2 for bbpress
Hi All,
I thought I’d share my crack at k2 for bbpress, just replace style.css with my one, it’s not perfect, but I think it’s a good start !
Download: http://www.linickx.com/files/k2-for-bbpress.v0-01.style.css
Demo: http://forum.linickx.co.uk/
Blog Post: http://www.linickx.com/blog/archives/253/k2-for-bbpress/
let me know what you think
Topic: Stop Cutting Off!!!!!!!!!!
I can’t find for the life of me where to change how to get the thread author smaller. It keeps getting cut off, similar to a lot of thread’s in this forum. It might happen here if you look to the left. Does anyone know how to make either the thread post smaller or the thread author bigger? I see some place within the css, but every time I try to change something with the post author, then the post thread messes up, and vice versa. Any help would be greatly appreciated. thanks.
Topic: Individualized Private Forum
Is there a way to modify the Private Forums plugin to allow me to grant accss only to specific users? The way I see it, it doesn’t need to be that difficult. The strategy would be:
A list (array or whatever) is added to the top of the plugin as follows:
$allowed_users_for_forum_1 = ‘username1, username2, username3’
$allowed_users_for_forum_2 = ‘username1, username2, username3’
1) If a forum is not marked private, the forum is shown (just like the original plugin does now).
2) If a forum is marked private, before it is shown, a check is made against the above list.
– If there is no listing for that forum_id, then anyone registered could see it (Just like the original plugin does now).
– If there is a listing, the forum is only shown if the user is amongst the users listed for that forum_id.
This would be a useful solution until a roles-based forum access functionality comes around.
I tried messing with this myself, but think it is a bit out of my league right now (though I am trying to learn). Is there someone out there who could swing this?
Hi people.
I wish to use the forum in the Hebrew language. And although there is a file in the installation called style-rtl.css, it does not work stand-alone (and I haven’t managed to implement it to the original style.css file)
In short – can some one prepare a working style.css file – for right to left writing forums ?!
Thanks,
Tal.
I’m still in the process of doing things with it, so, if you find things quirky, please be patient…
Anyway, I tried to get the blog’s theme around the forums themselves. I used the blog’s imagery, blog’s style.css codes right in the original bbPress stylesheet.. and so forth. I also used the WordPress.org/support/ user profile layout basically..
Well, what you think?
Be gentle!!
spencerp
On the localhost, I have the blog at => http://localhost/
the forums at => http://localhost/forum/
I’m trying to implement the blog’s theme around the forums, but, some how when clicking in the Username or Password fields on the forum, it redirects me to the http://localhost/
I can’t even type a letter in there, just trying to put the cursor into it redirects me to the blog.. With Javascript disabled, it’s fine.. Is there any way to have the forum’s login classes, different from the WP one’s?
I’d like to add the forum css styles to my main theme style sheet, but.. not really sure what’s the best way at changing login classes sigh. I know some CSS stuff yes, just when it comes to classing forms, and stuff.. I’m not too great..
(I did for the most part, get the header, footer, sidebar from the blog’s main theme, around the forums..
It’s just some of the stuff is borking the login for the forums. The classes for the WP login stuff, is apparently doing it to the forums sigh.
The input fields are not “inline”.. they are on top of one another.. and the login button on the blog, is pushed to the far right.. rather then directly under the login field form.. )
Any suggestions, thoughts, fixes.. anything lol?
spencerp
Topic: My forums template :)
I made a theme for my forums, and found it rather easy. It was mostly just all css, and a few changes to the front-page.php file.
I’m using a few plugins also:
- Allow Images
- bb-avatar
- bb-limit-latest-discussion
- bb-memberlist
- bb-postcount
- bb-privatemessage
- bb-signature – this one isn’t working for some reason, but i didn’t really look into it
- display-name
- forum-moderators – don’t know if this one is working either
- notification
- onlinelist
Thanks to all who made those
I’ll make the theme more user-friendly and remove the front-page.php changes so that it is more standard and release it to public whenever I change to a new theme. I don’t want other people to be using my theme at the same time I am