Search Results for 'test'
-
Search Results
-
Am I missing a line of code?
I am using a theme called the ‘Stallion theme’. It is based on the old Talian theme which was popular in WP a few years back. Stallion has a lot of options that I really like, in terms of flexibility, design etc.
However, it does not work with the bbPress plugin.
It creates forums and topics fine.
However: if you look under a topic post or forum (I created some sample ones) – a viewer or user can not reply or create new topics. In fact the only thing you see is my related post plugin underneath the post.
http://peopleandlanguages.com/ is the website I am testing this out on.
It does work with 2010, but not this theme. Is there so line of code that needs to be juggled to make this work with my theme?
Thank you,
Mark
Hey all –
I’m hoping I’m just missing something here, but I’m trying to create a new template (to match a WordPress theme I’m working on). I’ve created a folder within the bbp-themes folder, and added a stylesheet and one file (I’m just testing it right now to get a feel for how the theming system works): page-front-forums.php.
The thing is, when I do this, ALL of my themes in the WordPress back end (under appearance > themes), save the twenty Ten (default WP theme and the bbPress version) go away. ALL of them. Now, the current theme is still working on the front end of the site, but on the back end, there’s no themes at all – they are all gone.
So can anyone tell me what I’m doing wrong here? Am I putting the bbPress theme files in the wrong place? Or is this some kind of bug?
Hi,
So I’m trying to display the latest topic of a forum on the home page with a link to that forum.
How do I go about limiting the output to 40 characters?
Currently I’m using this code
<td class="num"><?php echo "<a href='"; topic_last_post_link(forum_last_topic_id()); echo "'>"; topic_title(forum_last_topic_id()); echo "</a>"; ?></td>
Any help appreciated.
Thanks,
Ash
Topic: Archive slugs setup
I would like to step a support forum using BBPress within a current “regular” site. I am not sure how to set some things up. I would like to have the following URL structure…
/support/forums/[forum name]/[topic name]
I have setup a page with the URL /support/ because I want it to be the “home page” for support (will add list of latest topics with list of forums, .etc).
On the forums setup page by “archive slugs” should I set the Forum archive slug to “support”? Will this break anything?
Also, I find that there is very little documentation around to read to find help. I know this is still in beta, but is there plans for more robust documentation?
Thanks,
Kalman
It’s a plugin for WordPress + bbpress 2.0.
It allows users to ignore other users by way of hiding their posts and topics.
It’d be great if anyone with spare time could test and give feedback
a Strange bug here :
I have bbpress as a plugin in WordPress ; both upadated to the most recent versions.
I also have S2Member plugin running (compatible with bbpress 2 plugin)
and buddyPress plugin, latest version. (bbpress forum component is disactivated,
because I dont know where to find the bb-config.php file in a bbpress plugin install ???)
My theme is Dynamix, (it is buddypress and bbpress compatible)
Now here is the problem :
I created all My forums and categories.
I’m happy with it, the tree is looking good, and I can navigate it !
BUT as soon as I post a New Topic, I can no longer navigate the Forums …
The URL in the browser’s adress bar is changing accordingly to my moves
BUT the only thing I can see is this topic that i posted !! …
If I clic a link back to the BLOG area of wordpress, I can see my posts correctly and navigate.
But if I clic again (or type an URL) on any of my Forums links, I am presented again with this TOPIC !!
Also … I have a link to my FAQ page (which is a normal wordpress PAGE)
and this link also brings me back to my infamous Topic (instead of displaying my FAQs) …
(although the URL is the FAQs URL …)
Now if I try to create more Topics, I will see only the first one I wrote …
And if I delete all Topics, everything is back to normal …
and I can see my Forums Navigation tree again (my FAQs as well) !
How crazy is that ?
Any Help appreciated.
Hi there,
I would like to know if there is a way to import a forum into a page instead of a post? For example, there is a poll plugin for WordPress that allows you to place a poll in the page using [poll id=”3″] tags.
Is this at all possible with bbPress? I’m using the latest WordPress as well as the latest bbPress plugin.
I feel that if this feature does not already exist, it should be implemented in the next release (Please)
Regards,
Topic: Forums home page is blank
Installed bbPress 2.0-beta3 plugin this week, things initially seemed to work well, but now the main “Forums” page (http://www.nwcouncil.org/blog/index.php/forums/) doesn’t list any forums. However, the “bbPress Forum List” widget for twentyten theme *does* work.
I have two test forums (see http://www.nwcouncil.org/blog/index.php/forum/eric for example), so each forum and its posts work correctly, but clicking the “Forums” breadcrumb takes you to the blank page above.
I see that the page seems to include content from bbp-themes/bbp-twentyten/archive-forum.php, which surprises me because I thought it would use /page-front-forums.php.
The only tweaks I’d made were to uncheck the “Incude the Forum Base slug in your single forum item links” box [also note the typo^ in that checkbox label], and I have WP permalinks set to month/year/postname.
Flummoxed, but liking the plugin in all other aspects.
I will gladly send any other details to whomever can help.
I think one of bbPress’ biggest strengths is its potential to extend upon and empower WordPress’ commenting system. Another side of this is the P2 theme used to enable real-time conversations, but that’s a different topic.
‘Distributed conversations’ should facilitate persistent on-topic discussion.
The basis of this idea has already been put to the test on the TED.com website. For an example, follow this link to the Beware online “filter bubbles” video and scroll down to see the “TED CONVERSATIONS”. That is, in essence, what I’m proposing here, along with a new idea (comment conversion).
How would this work?
A) Create conversation directly from a blog post. (TED way)
See mockup:
https://gomockingbird.com/mockingbird/#tcky31h/qjXSc0
http://i.imgur.com/fS4Yo.png
A:
Every blog post should come with a “start a new topic” link. Clicking this link would start a standard ‘new post’ prompt. The only difference would be the link to the discussed blog post, which could be incorporated in a number odd ways. The easiest way I can think of would be a shortlink with blog post ID. (Although it’s outside of the initial scope, this should also be compatible with forum posts).
B:
Comments can be converted to forum threads. A conversion would:
1) Lock the thread of comments
2) Create a new forum thread with the comments.
3) Link to the new forum thread from the locked comment thread.
This option would only be available to moderators and above.
Maybe not in core, but I could see this being a super handy plugin.