Search Results for 'bbpress'
-
AuthorSearch Results
-
February 15, 2011 at 10:29 pm #104461
Anonymous User 5853594
InactiveGreat job Gautam!
February 15, 2011 at 10:29 pm #99361Anonymous User 5853594
InactiveGreat job Gautam!
February 15, 2011 at 8:29 pm #104490In reply to: Buddypress forums to bbPress plugin
Rich Pedley
Memberconvertors will be one of the last things to be done, once formats and data strucrure are finalised etc.
February 15, 2011 at 8:29 pm #99390In reply to: Buddypress forums to bbPress plugin
Rich Pedley
Memberconvertors will be one of the last things to be done, once formats and data strucrure are finalised etc.
February 15, 2011 at 8:28 pm #104460Rich Pedley
MemberWell deserved, congrats.
February 15, 2011 at 8:28 pm #99360Rich Pedley
MemberWell deserved, congrats.
February 15, 2011 at 8:21 pm #104479xlrdxrevengex
MemberNo one huh?
February 15, 2011 at 8:21 pm #99379xlrdxrevengex
MemberNo one huh?
February 15, 2011 at 8:07 pm #104416In reply to: Overriding Buddypress search with bbpress search?
markduffy78
MemberHere is the SQL
SELECT
post.post_id,
post.topic_id,
topic.topic_title,
post.post_text
FROM bb_posts post
LEFT JOIN bb_topics topic
ON topic.topic_id = post.topic_id
WHERE topic_title LIKE ‘%searchterms%’ OR post_text LIKE ‘%searchterms%’;
February 15, 2011 at 8:07 pm #99316In reply to: Overriding Buddypress search with bbpress search?
markduffy78
MemberHere is the SQL
SELECT
post.post_id,
post.topic_id,
topic.topic_title,
post.post_text
FROM bb_posts post
LEFT JOIN bb_topics topic
ON topic.topic_id = post.topic_id
WHERE topic_title LIKE ‘%searchterms%’ OR post_text LIKE ‘%searchterms%’;
February 15, 2011 at 7:19 pm #37461_ck_
ParticipantCheck out # 6 on the list, nice job Gautam !
http://google-opensource.blogspot.com/2011/02/google-code-in-grand-prize-winners.html
This is some of the work he did:
http://www.google-melange.com/gci/student_ranking/show_details/google/gci2010/gautamgupta
February 15, 2011 at 5:56 pm #94962In reply to: bbPress 2.0 – Updates
Andre
Participant@wesleysoccer – No. Go to https://trac.bbpress.org/browser/branches/plugin and click on Zip Archive near the bottom.
February 15, 2011 at 5:51 pm #94961In reply to: bbPress 2.0 – Updates
ed
ParticipantIs the bbpress plugin in the wordpress directory? Thanks
February 15, 2011 at 5:44 pm #104478xlrdxrevengex
MemberUpdate – Still no luck i have tried disabling and enabling registrations. No matter what i do the bbpress redirects to wordpress for an account creation or does not exist page.
It takes my domain name from my bbpress install and since i use subdomains on my wordpress install puts my bbpress on that so i get something like this. http://www.bbpressinstalldomaincom.wordpressinstalldomain.com/
Could it be the domain mapping plugin. Do i need to use subdomains or can i use sub-directories?
February 15, 2011 at 5:44 pm #99378xlrdxrevengex
MemberUpdate – Still no luck i have tried disabling and enabling registrations. No matter what i do the bbpress redirects to wordpress for an account creation or does not exist page.
It takes my domain name from my bbpress install and since i use subdomains on my wordpress install puts my bbpress on that so i get something like this. http://www.bbpressinstalldomaincom.wordpressinstalldomain.com/
Could it be the domain mapping plugin. Do i need to use subdomains or can i use sub-directories?
February 15, 2011 at 5:04 pm #104415In reply to: Overriding Buddypress search with bbpress search?
markduffy78
Memberis this possible?
February 15, 2011 at 5:04 pm #99315In reply to: Overriding Buddypress search with bbpress search?
markduffy78
Memberis this possible?
February 15, 2011 at 4:07 pm #94960In reply to: bbPress 2.0 – Updates
chrissy06
MemberRegarding the bpp-press twenty ten theme not working, I actually didn’t install the theme via the “install theme” in the dashboard. I simply uploaded the plug-in in the dashboard using the “upload plug-in” feature, and it appeared that that also activated the theme.
I don’t have access to my site’s files (via FTP) at the moment. I can only make changes through the dashboard. Is there a way I can correctly install the twenty ten buddy press theme through the dashboard so that the style.css file functions propertly?
Thx!
February 15, 2011 at 2:20 pm #94959In reply to: bbPress 2.0 – Updates
ch8rt
MemberI’ve solved my early issue, lord knows what it was but troubleshooting something else it suddenly just appeared? Thanks.
With regards permalinks I’m having a issues with my current setup /%category%/%postname%/ in that nothing shows at…
/forums/
/forums/forum/
but I can jump straight to a forum created in admin
/forums/forum/test-forum/
Once there I can create and reply to topics has I should.
I’m using the base settings so Forums should be the base. Going to /forum/ however shows an edit button. Just nothing else.
February 15, 2011 at 1:49 pm #104489In reply to: Buddypress forums to bbPress plugin
LPH2005
MemberI think a couple answers are found by looking at the trac on BuddyPress.
This file is a “placeholder” uploaded 4 weeks ago… so it looks like a converter is not available yet.
https://trac.buddypress.org/browser/trunk/bp-forums/bp-forums-bbpress.php
February 15, 2011 at 1:49 pm #99389In reply to: Buddypress forums to bbPress plugin
LPH2005
MemberI think a couple answers are found by looking at the trac on BuddyPress.
This file is a “placeholder” uploaded 4 weeks ago… so it looks like a converter is not available yet.
https://trac.buddypress.org/browser/trunk/bp-forums/bp-forums-bbpress.php
February 15, 2011 at 12:58 pm #94958In reply to: bbPress 2.0 – Updates
Ricardo
Participantits only working now because i reuploaded the images as 25×25, if i upload them again at 200×200 they will appear as 200×200 eventough i specified 25×25.
The same code works perfectly on wordpress themes, the quick fix was to upload images in the exact size, not perfect solution but it works.
Perhaps someone else has an ideia on how to make it work without uploading images in the exact size?
February 15, 2011 at 11:36 am #94957In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterI made some drastic adjustments to the post_meta values a few minutes ago that could have adverse effects on existing installations. I say ‘could’ because I’ve also included a primitive update script that should take care of any potential disasters for you. This should require no attention on your behalf. If for some reason all your topics disappear, don’t fret as they aren’t deleted, just invisible; and deactivating and reactivating the plugin should realign them.
Currently doing query optimization and looking for ways to bring the count down. There are a few places we’re creating new WP_Query objects where it probably isn’t needed, which is causing the object cache to miss in a few places it would normally hit.
Also going to look at topic merging and splitting, as that appears to currently be broken while it attempts to recalculate the new forum, topic, and reply counts.
February 15, 2011 at 11:34 am #94956In reply to: bbPress 2.0 – Updates
Willabee
MemberThe login problem isn’t fixed yet?
I installed the latest and it’s redirecting me to the /login slug again. I don’t mind hacking it out again, just wondering.
February 15, 2011 at 11:32 am #94955In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterHi Chrissy06,
The problem appears to be this file:
It looks like you copied the bbp-twentyten theme out of the bbPress plugin directory and placed it in your /themes/ folder. This should not be necessary, and it could cause conflicts or issues by moving it.
-
AuthorSearch Results