Forum Replies Created
-
In reply to: subscribe to your favorites’ RSS feed not working
maybe because your list is empty? which bbpress version are you using?
I guess your website is not the WP blog?
In reply to: If non-English site mail when user Registerwhat is the language?
In reply to: replacing page titleBy the way I came out here, I isolated the title function as suggested and the title is rewritten. Thanks!
In reply to: replacing page titleHi Thanks for helping.
it doesn’t work
this is the function I use (stripped the other code)
function my_title($title) {
return 'PHP Scripts Development Forum';
}
function create_meta() {
if (is_front()) {
remove_filter('bb_title', 'bb_get_title');
add_filter('bb_get_title', 'my_title');
// code to create the meta data
} else {
// do something else
}
}
add_action('bb_head','create_meta');maybe it doesn’t work because I add the filter within that “action”?
In reply to: If BBpress had SEO plugin Like WOrdPress?I’m busy with a working plugin but doesn’t get the page titel modified:
https://bbpress.org/forums/topic/replacing-page-title
check the forum link in my profile page to get an idea for the unfinished version
In reply to: Anyone use GoDaddy host?hi,
do they offer money back garanty?
I’m sure you get more trouble with them. A lot of default PHP function doesn’t work with them (I guess they have safe_mode = On)
Maybe you can do it if you store the session cookie with a longer life time.
be careful it’s less safe…
In reply to: Dropping “MultiViews” support?I like multiviews, use it for WP too, write access to the .htaccess file will be a problem for many forums on shared hosting accounts (because a lot of them are not secure)
In reply to: error after new post (all of a sudden)Just wrote a small bugfix for the notification plugin:
http://www.finalwebsites.com/forums/topic/bugfix-for-bbpress-notification-plugin
In reply to: error after new post (all of a sudden)The problem is the notification plugin and it seems to be a problem if your user base becomes bigger.
I guess the the function “notification_select_all_users” needs some update (diff. sql statement that selects less records)
In reply to: bbPress 0.9 – plugin compatibility listHi,
just did an upgrade to my bbpress forum and tested my plugins:
https://bbpress.org/plugins/topic/moderator-new-post-notification/
and
https://bbpress.org/plugins/topic/auto-add-favorites/
both are fine with version 0.9…
In reply to: [New Plugin] BBpress Syntax HighlighterWell done, maybe you should change the pathes a little. I use geshi on other parts of my website and can’t/won’t use it this way
In reply to: what is bb_topic_labels()?Sure this “upgrade” is not for current functionality. To make this function clear it would be useful to have a working example in the default template
there are so many unused functions in the include map, why is this unused function included in the default template (makes no sense to me)
@fel64, believe me I know the bbpress files maybe a little too much, hehe…
In reply to: what is bb_topic_labels()?this what I did, I can’t see something related to the bbpress main files.
Actually the value of the function is empty..
In reply to: Pre-Installation: Spam and User NumbersHi Trent, thanks for the feedback!
just checked the suggested plugin and using some activation code makes sense. Is this something for the bbress core version? And is this really needed? At the moment I have ~50 new registrations a day because people need to register to download some PHP classes from my website.
Sure some of them have entered their URL to the profile, but this is not accessible until thy made a first post.
In reply to: Your opinion: Profile above or to left of post?Hey trex33, the bigger forums are using vbulletin
In reply to: Pre-Installation: Spam and User NumbersBecause we are talking about spam and bbpress, at the moment I don’t have problems with spam (I guess the spammers didn’t about my forum)
how is the spam protection works it the same way as in WP? In WP akismet is filtering more than 99% of the spam.
Here in bbpress it’s different: a well written spam post is not “under moderation”
In reply to: Pre-Installation: Spam and User NumbersI have more than 1000 registrations now, I’m not sure what happens if some but will start to register fake accounts. If this becomes a problem you need to something else.
bbpress works with akismet and this works fine on wordpress
In reply to: how can I rebuild .htaccess?Ok Chris, thats the reason
yeah it works great (all my WP blogs are working the same way)
In reply to: New Topic Notificationon the plugin site here
In reply to: New Topic Notificationcheck also the last two plugin’s I think they will do what you need
In reply to: how can I rebuild .htaccess????
my .htaccess has only this single row:
Options +MultiViews
In reply to: Your opinion: Profile above or to left of post?yeah the profile belongs to the left like in other forums (it’s not MS office 2007)
In reply to: A Bug foundactually you didn’t delete the post/thread, but you’re right favorites are also not removed if your remove a thread