Forum Replies Created
-
In reply to: Looking for "last discussion column" on forum index
Well, it seems that “Forum Last Poster” by _ck_ has the most functions I was looking for. It works with the exception it doesn’t display correctly the info about the first forum, the link returned by forum_last_post_link() is without slug/id.
In reply to: Looking for "last discussion column" on forum indexAny idea on how to add this column with the last discussion title/link as we can see on vBB/phphBB/etc ?
Thank you very much.
In reply to: Auto parsing links featureOh, i think I found, defaults.bb-filters.php
In reply to: PluginsOk I found the problem.
“bbCode lite” is NOT working while “bbpress SEO tools” is activated. Those plugins are not compatible each other.
In reply to: WP Integration IssueRead this and verify you’ve followed the same steps:
https://bbpress.org/forums/topic/wp-integration-coockie-does-not-work#post-61969
In reply to: PluginsUp.
Do anyone know a solid plugin to parse bbCode ( , , … ) per the latest version of bbPress?
In reply to: PluginsHi Fernando,
– bbcode buttons toolbar
what plugin do you use to parse bbcode then?
I don’t read bbcode lite in your post, infact it shouldn’t work for 1.0.2 the one in the repository.
Testing: hello world it doesn’t work even here?
In reply to: What's happening with bbPress?In reply to: Important update for bbpress seo toolsLooks like
$row = $bbdb->get_row(“
SELECT um.meta_value AS role
FROM $bbdb->users AS u, $bbdb->usermeta AS um
WHERE u.ID = um.user_id
AND um.meta_key = ‘bb_capabilities’
AND u.user_status = 0
AND u.ID = $user_id
“);
returns NULL
–
I temporarly fixed this by adding:
if(is_array($arr)) {
on line 177and a closing bracket
}
on line 186 just beforereturn $is_mod
.In reply to: Important update for bbpress seo toolsIt’s not my site but you can see the warning in action here at the moment:
In reply to: Important update for bbpress seo toolsUsign bb-seo-tools 1.02:
* Plugin Name: bbpress SEO tools
* Plugin Description: Optimize your page titels and meta tags with this simple SEO plugin.
* Author: Olaf Lederer (finalwebsites.com)
* Author URI: http://www.finalwebsites.com/
* Plugin URI: http://www.finalwebsites.com/forums/forum/bbpress-plugins-and-modifications
* Version: 1.02
But getting these warnings upon reading a forum post:
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/…/public_html/forum/my-plugins/bb-seo-tools.php on line 178
Using bbPress 1.0.2
Just an update, I read elsewhere that this is deprecated in latest WP versions:
require_once dirname(dirname(__FILE__)) . '/wp-blog-header.php';
This should be used instead:
require_once dirname(dirname(__FILE__)) . '/wp-load.php';
This is so annoying guys
What’s the cleanest solution to this, for WP 2.8.6 installed in / and bbPress 1.0.2 installed in /forum/ ?
Thanks very much, indexing is vital to me.
In reply to: /forum/bb-admin redirects me to /forum/I tried with your advices and manged to access the bb dashboard, but I had to put manually /index.php
/forum/bb-admin/ or /forum/bb-admin
gave 404
/forum/bb-admin/index.php
worked
Strange thing…
In reply to: Why am i showing backslashes?This worked for me.
In reply to: Limiting latest discussion by dateMaybe I didn’t explain my objective very well.
I’d like to show as “Latest Discussions”, discussions NOT older than X days.
Is it possibile?
If yes, how?
Thanks.
In reply to: Style Sheetchmodding my-templates and my-plugins fixed for bb-admin, but in the frontpage is still missing. It’s soemthing related to permissions for sure because it’s working locally on my PC on Vista.
edit :
If I move the same custom template from my-templates/ to bb-templates/ , it works.
Hope this glitch with my-templates/ themes will be fixed in future releases
In reply to: Style SheetFixed thank to another post in here, my-plugins and my-tempaltes had not properly chmodded with 755.
In reply to: Style SheetSame here, I did copy “kakumei” in my-templates, renamed the folder and started editing, but style.css is not found, neither are all pictures and the screenshot.png is not shown in admin->appearance. I can activate the template but all pics/style stuff is missing.
Any idea?
Forum funcionality and default theme are all working fine.
Thanks very much, it actually fixed a bug that didn’t let me access the bbPress dashboard (redirected to forum index), even if I appeared logged-in in both WP and BB, and could access WP dashboard also.
Now instead with a single login can access all WP, bbPress index, WP dashboard and bbPress dashboard.
In reply to: WordPress + bbpress + register plus>>>>The .htaccess trick worked for me, thanks.
Just ensure to edit the .htaccess inside bbpress folder ( /forum/ ? ) not the one in wp folder, and add the line suggested by “balgo” at the top of the file replacing your domains/folder where stated.
In reply to: Import from vBulletin 3.6.5News about this? If there is already something like that I’ll try to use it without exhitation, but if it’s not, I’m gonna write one on my own.