Forum Replies Created
-
In reply to: getting emails at Forum & Topic levels
yes !
In reply to: Styling of “Latest Forum activity” widgetalways a toss up – I can add endless options to my plugins or take judgements on what people want.
<span class=”bsp-la-text”>in </span> lets people translating change what they want. If I take then space out, then that is always there.
you can use
//This function changes the text wherever it is quoted function change_translate_text( $translated_text ) { if ( $translated_text == 'old text' ) { $translated_text = 'new text'; } return $translated_text; } add_filter( 'gettext', 'change_translate_text', 20 );to put in a : if you want it
In reply to: bbPress 2.0: designed for scale?not sure why you are asking on a bbpress forum – a bit like asking the Ford Garage about the best place to buy chrysler cars !
In reply to: Why is index sooooo slowis your site public ?
In reply to: Why is index sooooo slowso this forum has a greater number of posts, but loads fine.
Do you want to define ‘super slow’ in terms of seconds?
In reply to: Confirmation email overwriteI thought BNFW were fixing?
In reply to: bbPress 2.0 – Shortcodesno problem – glad you are fixed !
In reply to: bbPress 2.0 – Shortcodesok reverse your above changes, and then apply the same process to
form-topic.php
In reply to: Fatal errordo come back if you need further help
In reply to: Fatal errorthat’s a WordPress core function, looks like you site is having issues.
Suggest you contact your host provider and see what advice they offer. You might need to roll back to a previous backup if the site is corrupted.
In reply to: New free plugin: GD Forum Manager for bbPressjust looked at this – wow that’s really useful !!
great – glad you are fixed
In reply to: bbPress 2.0 – Shortcodesok, you’ll need to edit a bbpress template using FTP
find
wp-content/plugins/bbpress/templates/default/bbpress/content-archive-forum.phptransfer this to your pc and edit
you’ll need to remove the line that says
<?php bbp_breadcrumb(); ?>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/content-archive-forum.phpbbPress will now use this template instead of the original
In reply to: Error message🙂
In reply to: bbPress 2.0 – Shortcodesso you want it for the topic form, but not the index – yes ?
In reply to: Error messagehe should clear cookies for your site, maybe browsing history for your site.
If he is accessing from a cell phone, they tend to try and cache everything so they can pretend they go faster, and can be difficult to clear.
In reply to: Error messageok, suspect his browser
In reply to: Error messagedo you have a problem as the user ? trying to work out if it is his pc/browser or his name – ie pc issue or server issue !
In reply to: Error messageok, it may be saved data in their browser.
just replies, just topics or both?
and can you try and post as them?
In reply to: Error messagebbpress creates a hidden field in a form to ensure that when the result is processed it comes from a valid form – you get this error when the answer does not match.
so is this just one user? and just one reply/topic or everything they do ?
great – thanks for posting the answer
In reply to: Error messagenormally caused by failing to have the form called correctly.
you’d need to come up with a repeatable process that causes it to work further
In reply to: The forum page is not workingok, that doesn’t get us any further
so what is that pages title ?