Forum Replies Created
-
You can use only a-z, A-Z, 0-9 and the
-
in login names. After registration you can set up the so-called “display name” (name, surname) where you can insert all the fancy unicode characters you want.In reply to: Get last page in bb_initHi Kevin. I found a “solution”. But I’m not proud of my code:
add_action('bb_topic.php', 'the_function');
add_action('bb_edit-post.php', 'the_function');
add_action('bb_forum.php', 'the_function');
add_action('bb_front-page.php', 'the_function');
add_action('whatever_other_template_page.php', 'the_function');Basically speaking I hook those template pages that I need. The files in the root folder call:
bb_load_template('template_file.php', some_stuff);
in the very last line. That function calls the action bb_
template_file.php
, include()template_file.php
and than calls the action bb_after_template_file.php
Maybe there’s a better solution. I’m not a bbPress expert.
In reply to: Good forum needs some feathures – New ideas!Quoating and Posting reply: https://bbpress.org/plugins/topic/ajaxed-quote/
Allowed quicktags: You mean the html tags that can be used in posts?
bb_allowed_tags()
Automatic tags: ?
In reply to: I need function "if is home" to bbPressbb_is_front()
bb_is_forum()
bb_is_tags()
bb_is_tag()
bb_is_topic_edit()
bb_is_topic()
bb_is_feed()
bb_is_search()
bb_is_profile()
bb_is_favorites()
bb_is_view()
bb_is_statistics()that are all wrappers (a mojor part of them) of the
bb_get_location()
function which returns:front-page
forum-page
tag-page
topic-edit-page
topic-page
feed-page
search-page
profile-page
favorites-page
view-page
stats-page
login-page
register-pageIn reply to: I need function "if is home" to bbPressbb_is_front()
In reply to: WordPress integration problemsYou can add a prefix to your WordPress tables.
In reply to: [Spanish Text] No mostrar sub foros en indexIn reply to: All members 'inactive' after converting from MyBBOps Gautam already posted the solution. Nevermind.
In reply to: All members 'inactive' after converting from MyBBOpen phpmyadmin. Run this SQL query: http://pastebin.com/9VhTGNt9 If you use a table prefix different from
bb_
you need to change the query.Keep in mind that this code is without warranty.
In reply to: Extra dropdown field in registration pageNo please pagan. Don’t choose another forum software. I am here for you and you know what? I will work for you for free. I will spend hours in a plugin that will be useful only for you. Normally I get 20€/h when I write code but you are special.
Don’t hurt my feelings. Don’t say that I’m not able to do anything (for free).
In reply to: WP 3.0 beta 2 integrated user registrationZaerl: kudos to you for all the find contributions to bbpress.
Thanks man. Maybe I’ll add this to the plugin section.
In reply to: Private Forums, User GroupsUse my plugin. Is called zaerl Visibility.
In reply to: Troubleshooting White Screen of DeathNot the access log (
access_log
), the error log (error_log
).In reply to: Troubleshooting White Screen of DeathHow do I find out whats causing the 500 error now?
The apache error log?
A fork? I will help.
He even admitted that right now, it would be better off to use another plugin rather than bbPress.
Insulting.
Closing this thread, it has long left productive uses and is annoying me so much I just want to quit the whole project.
No-one agree with me ergo I close the thread. Childish.
More than one hour of Matt is too much for me and it seems that “videopress” doesn’t let me skip the video.
The day bbPress will become a WordPress plugin, ehm, a core plugin I will run away fast. I began using bbPress cause it’s light software in a world of bloatware. If I need to load all WordPress 3 AND then all bbPress the “light” adjective will not be more valid.
In reply to: Upgrade to WordPress 3.0 Final Experiences?I was reading through that and got a little lost. At the end you were able to get things working with Zaerl’s plugin?
Yes. There is only a little problem regarding registration (if you use deep integration) but this is solved by my plugin. If you don’t use deep integration don’t install it.
In reply to: WP 3.0 beta 2 integrated user registrationThe closing tag isn’t required.
The problem is that WordPress declare a global variable called $user_email and in bbPress core file register.php they use the double-dollar notation (variable variables) that are evil. EVIL. So a $$key become a $user_email that is already defined and than not assigned and blah blah blah.
In reply to: WP 3.0 beta 2 integrated user registrationI’ve built a plugin for you. It’s called zaerl WordPress 3 fix. http://pastebin.com/JhJzLjvQ
Have a nice day.
In reply to: WP 3.0 beta 2 integrated user registrationI’ll check the deep integration.
In reply to: WP 3.0 beta 2 integrated user registrationGreat addition man. I’m happy to see that.
In reply to: Extra dropdown field in registration pageI don’t think that such a plugin will be useful for a wide audience so I will not build it (it’s also quite annoying to make.) When I make something boring for a single person it’s called job and I’m here just for fun
In reply to: Urgent! Posts have slashes (ie: ' instead of ')