Search Results for 'test'
-
AuthorSearch Results
-
June 16, 2010 at 12:08 pm #89734
In reply to: bbPress0.9 support finishing early
Gautam Gupta
ParticipantOnce a milestone is deleted, its tickets are shifted to another milestone and I think there is no way to see the pending tickets on that particular milestone. But, I think there were no tickets for 0.9.0.7 milestone, there were only for 1.0.3 and if the bugs applied to 0.9 branch too, then they were also fixed there. You can view the latest version of 0.9 here – https://trac.bbpress.org/browser/branches/0.9
Also don’t you think that (again) this whole thing would be handled better if we’d been told about it either before hand or at the time?
Yup, I agree with you on this.
June 16, 2010 at 10:57 am #89608In reply to: What. The. Heck. Is. Going. On!
mr_pelle
ParticipantI agree with Zaerl. Documentation has been bbPress biggest lack since I knew it. There is also a 3-months-old ticket regarding PHPdoc and coding standards which has never moved on…
I deeply esteem your work, Zaerl: it’s amazing what you were able to do with no documentation at all! And the fact that you consider your latest plugins as “toys” is… wow!
Anyhow, we’d need more people with TRAC permissions to change the website (and to commit 1.0.3/1.1 patches too) and at the moment we just have a few…
I’ll be happy to contribute with my (very little) experience and my (big) free time, but we need to know who stakeholders are, first.
June 16, 2010 at 10:02 am #89528In reply to: Working Member List?
_ck_
ParticipantActually I guess I will jump ahead and show how to make this into a view because otherwise we won’t have a proper place for it and it will get awkward to test.
This is the mashup I’ve come up with over the years as the “simplest way”. bbPress unfortunately requires a fake, wasted query for it’s views because the original designers wanted you to use their proprietary query method which only deals with topics, so we have to bypass it.
add_action(‘bb_custom_view’,’member_list’);
$fakequery=array(‘started’ => ‘>0′,’append_meta’=>false,’sticky’=>false,’topic_status’=>’all’,’order_by’=>1,’per_page’=>1), false);
bb_register_view(“member-list”,”Member List”,$fakequery);
So there we’ve registered a view called “Member List” that will use the url/tag “?view=member-list” or “view/member-list
June 16, 2010 at 7:11 am #89602In reply to: What. The. Heck. Is. Going. On!
wtfmatt
MemberHe didn’t reply to me
NO SURPRISE there huh.
0.9 … 1.0 … 1.1
How is anyone supposed to understand what is going on with all these releases. How can any reasonable and hard working member of the bbpress community still be in support of Matt?
Matt’s claims in IRC were now 6 months ago. You really believe them?
And again I say that TRAC and IRC logs are NOT true “public” records. What is the point of the bbpress forum? Just to test out the software?
AGAIN I PROPOSE:
a) bug the living hell out of Matt until we get answers … or
b) fork bbPress July 2010
Matt already hates/ignores/constantly-lies-to bbPress anyway, so its a no-loss set of options above. He has obviously reached the state of being a super rich, “content” guy who doesn’t give a crap about anything anymore, which is great and congratulations to him, but screw his rudeness and immaturity and let’s arrive at some new plans of action.
I am not attacking citizenkeith or anyone else on a personal level. I’m attacking the users that keep trying to derail this thread and/or these important issues with petty condescending whining. These issues are critical and to employ playground politics is retarded and wastes everyone’s time.
Matt: if you read this, you only have one viable option at this point buddy, which is offer a sincere apology, update the blog, guide the devs to decide on a branch and future plans with WP plugin/standalone options, and INFORM the bbpress community of your decisions…
June 16, 2010 at 4:37 am #89812In reply to: Anonymous Users
chrishajer
Participantlogin-less posting is a feature present in the latest trunk release. It’s not packaged for release yet, and there are some dependencies (notably BackPress). If you can download via subversion to your intranet server, that would be the best way to get it.
svn co -r2434 http://svn.automattic.com/bbpress/trunk ./forumsThat will check out revision 2434 which is very stable, into a directory called forums on your server.
The revisions after that revision got a little weird with a couple problems that I am not sure are fixed yet.
June 15, 2010 at 5:27 am #89283In reply to: Same forum using http and https
_ck_
ParticipantOkay I think I found a fix – we simply have to bypass the malfunctioning
secure_authmethod in 1.x and just use the regular auth cookie. It’s what’s fighting us as soon as it detects SSL mode.So add this to the bottom of the plugin for 1.x
function bb_validate_auth_cookie( $cookie = '', $scheme = 'auth' ) {
global $wp_auth_object;
return $wp_auth_object->validate_auth_cookie( $cookie, $scheme );
}Test it carefully of course.
June 14, 2010 at 3:24 pm #89664In reply to: Functions not working on front page
driz
MemberIf I’m not logged in then that code shows 0 but when I visit the profile page of a user the avatar will change to that of the profile I’m viewing.
If I’m logged in then I get the following mess:
BP_User Object ( [data] => stdClass Object ( [ID] => 1 [user_login] => cameron [user_pass] => $P$B1pN/b8ZvQpPDtPILqpJCPqT4M4F0f/ [user_nicename] => cameron [user_email] => EMAILREMOVED [user_url] => http://www.paperviewmagazine.com/members/cameron/ [user_registered] => 2010-04-16 22:27:31 [user_activation_key] => [user_status] => 0 [display_name] => Cameron [spam] => 0 [deleted] => 0 [aim] => [yim] => [jabber] => [use_ssl] => 0 [nickname] => Cameron [chat_hide] => true [mini_track] => Sat, 12 Jun 2010 04:39:24 -0700 [first_name] => Cameron [description] => This is some information about me [admin_color] => fresh [rich_editing] => true [primary_blog] => 2 [last_activity] => 2010-06-14 14:53:08 [source_domain] => www.paperviewmagazine.com [pvwp_user_level] => 10 [bp_latest_update] => Array ( [id] => 1 [content] => Test status message ) [bb_user_settings] => m0=c&m1=c [pvwp_4_user_level] => 0 [pvwp_1_user_level] => 1 [pvbb_capabilities] => Array ( [keymaster] => 1 [throttle] => 1 ) [capabilities] => Array ( [keymaster] => 1 [throttle] => 1 ) [pvwp_7_user_level] => 0 [pvwp_capabilities] => Array ( [administrator] => 1 ) [comment_shortcuts] => false [pvwp_6_user_level] => 0 [pvwp_5_user_level] => 0 [pvwp_8_user_level] => 0 [pvwp_2_user_level] => 0 [pvwp_3_user_level] => 0 [pvwp_12_user_level] => 10 [pvwp_user-settings] => m5=c&m6=c&m9=c&m0=c&m10=c&m8=o&m7=c&m1=c&m2=c&editor=tinymce&hidetb=1&m11=c&m3=c&m12=c&m13=c&m4=c [pvwp_13_user_level] => 10 [pvwp_11_user_level] => 10 [pvwp_10_user_level] => 10 [pvwp_1_capabilities] => Array ( [contributor] => 1 ) [pvwp_8_capabilities] => Array ( [administrator] => 1 ) [pvbb_topics_replied] => 13 [topics_replied] => 13 [pvwp_6_capabilities] => Array ( [administrator] => 1 ) [pvwp_7_capabilities] => Array ( [administrator] => 1 ) [pvwp_3_capabilities] => Array ( [administrator] => 1 ) [pvwp_4_capabilities] => Array ( [administrator] => 1 ) [pvwp_2_capabilities] => Array ( [administrator] => 1 ) [pvwp_5_capabilities] => Array ( [administrator] => 1 ) [bp_liked_activities] => Array ( [1] => activity_liked [3] => activity_liked ) [pvwp_7_user-settings] => m5=c&m6=c&m9=c&m0=c&m10=c&m8=c&m7=c&m1=c&m2=c&editor=tinymce&hidetb=1&m11=c&m3=c&m12=o&m13=c&m4=c [pvwp_11_capabilities] => Array ( [administrator] => 1 ) [pvwp_13_capabilities] => Array ( [administrator] => 1 ) [pvwp_10_capabilities] => Array ( [administrator] => 1 ) [pvwp_12_capabilities] => Array ( [administrator] => 1 ) [pvwp_3_user-settings] => m5=c&m6=c&m9=c&m0=c&m10=c&m8=o&m7=c&m1=c&m2=c&editor=tinymce&hidetb=1&m11=c&m3=o [pvwp_4_user-settings] => m5=c&m6=c&m9=c&m0=o&m10=c&m8=c&m7=c&m1=c&m2=c [pvwp_2_user-settings] => m5=c&m6=c&m9=c&m0=c&m10=c&m8=c&m7=c&m1=c&m2=o&editor=tinymce&hidetb=1&m11=c&m3=c&m12=c&m13=c&m4=c [bb_user_settings_time] => 1276463427 [pvwp_10_user-settings] => m5=c&m6=c&m9=o&m0=c&m10=c&m8=c&m7=c&m1=c&m2=c&editor=tinymce&hidetb=1&m11=o&m3=o&m12=c [screen_layout_dashboard] => 1 [metaboxhidden_dashboard] => Array ( [0] => dashboard_recent_comments [1] => dashboard_incoming_links [2] => dashboard_plugins [3] => dashboard_quick_press [4] => dashboard_recent_drafts [5] => dashboard_primary [6] => dashboard_secondary ) [metaboxhidden_nav-menus] => Array ( [0] => add-post [1] => add-post_tag ) [pvwp_user-settings-time] => 1276464114 [nav_menu_recently_edited] => 3 [meta-box-order_dashboard] => Array ( [normal] => dashboard_right_now,dashboard_recent_comments,dashboard_incoming_links,dashboard_plugins,dashboard_quick_press,dashboard_recent_drafts,dashboard_primary,dashboard_secondary [side] => [column3] => [column4] => ) [pvwp_2_user-settings-time] => 1275215993 [pvwp_7_user-settings-time] => 1275772159 [pvwp_4_user-settings-time] => 1271497216 [closedpostboxes_dashboard] => Array ( ) [pvwp_3_user-settings-time] => 1275065270 [pvwp_10_user-settings-time] => 1274906535 [managenav-menuscolumnshidden] => Array ( [0] => link-target [1] => css-classes [2] => xfn [3] => description ) [pvwp_dashboard_quick_press_last_post_id] => 51 [pvwp_7_dashboard_quick_press_last_post_id] => 6 [pvwp_3_dashboard_quick_press_last_post_id] => 63 [pvwp_10_dashboard_quick_press_last_post_id] => 3 ) [ID] => 1 [id] => 1 [caps] => Array ( [keymaster] => 1 [throttle] => 1 ) [cap_key] => pvbb_capabilities [roles] => Array ( [0] => keymaster ) [allcaps] => Array ( [use_keys] => 1 [administrate] => 1 [moderate] => 1 [participate] => 1 [keep_gate] => 1 [import_export] => 1 [recount] => 1 [manage_options] => 1 [manage_themes] => 1 [manage_plugins] => 1 [edit_users] => 1 [manage_tags] => 1 [edit_others_favorites] => 1 [manage_forums] => 1 [delete_forums] => 1 [delete_topics] => 1 [close_topics] => 1 [stick_topics] => 1 [move_topics] => 1 [view_by_ip] => 1 [edit_closed] => 1 [edit_deleted] => 1 [browse_deleted] => 1 [edit_others_tags] => 1 [edit_others_topics] => 1 [delete_posts] => 1 [throttle] => 1 [ignore_edit_lock] => 1 [edit_others_posts] => 1 [edit_favorites] => 1 [edit_tags] => 1 [edit_topics] => 1 [edit_posts] => 1 [edit_profile] => 1 [write_topics] => 1 [write_posts] => 1 [change_password] => 1 [read] => 1 [keymaster] => 1 ) [first_name] => Cameron [last_name] => [user_login] => cameron [user_pass] => $P$B1pN/b8ZvQpPDtPILqpJCPqT4M4F0f/ [user_nicename] => cameron [user_email] => EMAILREMOVED [user_url] => http://www.paperviewmagazine.com/members/cameron/ [user_registered] => 2010-04-16 22:27:31 [user_activation_key] => [user_status] => 0 [display_name] => Cameron [spam] => 0 [deleted] => 0 [aim] => [yim] => [jabber] => [use_ssl] => 0 [nickname] => Cameron [chat_hide] => true [mini_track] => Sat, 12 Jun 2010 04:39:24 -0700 [description] => This is some information about me [admin_color] => fresh [rich_editing] => true [primary_blog] => 2 [last_activity] => 2010-06-14 14:53:08 [source_domain] => www.paperviewmagazine.com [pvwp_user_level] => 10 [bp_latest_update] => Array ( [id] => 1 [content] => Test status message ) [bb_user_settings] => m0=c&m1=c [pvwp_4_user_level] => 0 [pvwp_1_user_level] => 1 [pvbb_capabilities] => Array ( [keymaster] => 1 [throttle] => 1 ) [capabilities] => Array ( [keymaster] => 1 [throttle] => 1 ) [pvwp_7_user_level] => 0 [pvwp_capabilities] => Array ( [administrator] => 1 ) [comment_shortcuts] => false [pvwp_6_user_level] => 0 [pvwp_5_user_level] => 0 [pvwp_8_user_level] => 0 [pvwp_2_user_level] => 0 [pvwp_3_user_level] => 0 [pvwp_12_user_level] => 10 [pvwp_user-settings] => m5=c&m6=c&m9=c&m0=c&m10=c&m8=o&m7=c&m1=c&m2=c&editor=tinymce&hidetb=1&m11=c&m3=c&m12=c&m13=c&m4=c [pvwp_13_user_level] => 10 [pvwp_11_user_level] => 10 [pvwp_10_user_level] => 10 [pvwp_1_capabilities] => Array ( [contributor] => 1 ) [pvwp_8_capabilities] => Array ( [administrator] => 1 ) [pvbb_topics_replied] => 13 [topics_replied] => 13 [pvwp_6_capabilities] => Array ( [administrator] => 1 ) [pvwp_7_capabilities] => Array ( [administrator] => 1 ) [pvwp_3_capabilities] => Array ( [administrator] => 1 ) [pvwp_4_capabilities] => Array ( [administrator] => 1 ) [pvwp_2_capabilities] => Array ( [administrator] => 1 ) [pvwp_5_capabilities] => Array ( [administrator] => 1 ) [bp_liked_activities] => Array ( [1] => activity_liked [3] => activity_liked ) [pvwp_7_user-settings] => m5=c&m6=c&m9=c&m0=c&m10=c&m8=c&m7=c&m1=c&m2=c&editor=tinymce&hidetb=1&m11=c&m3=c&m12=o&m13=c&m4=c [pvwp_11_capabilities] => Array ( [administrator] => 1 ) [pvwp_13_capabilities] => Array ( [administrator] => 1 ) [pvwp_10_capabilities] => Array ( [administrator] => 1 ) [pvwp_12_capabilities] => Array ( [administrator] => 1 ) [pvwp_3_user-settings] => m5=c&m6=c&m9=c&m0=c&m10=c&m8=o&m7=c&m1=c&m2=c&editor=tinymce&hidetb=1&m11=c&m3=o [pvwp_4_user-settings] => m5=c&m6=c&m9=c&m0=o&m10=c&m8=c&m7=c&m1=c&m2=c [pvwp_2_user-settings] => m5=c&m6=c&m9=c&m0=c&m10=c&m8=c&m7=c&m1=c&m2=o&editor=tinymce&hidetb=1&m11=c&m3=c&m12=c&m13=c&m4=c [bb_user_settings_time] => 1276463427 [pvwp_10_user-settings] => m5=c&m6=c&m9=o&m0=c&m10=c&m8=c&m7=c&m1=c&m2=c&editor=tinymce&hidetb=1&m11=o&m3=o&m12=c [screen_layout_dashboard] => 1 [metaboxhidden_dashboard] => Array ( [0] => dashboard_recent_comments [1] => dashboard_incoming_links [2] => dashboard_plugins [3] => dashboard_quick_press [4] => dashboard_recent_drafts [5] => dashboard_primary [6] => dashboard_secondary ) [metaboxhidden_nav-menus] => Array ( [0] => add-post [1] => add-post_tag ) [pvwp_user-settings-time] => 1276464114 [nav_menu_recently_edited] => 3 [meta-box-order_dashboard] => Array ( [normal] => dashboard_right_now,dashboard_recent_comments,dashboard_incoming_links,dashboard_plugins,dashboard_quick_press,dashboard_recent_drafts,dashboard_primary,dashboard_secondary [side] => [column3] => [column4] => ) [pvwp_2_user-settings-time] => 1275215993 [pvwp_7_user-settings-time] => 1275772159 [pvwp_4_user-settings-time] => 1271497216 [closedpostboxes_dashboard] => Array ( ) [pvwp_3_user-settings-time] => 1275065270 [pvwp_10_user-settings-time] => 1274906535 [managenav-menuscolumnshidden] => Array ( [0] => link-target [1] => css-classes [2] => xfn [3] => description ) [pvwp_dashboard_quick_press_last_post_id] => 51 [pvwp_7_dashboard_quick_press_last_post_id] => 6 [pvwp_3_dashboard_quick_press_last_post_id] => 63 [pvwp_10_dashboard_quick_press_last_post_id] => 3 )June 14, 2010 at 3:02 pm #89661In reply to: Functions not working on front page
kevinjohngallagher
Memberoffs – my bad, i’m so sorry.
I mean
print_rbeen swapping languages too much this weekend.On my version, the avatar I get shown on every page is my own, even other profiles.
I actually haven’t written the code to get teh grey man, just to test/output my own avatar.
June 14, 2010 at 9:38 am #34494Topic: bbPress0.9 support finishing early
in forum Troubleshootingkevinjohngallagher
MemberThe latest version of bbpress0.9 (bbPress0.9.0.7), has been deleted from Trac effectively closing support for the bbPress0.9 branch.
This change (and indeed decision) was made 6 weeks ago.
- No blog post occured.
- No topic was opened.
- No post was made.
- You were not informed of this change.
Thankfully Gautam, who has been doing some amazing and thankless work on the bbPress1.0.3 branch, posted this information 20 posts down into a topic that isn’t fit for ‘sticky status’.
Also check http://trac.bbpress.org/ticket/1174#comment:3
This means that 0.9 branch would no longer be supported.
– Gautam
http://bbpress.org/forums/topic/what-the-heck-is-going-on#post-69869
We thank you Gautam for your exemplary and constant development and your attempts to keep the bbPress community in the loop.
Cheers dude!
June 14, 2010 at 9:27 am #89589In reply to: What. The. Heck. Is. Going. On!
kevinjohngallagher
Member… I’ll fire a mail to matt/mdawaffe to get it released.
Gautam,
It’s ace that you know this mate, it really is.
But you’re the only one who knows this. Even ChrisHajer said the other did he didn’t know how this was going to work.
Also check https://trac.bbpress.org/ticket/1174#comment:3
This means that 0.9 branch would no longer be supported.
I think this is a great example of where bbPress is currently failing.
bbpress0.9 support being removed 6 months earlier than planned/reported/promised/stated on this website is actually news that should be posted somewhere. Like a blog post, or even it’s own topic. Instead Matt deleted the 0.9.0.7 branch 6 weeks ago, and the first non-developer members of the community read about it is 20 posts into a topic.
I try and keep an eye on Trac and test nightlies (ok for me it’s weeklies, sorry), but even for me this change by Matt slipped by me. How vigilant do we truly expect average bbPress user to be?
How hard is it to write a blog post, or a topic?
I’m no a fan of this Matt bashing, or anyone bashing, but surely someone/anyone could have posted about this so the community on the whole knew about it? To me, thats a lack of respect.
June 14, 2010 at 9:05 am #89588In reply to: What. The. Heck. Is. Going. On!
mr_pelle
ParticipantJust contribute to trac, there are a few tickets pending for 1.0.3 milestone, contribute patches
I wish my bbPress knowledge was better, so that I could commit (good) patches… imho most bbPress community isn’t able to contribute actively with patches, and I’m not talking about newbies. Most of 1.1’s and 1.5’s open tickets are not bugs, but enhancements, requiring deep knowledge of bbPress and of its coding standards (see also this ticket).
As for 1.0.3’s pending tickets, one is not going anywhere till BackPress moves on and the other one is more or less frozen at tellyworth’s 3-weeks-old reply “I’ve tested this briefly and it seems to work”.
EDIT:
Also check https://trac.bbpress.org/ticket/1174#comment:3
This means that 0.9 branch would no longer be supported.
Well, that’s what the Download page said the first time I got here (March ’10): “The previous 0.9 branch of bbPress will be maintained with security related fixes until late 2010”. _ck_, are you really going to catch 0.9 before it falls into oblivion?
June 14, 2010 at 7:45 am #89585In reply to: What. The. Heck. Is. Going. On!
Gautam Gupta
ParticipantJust go to Trac and see how active developers are (or were, if you are saying that sambauers wasn’t communicating), discussing issues, fixing bugs etc.
You know, I even received a mail from Matt on May 19 asking if I tested the commit done by mdawaffe (following my reply on this ticket – https://trac.bbpress.org/ticket/1150#comment:15 ).
There’s no point in blaming matt, or anyone or talking about a lead developer/manager. Just contribute to trac, there are a few tickets pending for 1.0.3 milestone, contribute patches, I would test them, chris would commit them and when everything’s fixed, I’ll fire a mail to matt/mdawaffe to get it released.
And if you want me to jump on anyone of the sides (to support Automattic people or to contribute to bbPress), then I wont.
Please close this topic now!
June 13, 2010 at 7:24 pm #89646In reply to: Add/Remove Tags in topic broken (Ajax?)
yoyopop
Memberreally? adding the first tag always makes the full page refresh? Why doesn’t that update with ajax also?
Thanks for the tip for the fix, however I tried with the latest version from trunk and still have this problem.
What are the bb_tags and bb_tagged tables in the database used for? Should mine be empty?
June 13, 2010 at 2:54 pm #89703In reply to: 6 months without a blog post
chrishajer
ParticipantMakes sense. I got that error about 15 times when I made a test post at http://bbpress.chrishajer.com/trunk
The post still went through, and the code is all messed up.
This was the bbPress ticket:
https://trac.bbpress.org/ticket/1283
Closed it and made a BackPress ticket:
June 13, 2010 at 2:38 pm #89654In reply to: Functions not working on front page
chrishajer
ParticipantKevin, we added the svn revision number to the version, so any theme that echos the meta generator tag will have the version, like “1.1-alpha-2440”. Checking the source here, this site is not running the very latest trunk, although it is running trunk of some revision (but a revision before 2441 – we just don’t know which one since the version tag was not changed until 2441.)
[meta name=”generator” content=”bbPress 1.1-alpha” /]
On my test installation http://bbpress.chrishajer.com/trunk/ you can see it’s running r2441:
[meta name=”generator” content=”bbPress 1.1-alpha-2441″ /]
Test posting there in code tag or backticks shows completely fubar formatting. It is apparently something we can fix in trunk. Not sure when that particular problem was introduced.
June 13, 2010 at 2:14 pm #89653In reply to: Functions not working on front page
kevinjohngallagher
MemberGautam,
Can you confirm if this “Greater than” and “less than” nonsense is in the nightly builds, and thus something for us to fix in the latest version, or if it’s down to a hack purely on the bbPress website.
Because it’s getting quite mental.
June 13, 2010 at 12:18 pm #89652In reply to: Functions not working on front page
Gautam Gupta
ParticipantChange them to
forum_link( $topic->forum_id ),forum_name( $topic->forum_id ),post_author_title_link( $topic->topic_last_post_id )(not tested, but should work).(Replace > with the greater than sign.)
June 13, 2010 at 10:26 am #34488Topic: Add/Remove Tags in topic broken (Ajax?)
in forum Troubleshootingyoyopop
MemberHiya,
Very sorry for long post, hoping someone might be help to shed some light on this problem…
If you try to add a tag to a topic that doesn’t have any tags yet, using the box below the topic title, the whole page refreshes in order to add the tag (whereas it should do it within the page using Ajax).
If you try to add a tag to a topic which already has at least one tag, then it comes up within the page, highlighted yellow etc using Ajax. That should be normal.
Then, if you try to delete all the tags in a topic which has more than one tag, when you attempt to delete the last one it flashes red to denote it’s being deleted, but it then pops up again and a message appears saying ‘An unidentified error has occurred.‘
– – –
I had a similar problem a few weeks ago, with the tags ajax function not working, which I found out was due to a single space at the end of one plugin file.
Now though, I have disabled all plugins, am using the default template, I have re-uploaded both older backup versions and the latest trunk version of bbpress, but still have the problem!!
Am not sure if it could be a problem with the database? Looking at my database, the bb_tags and bb_tagged tables are both empty?? I do have tags in my forum though, where are they stored?
Does anyone have any clue as to the problem?
It could be the ajax is broken because of a random extra character somewhere?
Or the ‘unidentified error’ is due to the database??
June 13, 2010 at 6:51 am #89281In reply to: Same forum using http and https
eduardosilva
ParticipantHello 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.
June 12, 2010 at 5:03 pm #89561In reply to: How to unblock a user?
gadamiak
MemberExactly. After that I manually deleted
bbpress_been_blockedfromusermetatable for that user but it got back somehow.I just upgraded to latest revision from the trunk (2442), but the problem persists. This site is still in testing stage so I’m going to reinstall it and see if that helps.
June 11, 2010 at 9:35 pm #88530In reply to: WP 3.0 beta 2 integrated user registration
Rootside
MemberUpgraded to WordPress RC 3, still getting the same error.
print_r($_POST);gives me the following:Array ( [user_login] => hello [user_email] => xxxxxxx@rootside.com [user_url] => [from] => [occ] => [interest] => [Submit] => Register ยป )I obscured the email address here, but it is the one I have entered in the registration form above. So it seems that user_email IS defined.
Thanks for that hint. Maybe it’s a freakish bug – nobody else has chimed in with the same problem so far – but I don’t know how many people are testing WP 3 with bbPress yet, so I’m not quite ready to re-install the whole sermon from scratch again. I’ll try setting up the same combo on a different server as soon as I can find the time, but I’m still hoping that this can be tracked down, so I don’t have to fear for the worst with every future update…
Does the information above give any of you guys an idea?
Again, greatly appreciated.
June 11, 2010 at 2:57 pm #86920In reply to: Latest Discussion Page
gerikg
Memberawesome, works perfectly with the plugin.
Best Answer: mr_pelle https://bbpress.org/forums/topic/latest-discussion-page#post-69723
June 11, 2010 at 1:05 pm #89470In reply to: No Filters or Actions ??
kevinjohngallagher
MemberWonderful Zaerl mate.
Issue 1:
bb_new_postandbb_new_topicactually cause me a world of issues, because they’re fired before all of the SQL/PHP is fired. It took me about 2 days to work out my copy and pasted SQL was producing different results in the PHP and the actual database.In the end, I had to move those functions to
add_action('bb-post.php')and then test if a topic was passed or not.(I’m guessing a little that this might have something to do with the
wp_cache functions, as in certain places we callwp_cache_flushandwp_cache_deletebefore thebb_new_post actions)bb_update_postthough seems like its exactly what I want, though am a tad concerned that the same thing will happen – at least if I have access to$_POSTI can hack it.I’m basically wanting to know when someone changes the name/title of a topic. Which seems very simple to me (in theory).
==========================================================
The second one is a bit more tricky.
I basically have a (half-baked) plugin that deals with the geneology of a forum, with true parent/child n-to-n relationships. For my non-flat websites, this (again half-hacked) plugin has really made my life easier.
Before I release it, I want to make sure I’m covering as many bases as possible, and these have been outstanding bugs for about a year now.
Whenever someone reorders their forums, or adds a new forum, or marks a forum as hidden; I’d like my plugin to know about it. Basically, I want my plugin to be fired AFTER the core has finished what it’s doing, and we’ve no action for that.
But there’s no action or pluggable function that gets called after, thre is only
bb_check_ajax_refererand thats called before any processing.I really apprecaite your help Zaerl mate, if you can think of anyhing else – please shout!
June 11, 2010 at 8:53 am #86919In reply to: Latest Discussion Page
mr_pelle
ParticipantUsing My Views plugin by _ck_ and activating its module named “Started/Participated Topics”, you will end up with a view named “Latest Discussions” which is exactly what you’re looking for.
June 11, 2010 at 5:26 am #34474Topic: In posts -> / appears unexpectedly!
in forum Troubleshootingghettobsd
MemberOk, so both my blog and forum are set up properly and working fine.
I did some hacking to get rid of the back tick to quote option.
So I’m posting for the fist time “I’m” and it posts as “I/’m”
I try to find the problem and can’t.
I end up making 3 db’s total:
db 1) Using what I have (results in /’)
db 2) Clean install, using only themes (results in /’)
db 3) Clean install, no themes, no hacks nothing, just integrated with cookies (results in /’)
Any one have any idea what’s going on?
Both are latest releases. Everything else works fine. Integration works etc etc
I created a new DB with clean installs of both wp and bb with the same results. Different user names, default themes etc. Nothing worked.
tia!
-
AuthorSearch Results