Forum Replies Created
-
In reply to: Edit topic reply, changes post order
Hello Stephen, thanks for your feedback
So far, I just noticed this issue after edits.
Do you mean if I have the odd and even classes on the bbpress.css?#bbpress-forums div.even,
#bbpress-forums ul.even {
background-color: #fff;
}#bbpress-forums div.odd,
#bbpress-forums ul.odd {
background-color: #fbfbfb;
}
I found this on the css, but I’m not sure if this is what you are looking for.
I didn’t changed any template or php file.Thank you! 🙂
In reply to: Edit topic reply, changes post orderGlad to hear that I’m not alone, I was a bit worried already!
Thank you 🙂
In reply to: Edit topic reply, changes post orderHello Stephen,
Following your recommendations, I disabled all the plugins (except for bbpress) and runned all the repair tools. No change.
afaik, this happens, on all posts that are edited by any reason.
One post was created yesterday, edited and have the same issue. Even the answers that I posted today appears before yesterdays edit.I migrated from bbpress 1.x around 2 months ago.
You can see one example at: http://endian.eth0.com.br/forums/topic/novato/
(also changed the template to twentythirteen now)Thank you!
In reply to: Edit topic reply, changes post orderHello,
When I was using 1.1 alpha, this problem wasn’t happening.
After importing the old forum to 2.x, I did noticed this issue.
Yesterday I also upgraded bbpress to latest version 2.5The addons that I have enabled are:
– BBPress Close Old Posts
– bbpress Simple Advert Units
– Captcha
– Custom Meta Widget
– Google Analytics for WordPressTemplate: Lobster (bootstrap 3)
– switched templates and issue stills thereAlso new replies are inserted before the edits:
TOPIC A
– Post 1
– Post 3
– Post 4
– Post 5
– Post 6
– Post 2Thank you
In reply to: Migration from bbpress 1.x to 2.x and permalinksHello,
Sorry for bumping my own post, but anyone have any idea, suggestion or workaround?
🙁
Thanks
In reply to: Lock old/inactive topicsHello Stephen, thank you for your feedback.
I just installed this addon and it started to lock older topics.
Thank you!! 🙂
In reply to: Same forum using http and httpsHello again _ck_, sorry for not giving any feedback earlier, but in the last few days I’ve been busy with my work and I wasn’t able to test your modification.
I just made some tests with your modification, but the problem with bb-admin persisted.
Anyway, I’m happy with the current achievements, the forum working with SSL is pretty nice, and normally I just use the administration part at home or work (in a safe network).
Maybe one of us should fill a bug report for the https on the bugtracker?
Thanks for all the help and I’m glad to see you back in the forums.
In reply to: Same forum using http and https_ck_,
I just noticed that also the controls for Sticky, delete topic, lock and unlock are not working, when you click on those links or in the link of admin panel, I’m redirected to the base address (still on https).
This only occurs when I’m logged in as admin. If I’m with guest access I can go to /bb-admin and see the login screen.
This is my ssl apache log:
my_ip - - [07/Jun/2010:17:05:13 -0300] "GET /bb-admin HTTP/1.1" 301 328
my_ip - - [07/Jun/2010:17:05:14 -0300] "GET /bb-admin/ HTTP/1.1" 302 -
my_ip - - [07/Jun/2010:17:05:16 -0300] "GET / HTTP/1.1" 200 23610
my_ip - - [07/Jun/2010:17:05:18 -0300] "GET /favicon.ico HTTP/1.1" 404 2715
In a short way (and probably wrong), it looks like a 301 redirect for /bb-admin/(.*) to /
But this only happens logged in as admin, on https trying to access anything inside of /bb-admin (the rest seems to work as it should).
Using http everything is fine.
Thanks!
In reply to: Same forum using http and httpsThat worked!
Everything works fine, except for the /bb-admin part using https. This page seens to redirect to the main forum, but switching to http works ok. (This is not a big problem, since my main objective was to have only the forum with ssl).
Just for the record (if someone else is searching for this):
The canonical modification can be made editing the header.php of the template and inserting the following line in the head section.
<link rel="canonical" href="<?php echo "http://" . $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; ?>" />
edit: this line look a bit messed here, check the original at pastebin: http://pastebin.com/626EqW74
Thank you!
In reply to: bbBlog 2.0 (plugin)When the “bbPress plugin for wordpress” arrives, I will have the choice to keep using bbpress as standalone product or I will be forced to migrate to wordpress + bbpress??
In reply to: trunk or 0.9?Thanks!
But if I use the trunk version now, will be any option to convert from trunk to 1.1 when it’s out?
Thank you!