So, I uploaded an image into a reply of a topic and the description covers the actual image. How can I remove the image description?
Uploaded image – remove description
Published on January 28th, 2019 by rocketmouseFuture Updates: Allow Logged In User to Post Anonymously
Published on January 28th, 2019 by ted02Hi,
I have been going around the forums to look for instructions/ways to let logged in users to post anonymously, and I have not found anything about it yet. I know there is the option for non-logged in users to post anonymously but it’s not something my client wants. I was wondering if this is something that the developers are currently working on for future updates. If it is, then that would be great. It would be great to have this kind of feature in the plugin.
Was going to put this under ‘Development & Updates’ Forum but it’s currently closed at the moment so I’m putting it under ‘Plugins’.
Blank page after regular user login
Published on January 28th, 2019 by rocketmouseEverything seems to be setup fine as I can login with an administrator login but as soon as a regular user tries to login, they get a blank page
two sidebars on forum page?
Published on January 28th, 2019 by iedtwodthHi, is it possible to have 2 sidebars on bbpres pages? I’m using the pennews theme
Display 3 topics with new replies
Published on January 28th, 2019 by Radzio125Hi, I want to display 3 latest topics with new replies for each forum category. In loop-single-forum.php file I created this:
$count = bbp_get_forum_topic_count();
$user = bbp_get_topic_author_id( bbp_get_forum_last_topic_id() );
if ( $count != 0 ) {
echo '<a href="'. bbp_get_forum_last_topic_permalink().'"></a>'; // Link to the topic
echo'<a href="'. bbp_get_user_profile_url( $user ) .'"><img class="avatar" src="'. bp_core_fetch_avatar ( array( 'item_id' => $user, 'type' => 'full', 'html' => false ) ).'" /></a>'; // Link to the topic author profile with author's avatar
echo '<div class="title">'. bbp_get_forum_last_topic_title().'</div>'; // Title of the topic with last activity
echo '<div class="activity">Last activity '. bbp_get_forum_last_active_time().'</div>'; // Time of the topic last activity
} else {
echo 'No topics'; // Information if there is no topics
}
How to display two more topics (if they exist)?
Trouble with $topic_id = bbp_get_reply_topic_id( $reply_id );
Published on January 27th, 2019 by AntipoleVarious email notification functions work when a topic or reply is submitted or edited from the frontend but not from the backend. I have code which is hooked on to transition_post_status to take over notification functions when a topic or reply is published from the front or backend. It works great for topics, but I am having trouble with replies.
I have the following code fragment fired on publication of a reply:
$reply_id = bbp_get_topic_id( $post->ID );
$topic_id = bbp_get_reply_topic_id( $reply_id );
$forum_id = bbp_get_topic_forum_id( $topic_id );
$reply_author_id = bbp_get_reply_author_id($reply_id);
error_log("Trace point reply to be published topic_id:". strval($topic_id) . " reply_id: " . strval($reply_id) . " forum_id: " . strval($forum_id). " author_id: " . strval($reply_author_id));
In all cases, $reply_id and $reply_author_id are found correctly.
When invoked from the frontend, $forum_id is found correctly, but not from the backend.
$topic_id is shown as zero whether from front or backend.
So bbp_get_reply_topic_id($reply_id) is not functioning as I anticipate. I have tried bbp_get_reply_topic_id( $$post->ID ) with the same result.
How do I get the topic_id from the reply_id? Can SKS please help here?
Give Admin/Keymaster ONLY a forum signature?
Published on January 27th, 2019 by reedyIs there a way to append a signature to posts made by a Keymaster — perhaps by adding something in functions.php?
I don’t want to offer signatures for all users of the forum so installing a plugin for this (IMHO) is a bit of overkill.
Thanks in advance for any info/pointers.
Need ID of parent forum page
Published on January 26th, 2019 by Number_6Hi,
I’m using Widget Logic to have forum-specific widgets in my sidebar and I’m using a slightly complicated condition that requires a page ID. Does “forums” have an ID? If it does, is there a way to find it?
Thanks
can bbpress integration with imgur?
Published on January 26th, 2019 by blogxkomoHi,
anybody know how to sync storage img bbpress with imgur like in feature flarum?(https://discuss.flarum.org/d/4154-flagrow-upload-the-intelligent-file-attachment-extension)
i see on flarum you can upload img to your flarum with imgur storage.
if you know how do it, please tell me 🙂
Importing Arabic
Published on January 25th, 2019 by meobeouI am importing an arabic vbulletin 3.x forum into bbpress.I am facing character encoding.vbulletin db has latin1 charset so I converted all tables to latin1_swedish_ci.after importing topics gose weird with blank titles.Any body help
Lee!