Forum Replies Created
-
In reply to: Grayed and non-clickable links.
fixed
In reply to: Create Custom Topic TypesIn reply to: Grayed and non-clickable links.contact me via
In reply to: Grayed and non-clickable links.ok, if I can’t see your car, I can’t fix it.
In reply to: Grayed and non-clickable links.sorry need a link not a picture, it is theme related
In reply to: TinyMCE will not display on siteexpressing frustration that someone doesn’t do something for free for you is kinda ranting 🙂
In reply to: Order forums by last replyNot one I seen asked before, which seems strange – doable, but beyond free help I’m afraid.
If you want me to take a look
In reply to: TinyMCE will not display on sitenow I’ve got that out of my system, try
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Form
In reply to: TinyMCE will not display on siteI don’t understand, after so many updates to the bbPress core and so many questions in your Support forum about it, that this issue has not been resolved.
free software with free support – sorry but that is the quick answer. The authors give up their free time to make this available, and they choose what is important.
So you expecting someone else to spend their time for free fixing what you perceive to be your issue, and then feel justified to complain that you have spent ‘way too much time’ doesn’t really cut it.
sorry, you chose the wrong day to start ranting at other people.
In reply to: Error for Move or Split Topic or Reply@ajtruckle – did you ever fix this one that you had ?
In reply to: “You cannot create new discussions.”if you mean site visitors then
dashboard>settings>forums>forum user settings>anonymous and tick the box
if you mean registered users, then this is a buddypress question
In reply to: Automatic Archive Settings for Topicsno need to change them – they are only names, although you could change
add_action('bbpress_daily_event', 'bbpress_close_old_topics');to
add_action('bbpress_daily_event', 'bbpress_delete_old_topics');and
function bbpress_close_old_topics() { // Auto close old topicsto
function bbpress_delete_old_topics() { // Auto delete old topicswhich would just make it clearer what it was doing – but not necessary !!
In reply to: Help recover replies from a corupt databaseso can you see these in the backend?
dashboard>replies
In reply to: Help recover replies from a corupt databaseand when you say some – how many – eg 10, 100, 1000?
In reply to: Help recover replies from a corupt databaseso are these replies missing form the backup, or replies made since the backup?
great – glad you are fixed
In reply to: Help recover replies from a corupt databasetry
dashboard>tools>forums>repair forums and run one at a time
Not sure what you would see other than a grayed out post.
lots of front end tools we can use to see what is happening, which we can’t with pictures.
My real question is why manually editing the color code in the CSS files doesn’t have any effect.
could be loads of things, including caching as Chuckie says, theme and child theme issue or other things.
In reply to: Automatic Archive Settings for Topicsyes, should be
link to a live example on your site please
In reply to: bbPress 2.6.4 Remove Default Search Bargreat – glad you are fixed !!
that’s great, and yes looks like you’ve found then underlying issue.
great, are you putting that change into your site or just waiting for a new version ?
In reply to: bbPress 2.6.4 Remove Default Search Barhmmm… css won’t do it then.
you’ll need to amend content-archive-forum.php in your child theme
find
wp-content/plugins/bbpress/templates/default/bbpress/content-archive-forum.phptransfer this to your pc and edit
delete line 17
<?php bbp_get_template_part( 'form', 'search' ); ?>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: bbPress 2.6.4 Remove Default Search Bar🙂