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.
