Forum Replies Created
-
In reply to: Show only Parent Forums
Open front-page.php. Locate:
if(bb_forums())
(line 47 in kakumei) change it in:
if(bb_forums(array('where' => 'where forum_parent = 0')))
Have a nice day.
In reply to: Send email to all members?First of all you are asking for help and believe it or not I gave you an SQL query that actually help you cause it export all members’ emails that you can use for sending emails.
Seconded a quick search with a search engine called google will point you to a lot of topics in which mass email has been already discussed on bbpress.org:
https://bbpress.org/forums/topic/mass-email-function
https://bbpress.org/forums/topic/newsletter-plugin
in that topics you will find replies from _ck_, chrishajer and others that are IT experts that, believe it or not, have written the exact advice that you consider at number one of your personal 2010 list.
In reply to: Send email to all members?I mean that you will likely be banned. You should hire an email marketing service.
In reply to: Send email to all members?You can use phpmyadmin:
SELECT DISTINCT user_email FROM bb_users ORDER BY user_email ASC
but mass email isn’t a good idea.
In reply to: How to remove backticks option from acting asIt’s the only way to do this. Otherwise you should replace the filter manually which is also a hugly hack. If you remove the filter and then add a custom code (I tried with a plugin) this doesn’t work cause the filter must be at the same exact position (after bb_encode_bad and force_balance_tags.) Changing the code againg when the SVN update it’s not difficult.
The first thing I’ve done after my very first installation of bbPress was to chage the backtick code. I think that using such character of inline code is not a wise choice. First of all cause that character is hard to find on keyboard layouts different from USA. Seconded cause that character is widely used on several language (Perl, Ruby, PHP, MySQL, Lisp, TeX and other.) I can’t write significant portion of code without breaking the formatting.
In reply to: How to remove backticks option from acting asYou are now GhettoBSD Approved!
Added to résumé.
Mark the topic as resolved. Have a nice day.
In reply to: How to remove backticks option from acting asOpen function.bb-formatting.php.
Change
bb_decodeit
andbb_code_trick
with http://pastebin.com/SAx377E4No more backticks for you.
In reply to: Security ConcernJust want to be able to disable the visibility of the “username” as I feel this compromises security a bit.
You can hide it with a plugin but the user login is still in the URL:
bbpress.org/forums/profile/
chrishajer
With a plugin of mine you can hide profile pages but it hide the entire page. Or in other words it spawn an error page with a custom message. I don’t think this is what you need.
In reply to: Where is the bbpress Dashboard?bbPress isn’t a WordPress plugin but a standalone software.
The administration panel of bbPres is at /bb-admin
In reply to: WP 3.0 beta 2 integrated user registrationI’m not sure I’m using the ‘WordPress bbPress cookie plugin’ you mention
https://wordpress.org/extend/plugins/bbpress-integration/
I have only tested it in my XAMPP sandbox (Debian) cause I had only few minutes for it. Apache/2.2.12, PHP/5.3.0, MySQL 5.1.37.
The “email is required” error can be spawn only from register.php file line 33 and only if $_POST isn’t defined (well I just made a quick look so I could have written something that isn’t true.) But it’s very strange. If you want to make a quick test do
print_r($_POST);
and see what you got.Damn I can’t help. Maybe it’s the first time in my life in which I would like to have a software bug.
In reply to: WP 3.0 beta 2 integrated user registrationI have tested it. bbPress 1.0.2, WordPress 3.0 RC1. Cookies integration, members integration, same database, WordPress bbPress cookie plugin.
I can create users from bbPress and from WordPress. No problems with the user database and other stuff like that. No problems with the login from WordPress and/or bbPress.
I have checked the wp_users database schema of WordPress 2.9.2 and 3.0. It’s the same. I’m sorry but I can’t reproduce the “email is required” bug.
In reply to: WP 3.0 beta 2 integrated user registrationbbPress does integrate well with WordPress 2.9.2 which is the the current stable release. On the docs page it’s very well specified:
bbPress integration should work with most recent version of WordPress in the 2.9.x series.
In reply to: Same forum using http and httpsNow it’s official. The HTML entities bug is pretty annoying.
Edit: nevermind. You edit the post.
In reply to: Errors during installationbb-load.php line 25:
error_reporting( E_ALL ^ E_DEPRECATED ^ E_NOTICE);
In reply to: Help with installation to Thesis word press blogMaybe we should change “bbPress is forum software with a twist from the creators of WordPress.” with “bbPress is standalone forum software with a twist from the creators of WordPress.”
And no, I’m not joking.
In reply to: Whoa! (bbPress.org 2.0 is live)Thanks.
In reply to: Whoa! (bbPress.org 2.0 is live)Mh. I’m watching my readme.txt and I don’t see problems/mistakes. The funny thing is that the SVN actually functions cause it has already generated the .zip files. See:
and
do exist on server.
In reply to: Reply link doesn't seem to workWow. That’s kinda strange. Your site does show the replay link that is used on thread pages that aren’t actual the last page. Go to:
http://www.childfriendlybrighton.co.uk/1/bbpress/bb-admin/options-reading.php
and tell me whay you got.
In reply to: Whoa! (bbPress.org 2.0 is live)Do you guys have any recommendations?!
This isn’t a good place for asking this kind of questions. It’s like if you enter in a bar and say: “your bar sucks. Do you know where I can find another bar?”
In reply to: Whoa! (bbPress.org 2.0 is live)Yes I know. But I thought that it was problem only related to upgrade and not to new uploads.
In reply to: Whoa! (bbPress.org 2.0 is live)I have added two new plugins but the plugin section doesn’t refresh.
https://bbpress.org/plugins/topic/zaerl-url-preview
https://bbpress.org/plugins/topic/zaerl-post-permalink
so I suppose that it’s a problem that affects all new uploads.
In reply to: Direct code to post urlI have created a plugin that expose permalinks to posts. But I’m not very sure that it’s what you want. I have uploaded it five minutes ago. Grab it (if it’s what you need) when the SVN refresh:
https://bbpress.org/plugins/topic/zaerl-post-permalink/
It exports a function:
za_post_permalink($id = 0)
which returns a link in the form:
http://domain.com/post/number if mod_rewrite is used
http://domain.com/?post=number otherwise
if you pass
0
or nothing to the function it takes the current post ID (if any).Have a nice day.
Nice work man. Nice work.
In reply to: moving data into BBIn reply to: Whoa! (bbPress.org 2.0 is live)In https://bbpress.org/plugins/forum/requests put “Plugin Description (required)” over the corresponding textarea (need just a
<br />
as for “Plugin Name (required)”).Put some space between the “Submit Comment ” button and “Allowed Tags”
<p>
in plugins/topic/*This is strange. The star gif used for rating in plugin section does have a tiny gold border when displayed with gold background. (Firefox/3.6, no problem with Safari 4.0.5) I can take a screenshot.