Forum Replies Created
-
In reply to: When I reply to topic I am taken to first topic page
I think this is a long standing bug in bbpress. are you suing threaded replies (just asking, not suggesting!)
for moderation This one still works as far as I know and would let you moderate guest posts
as for registration, bbpress just uses WordPress registration, so a plugin that does that would be fine. You don’t state what plugins you have tried, and why they didn’t work – if you find one that is close, come back.
In reply to: Undefined Index Noticesgreat – glad you ae fixed !
In reply to: Undefined Index Noticesok, this could take some debugging !
firstly in dashboard>replies how many replies do you have?
can you copy the
All (1,090) | Mine (129) | Published (1,089) | Pending (1) | Bin (1) | Spam (2)answer into this thread
In reply to: lost pluginthe forums appear in the dashboard
also look at
dashboard>tools>forums to see if that element is there
In reply to: Undefined Index Noticeshmm..something is amiss, let me think about what you might try next !
In reply to: Error: A variable mismatch has been detected.great – glad it is all working !!
In reply to: placeholder text in new topic formgreat – glad you ae fixed and thanks for your kind comments!!
In reply to: placeholder text in new topic formtry changing the argument line
if (($args['context'] == 'reply' || $args['context'] == 'topic') && $post_content == '') $output....etc.In reply to: Conflict between forum archive slug and page nameI’ve not used that plugin (as I’ve not used genesis themes) – does it have any settings ?
In reply to: Undefined Index Noticesok, can you try
dashboard>tools>forums>repair forums and try recalculating replies
In reply to: index page is gonegreat – glad you are fixed !
In reply to: Undefined Index Noticesok, looks like something is a bit corrupt – how did you delete the demo data?
In reply to: Undefined Index Noticesok, what I need is for you to copy this file to your pc
/var/www/html/xxxx/wp-content/themes/cera/bbpress/content-statistics.php
then open it, and post the contents in this thread please
In reply to: index page is goneok, as a start try
dashboard>settings>permalinks and just click save – that resets then and may (may not will) fix !
if not come back
In reply to: Undefined Index Noticesok, that’s an error from your theme, so we’d need to see that file. Do you know how to look at theme files using ftp ?
In reply to: Conflict between forum archive slug and page nameok, come back when you have something more, and I’ll try to help.
If you do, please let us have a list of your plugins 🙂
In reply to: Change “Forum” labellink to your site and example please
In reply to: Learning curve?contact me via
In reply to: Login Form on Topics, Forum pageglad to have helped 🙂
In reply to: Login Form on Topics, Forum pageoops yes there is also a form-reply.php which has the same – it’s in the same directory
In reply to: Login Form on Topics, Forum pageIn reply to: Login Form on Topics, Forum pagefind
wp-content/plugins/bbpress/templates/default/bbpress/form-topic.phpFTP transfer this to your pc and edit
find starting from line 254
<?php if ( ! is_user_logged_in() ) : ?> <?php bbp_get_template_part( 'form', 'user-login' ); ?> <?php endif; ?>and delete these lines
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/form-topic.phpbbPress will now use this template instead of the original
In reply to: Login Form on Topics, Forum pageit come from
bbpress\templates\default\bbpress\form-topic.php
are you fine with FTP and changing files – if so I’ll give you intructions