Search Results for 'code'
-
Search Results
-
I have successfully integrated WordPress and BBPress (http://bbpress.org/forums/topic/12?replies=25#post-2502) but I am having 1 problem..
When I log in as admin in BBPress, it seems to be logging me in with the ‘admin’ account from WordPress, and not giving it admin privileges on the BBPress system, (ie: i can’t go to /bb-admin to edit anything).
The only thing i can think of is somehow excluding the ‘admin’ account integration when you log into bbpress, something like
if ($user=='admin') { #skip integration }
Or is there something I am missing..?
Thanks,
-BHensley.com
-Bakedlog.com
I’ve modified search.php a bit to make the results a little more readable (to my eye) and I was wondering how to get the poster name, to display with the results for recent posts and relevant posts.
I would like to display something like:
<a href="<?php post_link(); ?>"><?php topic_title($bb_post->topic_id); ?></a> <small><?php _e('Posted') ?> <?php echo date(__('F j, Y, h:i A'), bb_get_p
ost_time()); ?></small> [BY MEMBER]
the [BY MEMBER] part, to get the name of the member who made the post that is listed is the part I need help with. Thank you.
one question … I take simply …
I have several plugin about layout on my WP posts …
I can for example do this
[video]url-youtube-video[/video] … and I have a video with all the good code …
or …
[name-of-my-link->url-of-my-link] and my link has the good name … The question is … with integration, is it possible, by default, the forum has these possibilities ?
Topic: bb code?
Are there any plans for integrating bb code instead of using the “Allowed markup” in posts? Or is there a way to make a plugin for this?