Search Results for 'bbpress'
-
AuthorSearch Results
-
February 16, 2011 at 4:28 am #99362
intimez
ParticipantGreat job Gautam Gupta!!!! Keep it up!!!
February 16, 2011 at 3:56 am #104491In reply to: Buddypress forums to bbPress plugin
LPH2005
MemberThank you Rich. Yes, I expected that the conversion would be the last part of the coding. My questions really boil down to a curiosity if someone even started to look at this topic.
February 16, 2011 at 3:56 am #99391In reply to: Buddypress forums to bbPress plugin
LPH2005
MemberThank you Rich. Yes, I expected that the conversion would be the last part of the coding. My questions really boil down to a curiosity if someone even started to look at this topic.
February 15, 2011 at 10:29 pm #104461Anonymous 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?
-
AuthorSearch Results