Published on October 8th, 2014 by ficurran
Hey,
I am currently using bbpress, along with front end pm. In my directory of users in front end pm, I would love each user’s name to link to their bbpress profile page.
This is the section of php within front end pm I would be looking to add the profile urls to I think:
foreach($users as $u)
{
$directory .= “<tr class=’trodd”.$a.”‘><td>”.$u->display_name.”</td>”;
$directory .= “<td>actionURL.”newmessage&to=”.$u->user_login.”‘>”.__(“Send Message”, “fep”).”</td></tr>”;
if ($a) $a = 0; else $a = 1;
}
Any thoughts on how I would do this?
Thank you in advance 🙂
Published on October 8th, 2014 by mag07
Hello, trying to reply to a topic I made few days back, everytime I type and hit submit it resets the reply window.
The 4th attempt it tol me I have already posted the same reply. When goingto my profile, none are listed. Tried Firefox, Chrom and IE. No luck.
Published on October 8th, 2014 by Loofah
I’ve installed and activated bbpress and imported an smf forum. I then went through all the repair stages as mentioned in the documentation but no forum has appeared under ‘Forums’ although I have all the topics and replies.
Any idea why? Do I need to create a new forum area which will automatically use the topics etc?
Published on October 8th, 2014 by FadingMusic
Hello,
I’m not sure what happened, but apparently logged out users get a blank forum page.
Funny thing is, whenever I hit the save button in bbPress setings, bbPress seems to work for awhile and then goes blank again.
What is causing it and how can I solve this?
www.fadingmusic.com/forums
Published on October 8th, 2014 by arno8
I’m trying to add information to my subforum so it displays under the title.
But its not showing anything when I save it. Any ideas?
See it here
https://www.primeknights.com/forums/
Tried to add <span><?php the_content(); ?><span>
Above <?php do_action( 'bbp_theme_after_forum_sub_forums' ); ?>
in single-loop-forum but, it still doesnt show the content and it positions quite wrong if i enter text manually in the developer console from chrome.
Thnx in advance
Published on October 7th, 2014 by brettlewis
I’m creating a custom topic query for a section of my website that hooks into the default loop template. In the template I use
<?php if ( bbp_has_topics(array( 'posts_per_page' => 7, 'max_num_pages' => 1, 'bbp_voice_count' => 'DESC', order => 'DESC' )) ) : ?>
What I’m trying to achieve is a query the shows 7 topics that have the most participants over the last few days. I went with order as the time query but clearly making sure it only shows topics that have BOTH a large amount of users AND are currently active is what I’m trying to achieve.
Any hints or different args to use to achieve this?
sidenote: I doesn’t seem bbp_voice_count works?
Published on October 7th, 2014 by chero123
hello, i have one doubt
I want to show on the forum index
topics by freshness and index forums
on the same page, first: topics by freshness and after forums…
I do not have much experience with bbpress and little knowledge … I have 3 days to install and I am configuring
Published on October 7th, 2014 by tomwolf1
I built my website yesterday and when I post a question on the “Ask a question tab” it does not send it to my email address inbox?
Published on October 7th, 2014 by 23kulpamens
Like in title. I can’t figure out how to load theme surroundings. This is all I see when i enter profile site like: example.com/forums/user/user_name
I assume that wordpress call template user-details.php, but I can’t figure out whole path that it makes to get view done.
Could anybody direct me to right part od documentation or some tutorial?
Published on October 7th, 2014 by Goяo!
Hello!
how can I highlightkeymaster reply in forums?
exist a plugin or a little hack for this?
tnx