Forum Replies Created
-
In reply to: Theme integration between bbPress and WP…
The code he uses calls the WP theme header.php but the WP header is showing null when he is in his forums.
In reply to: User Activity & Topics StartedI have deep integration but it’s not pulling the information. I’m thinking this function `<?php if ( $posts ) : ?>
` is returning blank.
In reply to: User Activity & Topics StartedWhat if I say I want the User Activity & Topics Started to show on the side instead of the profile, would that make a difference?
I saw this in my bbpress header, what does it do?
<?php
$_head_profile_attr = '';
if ( bb_is_profile() ) {
global $self;
if ( !$self ) {
$_head_profile_attr = ' profile="http://www.w3.org/2006/03/hcard"';
}
}
?>It might be something I need to pull the User Activity & Topics Started???
In reply to: User Activity & Topics Startedcan someone help me with this? Just change the top into a call function that pulls from the db?
using this method: https://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration
In reply to: Thanks for everything, Sam!It feels like I need to look for a golden wrapper in my chocolate bar.
Enable pingbacks and trackbacks on both WP and BB & XML-RPC publishing protocols. It’s in the WRITING & DISCUSSION in the admin section.
In reply to: Thanks for everything, Sam!Thank you Sam,
What does it take to be in the committee? I want to get involved but I’m no coder. Just have ideas.
In reply to: Add New Pageif you’re talking about: http://idolsavenue.com/forums/?new=1
then it’s on the bottom of frontpage.php
In reply to: BB_ and WP_ login integration problemIn reply to: Would someone convert Facebuddy Theme?okay I got a site, give me a few days.
In reply to: Would someone convert Facebuddy Theme?I can do it, Just need a site to work on.
sorry about that. I forget people use permalinks.
<a href="profile.php?id=<?php echo get_post_author_id(); ?>"><?php post_author();?></a>
In reply to: User Activity & Topics Startedit doesn’t work in BP. I’m missing something..
just take out “_link”
In reply to: Installation – First stepdelete the bb-config file and start over.
In reply to: Unable to view old postsThis is what I can think of… The new config files for either bb&wp is different in some way. Or you need to just recount everything under the bbpress admin section.
In reply to: phpbb3 to bbpressI did it with the converter they have but it was with bbpress 0.9 and below. Search fro it it’s in this forum somewhere. It wasn’t clean cut but enough to keep moving.
and you need this for images https://bbpress.org/plugins/topic/allow-images/#post-6
post.php
In reply to: How to add Forum name to Latest Discussionor just
<?php forum_name($topic->forum_id);?>
In reply to: How to add Forum name to Latest DiscussionGo it
<?php global $topic; forum_name($topic->forum_id);?>
with the help of _ck_’s post: https://bbpress.org/forums/topic/retrieving-forum-id-from-post-id#post-21521
In reply to: How to add Forum name to Latest DiscussionI don’t know how to write php…
In reply to: Unable to view old postsdeactivate your statistics plugin and then try.