Info
- 19 posts
- 9 voices
- Started 5 years ago by linickx
- Latest reply from linickx
- This topic is not a support question
k2 for bbpress
-
- Posted 5 years ago #
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 :-)
-
- Posted 5 years ago #
I like it! Very nice! I am sure Brad with proforum this!
Trent
-
- Posted 5 years ago #
Thanks Trent.
For any future googlers that find this thread, I've added a screenshot here as the demo site is likely to change as I play with stuff ;o)
-
- Posted 5 years ago #
It is now listed in Pro Forum for the rest of the people to see as well!
Trent
-
- Posted 5 years ago #
I've made a little modification, i add a tab-line in the header.php, just like the same as k2 theme.
You can see it here:
For modification, first put these lines in the style.css
/*- Main Menu in Header */ul.menu {
margin: 0;
padding: 0;
position: absolute;
bottom: 0;
left: 20px;
width: 90%;
}ul.menu li {
display: inline;
margin: 0;
}ul.menu,
ul.menu li a {
padding: 5px 15px 6px;
}ul.menu li a {
font-size: 1em;
color: white;
margin: 0;
}ul.menu li a:hover {
background: #333;
color: #eee !important;
text-decoration: none;
}ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
color: #333 !important;
background: white;
text-decoration: none;
}.admintab {
position: absolute;
right: 0px;
}* html .admintab { padding: 5px 15px 6px } /* IE hack */
a img,:link img,:visited img { border:none }
After that put these lines into header.php. But changes the href lines to your site.
<ul class="menu">- Ana Sayfa
- Forum
- Resimler
- Duyuru Listesi
- İletişim
Hope it's useful for you, and linickx may be you could add this mod to your style.css
-
- Posted 5 years ago #
thanks Sabutay, you're right that was missing, I was trying to avoid editing any of the php templates, but I agree this "part" is critical to the look of the theme.
I'd like to move the "Profile / admin / log out" boxes into these tabs, as I think it would make them fit nicely, but the functions output this a
<p>rather than<ul>by default :o( -
- Posted 5 years ago #
I make a little modify now, to shown the current_page_item in the header. Just add a class to the < li > function, which belongs to the Forum. Like :
<li class="current_page_item"><a href="http://www.mainpage.com/forum">Forum</aSee in action:
then click on forum, you will see that the background changes to white.
You are able to change the color in the style.css -
- Posted 4 years ago #
Very nice, Sabutay. Saved me a bit of time but you left out the "page_item" function as in:
<ul class="menu">
<li class="page_item">Home
<li class="page_item">About
<li class="current_page_item">ForumsYou can check it out here.
Now on to get the admin menu added... thanks!
-
- Posted 4 years ago #
Or use my bbMenu plugin when it is released :)
Btw in the first post: your forum's profile links is bugged
-
- Posted 4 years ago #
I have found if I post very long links they do not wrap. Any clue on how to prevent this?
-
- Posted 4 years ago #
Find the .post rule and add
overflow: auto;to it. That way there will be a scroll bar at the bottom if anything is too long.overflow: hidden;will simply hide it instead.Also, if you didn't know bb does let you search. :) Hit up http://www.nyquistcapital.com/forums/search.php . You can also add a search form to your template but I'm not sure just how.
-
- Posted 4 years ago #
Hey linickx, great theme, I love it!
-
- Posted 4 years ago #
Thanks. At some point I want to integrate this into the full K2. I like the theme but the lack of recent progress on development is disconcerting.
-
- Posted 4 years ago #
I mean K2 wordpress... not BBPress...
If one were to add enhancements to the K2 BBpress theme, I don't think there is an SVN to submit changes.
Does it make sense to have a themes SVN just like plugins?
-
- Posted 4 years ago #
It seems like a good idea. Why not pitch that to the bbdev mailing list?
-
- Posted 4 years ago #
@schmitt, Thanks for the feedback :)
No I don't have an SVN for the k2 BBPress theme, but what changes would you submit. Before posting please think about my following points.
(a) I have not yet implemented a "proper" tab bar , like the solution posted by Sabutay as "normal" users don't like editing things.... what ever I implement as a template would be wrong for the majority of people.
(b) fam-fam icons, I do want to do, but I don't want to unnecessarily bloat the theme, just installing a ccs file is kinda cool. Just using a css also makes the theme more "secure", i.e. anyone who developed their theme from the original wordpress kubrick theme has had to keep releasing updates in order for the theme not to be vulnerable to XSS various attacks. -
- Posted 4 years ago #
Thanks for responding.. there was one problem I fixed here...
http://bbpress.org/forums/topic/noobish-css-question?replies=4
If you have few posts (and a lot of tags) the tag list would run off the page. While this is rare, it is common in cases where all but one of the forums would be private- new users would see the ugly tag overflow.
Thanks for a great theme... much appreciated.
-
- Posted 3 years ago #
I had an e-mail saying that the latest bbpress broke my port, so I've done a re-release :)
http://www.linickx.com/archives/402/k2-for-bbpress-updated-v002
-
You must log in to post.