Search Results for 'bbpress'
-
Search Results
-
Topic: BBPress Login Redirection
I’ve gotten BBPress/Wordpress integration working, and now I want to use BBPress to handle all login duties—I would like to make it so that when a user accesses the login link from WordPress, it redirects them back to the page they came from after they log in to BBPress. So, the user will ideally travel:
A page [not logged in] -> BBPress bb_login.php -> Originating Page [logged in]
This is another thread relating to redirection but it seems very outdated, I can’t find the code they reference. Redirection works splendidly whenever you are internal to BBPress, is there any way to have it work when you’re coming from an external wordpress page?
This is kind of a re-post, my first post attempt is being held with an “Array: Voices” status, whatever that means…
Topic: Write last post of user
I am working on an ajax function, and currently I write a plugin which gives the last post of the logged-in user.
The post should be displayed using the post.php template of the current theme.
I try to get the last post from the DB as an object, and give it to the bb_post_template() function, like written below, but that doesn’t work.
What should I do?
I have $user = 2 as an example.
$lastpost = $bbdb->get_results("SELECT * FROM bbpress_posts WHERE poster_id = ".$user." ORDER BY post_time desc LIMIT 0, 1");
foreach ($lastpost as $bb_post)
{
$id = $bb_post->post_id;
$post = bb_get_post($id);
if($post)
{
bb_post_template();
}
}Topic: ikonboard to bbpress
I would like to move my forums from ikonboard to bbpress. I am using wordpress so you can understand the reasons, that and ikonboard is no longer supported.
I did a search in google and it said it could be done. what do i need to do to this?
Hi, I’m building a community website and planning to export the topic list, including the “number of post, last post user, time” column into my WordPress main page.
An example screenshot will look like this :
http://i43.tinypic.com/286tr7m.jpg
Please let me know if you know how to do it, or is there any documents that I can refer to. Many thanks
Okay, so I installed bbPress fine, but then I was trying to get my WordPress page to link to my forums. So then long story short, I changed the url settings in bbPress, and now, every time I try to log in, it goes to a page on my wordpress, saying page not found. I can go to my forums, just not the admin page. So I deleted everything and tried to reinstall, and when I hit step 2, it says the “Already installed, Upgrade Script thing,” so i click the link, and it send me back to my page on my wordpress. Is there a file that contains what that url thing should be? Because I haven’t been able to find it. Thanks for any help.
Topic: How to use bbvideo?
I installed bbvideo on bbpress, but what text should I use to embed it:
tried:
1. [youtube=http://www.youtube.com/watch?v=blablabla]
2. http//www.youtube.com/watch?v=blablabla
nothing shows, any ideas?
Hi all,
I am in the process of developing a new site (which is currently in beta and not meant for the public yet…) but I have a few concerns…
Website: http://www.diyextra.com
1) Have I chosen the right forum for the project, I keep hearing bbpress is dead or it will not be developed as much when/if it becomes a plugin… Should I be using a larger scale forum package like vbulletin or phpbb ? … My thoughts on the subject originally was to go bbpress as it may tie in well with the CMS side of the site which is controlled by wordpress, I did look in to buddypress but the whole group forum thing is off putting and the fact it is not SEO friendly and the slugs (urls) are way to long… Anyone have any comments or thoughts on this would be great….
2) Plugins – Ok so I understand the forum is very basic in its core state and you add plugins to achieve options you require, but quite a number of plugins I have tried to use seem not to work, Also I have a concern that there will be a limited number of plugins developed for bbpress when/if it becomes a plugin.
3) Here is a bug I have found – maybe its just on my forum… The freshness (time/date) is incorrect a lot of the test posts I have posted on the forum are from weeks and months ago, but yet they are show up as 3 weeks… yes I have heavily modified the templet files but only the html and header/footer locations… any ideas ?
4) RSS – Also I am getting RSS error – “This page contains the following errors: error on line 10 at column 33: Entity ‘raquo’ not defined
Below is a rendering of the page up to the first error.” Anyone else have this problem or any suggestions…
Many Thanks Guys,
Chris
I an new in bbpress, traying to help my greater daughter to install a forum, and we found the peacemaker bbpress theme, a very interesting 3 columns theme, just we was looking for. But it has not complete the templates files, (register.php and register-sucess.php do not exist) so is not posible a register for the users, and works like a demo site as it just says.
I found an one year old topic about in this forum, but I am not clear if it is the same problem.
http://bbpress.org/forums/topic/why-regisration-disabled-this-is-a-demo-site#post-19644
http://bbpress.org/forums/topic/demo-site-wordpress-integrations-problem
I have installed bbpress (not integrated with WP) and a few aditionals themes to test, buy I like peacemaker. Somebody has a complete version?
