Search Results for '"wordpress'
-
Search Results
-
Hi. I have read the posts saying that deep integration has issues with cookies and authentication when logging in through the wordpress login, on wp versions 2.7 and higher (I am using 2.9). I am wondering if anyone has been able to do this, and what steps were taken. I can’t just “login through the bbpress side” because the wp-authenticate hook in my auth plugin won’t run. I’ve been racking my brain on this one and any help would be appreciated.
I’m not sure if this is even possible but here goes.
I have created a subforum and I want this subforum to be linked directly to a wordpress page. So that when users clicks onto this link, it will take them directly to a page which i have already set up.
Is this even possible? Any ideas will be grateful.
Topic: Plugin activation
Someone integrated wordpress with bbpress. Now admin panel for the bbpress shows only users, topics and posts. Is it possible to fix it ? Is there a way to manually (by the phpmyadmin) activate new plugins ?
Hi, I’m making a navigation and was looking for help with highlighting the links, depending what page/forum you are on.
I have a homepage nav link like:
<a href="/forum">Mainpage</a>how can I add class=”current” and highlight the link when on the mainpage?
I also run a list of the forums in a similar style
<?php foreach ( $forums as $forum ) : ?>
<a class="forum-link" href="<?php forum_link( $forum->forum_id ); ?>"><?php forum_name( $forum->forum_id ); ?></a>
<?php endforeach; ?>Is there a way to add class=”current” depending on what forum the user is browsing?
I know this can be done on wordpress, but I dont know the functions for bbpress yet, and good info is far and wide.
So I was just browsing around WordPress.org support forums and noticed the way they have their text entry box set up.
It contains the standard markup as we have on bbPress (installable) but it’s clickable by the user, with the resulting clicks being reflected in the text entry box. Here’s what I mean http://wordpress.org/support/topic/384052?replies=5
I’m talking about the b i link buttons at the top of the text entry box.
My question is whether we have and/or can do something similar with our own bbPress installs. I know we have TinyMCE and – most recently – WYSIWYG editor, but this is a bit different as it outputs the markup for you.
Hey all.
A friend of mine finally agreed on using WordPress and finally convert away from e107. So for the last few days, I have converted his website over from e107 to WordPress & bbPress and done quite abit on it. Firstly, I converted all the e107 pages and users to WordPress and then converted the forums to bbPress via my own converter script.
Now bearing in mind that it is still in development, I then integrated bbPress into the WordPress theme and then integrated his login into IP.Converge so that it can hook up with my website.
While it is still work in progress, what do you lot think of bbPress so far ?
