Search Results for 'codes'
-
Search Results
-
Topic: [2.0/RC1] My Theme
Hello guys,
Well, after seeing that the final 2.0 is short to come, I took mathers into my own hands so I started working hard on a theme. With this thread, I am willing to share my knowledge. All I ask is to not waste my time by asking questions that are already answered in these threads:
http://bbpress.org/forums/topic/bbpress-20-theme-compatibility
http://bbpress.org/forums/topic/bbpress-20-shortcodes
So, the site I am referring to is http://futezatorii.ro/ and if you happen to be romanian, LUCKY YOU! If not, Google Translate will help you and so will I because I am better than Google.
Ok, first off, by clicking on the red button on top (Cont Nou), you will see a beautiful register page. This was done using Register Plus and Lightbox Plus, so having said that… it’s a plus. Also the login form and forgotton my password form are all in there. Did I mention they use BBPress Shortcodes? Well, they do.
By navigating to the forum ( http://futezatorii.ro/forum/ ) you will see a custom logo for the forum. This was done using conditional tags. Also you will see a different kind of front forums because I thought that if I was going to start a new forum, I mind as well make it NEW! so you don’t see any Freshness and Last Poster. This is an old format and I think it sucks. It may be one of the many reasons that forums are not doing so good in these times. Also, you can see the last replies in the widget.
Going forward at the topics page ( http://futezatorii.ro/subiect/meme/ ) you can see that the New Topic button (Topic Nou) has a nice sliding effect. Basic jQuery shit, but it looks nice. I figured that having the whole new topic form there is just bleh. The same idea is applied to the “new reply form”.
On the topics view, there’s nothing much there, but I will say this: I removed the tags (why the hell would someone use tags on a topic? Why complicate a thing so much?) and I also disabled adding favorite topics. The forum is fresh and I didn’t thought it was a good idea. Maybe in the future I will look it up again.
ONWARDS TO THE PROFILE PAGE!
My profile is here: http://futezatorii.ro/cont/rats/
You can see that there are a couple of buttons there… well, I added some new fields with Register Plus and called them in user-details. Thus, if someone adds their G+/fb/tw/yt/www link, a nice button will appear. I thought that having a profile with only the “Created topics” and “Subscribed topics” is boring. Having said that, the “Created topics” and “Subscribed topics” has the same sliding effect as the “New Topic/New Reply” form. Kind of buggy now, but I’m lazy. (* – on the bottom of this post I will like to add something about this particular page).
Now the profile edit page, that you can see in this screenshot (and only in this screenshot because you are evil): http://i.imm.io/7JFn.png you can see the custom fields I was talking about and the upload avatar thingie. Yes, I got that. I used the User Avatar plugin for WP and it works awesome.
So that’s basically it (but believed me, I worked for weeks for this forum to be as it is now), but I am looking forward for a few things also:
– as soon as this is resolved: http://bbpress.org/forums/topic/20rc1-loop-authorphp the commenters links will link to their profile (if they have one, if they don’t, tough luck) and (*) it would be great if there would only be a page for an user’s profile.
– a proper BB Code plugin
– fiuguring a way to connect some of the plugins with bbpress like: Pure CSS Emoticons, Lighbox Plus (and I think that’s about it)
– A SEARCH BOX! Please JJJ, I really need this. I know you are wondering how to implement it, and the answer is simple: make the WP Search Box just search in the forums. Why? Because the blog and the forums are two seperate entitites. If I wish to search for a street, I usee google maps and not google images. Those two shouldn’t be mixed!
If you need any tips and if I can help in any way, I will surely do so. I did not made this thread to spam or something like that (the site is in romanian, so yeah).
Sorry for any typos, any non-sense – english isn’t my native language and I’m in a rush.
P.S. There should be a preview button because I AM NOT SCROLLING UP TO SEE ANY MISTAKES.
Topic: Don't Show Tags
How can i delete the tag-line in editor? I will not use the tags and not show the line in the editor for new topic, new post etc.
can anybody help me? i cant find the right codes.
Hello,
I have searched both here and on WordPress.org for how to use shortcodes and still can’t seem to get it right.
I have a custom WordPress theme that is based on the stock twenty-eleven theme. I have created a child theme in order to add styling for my BBPress forum.
I’m hoping to mimic a style similar to the forums here on bbpress.org with the forum listings on the side. Am I correct this can be accomplished? If so, where do I include the shortcodes?
Thank you in advance. Any help is greatly appreciated.
Topic: bbPress 2.0 – Feedback
So 2.0 beta has been downloaded over 15k times, which is awesome. Feedback has been coming in steadily, and I’ve been holding an official RC because of a few odds and ends that are taking some time to figure out. Hoping to get some feedback on a few specific things:
Page Templates
The way WordPress works, page templates can work automagically if the template name matches a page slug. This is really convenient as it automatically acts like a page template without setting it, but can get in the way if you want to use a specific page slug and not have bbPress take it over. Example:
page-user-register.php
If you made a WordPress page with the unique slug ‘user-register’ WordPress would automatically use that template file for that page. So far I’ve purposely picked unlikely template names so they wouldn’t collide with existing slugs. But, if that same file was renamed to:
page-register.php
…all it would take is making a “Register” page and bbPress would automatically have a sign-up page with no shortcodes and no more work. The adverse to that convenience is if you want to customize your sign-up page beyond what bbPress provides, you’re looking at a totally custom theme.
This works with any template file in the root folder of a theme, so there are lots of possibilities. My goal is to satisfy the majority, so I’m thinking of heading in this direction and renaming the template files.
Multisite
At the moment, multisite integration works great, if you want to have individual bbPress forums with their own authorized users per forum. If you want to have all users have access to all forums in a multisite install, you’re currently out of luck. With multisite there are endless configuration options, and I see the use case for all of them.
Which do you prefer as the default? Users can access all forums, or users can only access forums for which they have a role on that specific site?
Search
Right now there is no interface for searching the bbPress 2.0 integrated forums. The original implementation got negative reviews because search results were site wide, showing blog entries, topics, and replies.
It’s currently possible to filter search results by post type (topic/reply) but most WordPress themes assume the search results will come from posts or pages, and as such aren’t styled to look like forum results, which is really confusing to the person performing the search. It’s also confusing to have multiple search boxes, or to need to pick what results you’re looking for.
How do you think it should work? Should forum results appear in your existing blog search? Should they be separated? Should there be some kind of ‘smart search’ that knows where the request came from, and only shows results based on the type of content you are looking at (blog/forum/other)?
Settings
The WordPress mantra is decisions over options, but creating something as large as a discussion forum within WordPress is going to come with at least a few settings. I think our settings page is starting to get out of hand. Should we break the one page up into a few, or leave it as 1 page with all options?
That’s what’s on my mind. If you’ve been using 2.0 for the past few weeks, your input would be much appreciated so these last few ends can be tied up and we can let this ship sail.
Topic: bbPress 2.0 – Shortcodes
Closed and unstickied. See the codex page for details.
* Forums
[bbp-forum-index] – Show the forum index/archive
[bbp-single-forum id=$forum_id] – Show a single forums topics
* Topics
[bbp-topic-index] – Show the topics index/archive
[bbp-topic-form] – Show the new topic form
[bbp-single-topic id=$topic_id] – Show a single topic
* Topic Tags
[bbp-topic-tags] – Show a tag cloud of all topic tags
[bbp-single-topic-tag] – Show the topics within a specific tag
* Replies
[bbp-reply-form] – Show the topic reply form
* Views
[bbp-single-view] – Show topics associated with a specific view
* Account
[bbp-login] – Show the login screen
[bbp-register] – Show the register screen
[bbp-lost-pass] – Show the lost password screen