Search Results for 'wordpress'
-
AuthorSearch Results
-
August 27, 2010 at 9:09 pm #90617
In reply to: Unable to install BP on my site
Paul Wong-Gibbs
KeymasterHmm. So, you’re saying, if I have a non-English version of WordPress (maybe MS subdomain specific), and I try to activate the BuddyPress plugin, it’ll fail and give me the “are you cheatin'” message?
The problem goes away if you removed your localisation? You changed nothing else?
August 27, 2010 at 8:59 pm #90615In reply to: put admin bar links somehwere else
jenyus
MemberAugust 27, 2010 at 8:58 pm #90614In reply to: BuddyPress w/ bbPress & WordPress
Paul Wong-Gibbs
KeymasterBuddyPress doesn’t use bb_users at all, only wp_users.
You have a standalone installation of bbPress which is where your users database is (because you mentioned bb_users, I expect)? Can we just clarify that you’ve installed WordPress, and activated BuddyPress?
Have you integrated your standalone bbPress install at all? If so, how? Via the “Use an existing bbPress installation” button in the BuddyPress Forums Setup page?
August 27, 2010 at 8:51 pm #90613In reply to: BuddyPress w/ bbPress & WordPress
phillcross
MemberPaul –
Let me try to understand. In answer to my Problem 2 – it is because I am the only member to be “active” (ie visit the site) therefore I am the only one displayed? So when another member “visits” they will be come active an be displayed. Correct?
Then Buddypress is using the list of members from the database table bb_users instead of wp_users. Correct? Note: These are both inside the same database.
– – –
What about the problem with the forums?Thank you for the input & assistance.
August 27, 2010 at 8:31 pm #90609In reply to: BuddyPress w/ bbPress & WordPress
Paul Wong-Gibbs
KeymasterThe default view for the member directory is “active members”. This will only show users who have logged in since you activated BuddyPress, and are therefore considered active (last_activity meta is present). If you change the ordering to something else, the members will show.
Technically this comes down to if a user’s “last_activity” record is present in wp_usermeta. I suppose you could pre-prime the last_activity record by something like this: http://buddypress.pastebin.com/USrLFAFH It’s not tested, but I think you could put it in your functions.php. Remember to remove it after one execution, however(!)
August 27, 2010 at 7:41 pm #90603In reply to: Install Version
Paul Wong-Gibbs
KeymasterIt’s worth pointing out that BP 1.2.6 will require WordPress 3.0+.
August 27, 2010 at 7:41 pm #90602In reply to: Install Version
Hugo Ashmore
ParticipantThe latest, generally that’s a given and the only one that would be available to download from the main download link on wordpress.org. That is now 3.01 which combines the old WP MU multi blog capability. BP works fine with latest version of WP.
BP 1.2.6 is set for release any moment now but install 1.2.5.2 in the meantime and update it when available.
August 27, 2010 at 3:51 pm #90580In reply to: Buddypress not on themainblog ?
John
Participant@r-a-y Thanks you SO MUCH ! This fixed my problem, I’m still having some bad links redirecting to the previous locations on the activity page but when I’ll install my wordpress + buddypres on my server there should be nothing like this, if I define the right BP Root from the beginning. No ?
I’m using Wamp, I don’t have the possibility to test the subdomain features. Do you think I’ll have the same problem when I’ll install my site on the server using subdomain instead of subdirectory ?
August 27, 2010 at 11:38 am #90557In reply to: Forums Not Working – Error when creating topic
Paul Wong-Gibbs
KeymasterHad you ever previously installed BuddyPress or attempted a BuddyPress forum installation on this site / database before now?
Are all the forums broken, or do, for example, newly-created groups’ forums work ok?
Is your WordPress set up as a multisite? (this used to be called WPMU. If you don’t understand this question, the answer’s no)
Are the bbPress tables in your database? For example, wp_bb_forums, wp_bb_meta, wp_bb_posts and so on?
August 27, 2010 at 10:10 am #90547In reply to: Groups vs Roles vs Custom Profile Fields
NetTantra
MemberHi,
You can check this plugin which I recently develop to provide ACL BuddyPress Extended Profiles:
https://wordpress.org/extend/plugins/buddypress-xprofiles-acl/
Hope you find it useful.
Regards,
NetTantraAugust 27, 2010 at 9:22 am #90544In reply to: Is it possible to have two post forms in one page?
Anointed
Participantsomewhat related:
http://farinspace.com/multiple-wordpress-wysiwyg-visual-editors/Wish I could help with the actual visual editor you are working with, but alas no experience doing that, just happened upon the article above yesterday while working on another project. Hope it lends some ideas
August 27, 2010 at 8:37 am #90537In reply to: Problem with Title Tag in Category and Tag
Roger Coathup
ParticipantYes, sorry – I only checked a multi-word post title.
You are correct, categories and tag page titles are behaving differently in default BuddyPress vs. default WordPress install
The function that builds the title in BuddyPress is bp_page_title(). In WordPress it’s wp_title()
The WP function is doing a lot more work with the category and tag slug, taking the name slug it’s been passed (with the hyphens inserted) and looking up the correct (non-hyphenated) title to insert.
OK, two things I suggest:
1. Report this, and suggest that the bp_page_title() function should behave the same as wp_title() for categories, tags, etc. This would be the sensible way for the function to behave IMO. @hnla – is adding this to the trac, the correct way to raise this a possible fix?
2. For a quick fix, code your own title function, and replace the call to bp_page_title() in your header.php with a call to your own function
The function may look a little daunting, but should be reasonably straightforward with a bit of judicious copying and pasting from the existing BP and WP functions.
Cheers, Roger
August 27, 2010 at 2:36 am #90525In reply to: adding links to header navigation
pcwriter
Participant.You could also try my plugin (he says with shameless self-promoting grin).
See this post for the latest beta version: https://buddypress.org/community/groups/add-all-nav-links-to-bp-adminbar/forum/topic/updated-the-beta/
Here are the user configuration options available in the admin panel under “Settings” > “BP-WP-Navbar”
– Hide or display the main theme navigation
– Hide or display the site name in your new adminbar
– Hide or display the Login and Signup links in the adminbar
– Hide or display the “Visit Random” menu
– Select whether to display top-level WordPress pages horizontally or in a dropdown menu
– Define the label for the dropdown in WordPress 2.x
– If you’re running WP3.x, the plugin will fetch whatever custom menu labels you assign and display them in the admin bar along with all child pages in dropdowns
– Define the label for the Buddypress directory dropdown (default = “Community”)
– Define the font, font-weight and font-style for all menu items
– Define ALL colors: navbar background, main and sub menu item backgrounds, border, text and hover colors too
– Set the overall width of the navbar and of sub-menus
– Set the height of all menu items
– Adjust margins where required
– Reposition your fancy new custom navbar anywhere you like, relative to your theme so it scrolls with your pagesIf you add categories to your custom menus in WP3.x, the plugin will pick them up and display them in whichever menus they are assigned to. Give it a whirl.
August 27, 2010 at 1:28 am #90519In reply to: Problem with Title Tag in Category and Tag
@mikey3d
Participant“There is something wrong in your set up. The default installation/theme shows the title tag with spaces between the words.”
I have install WordPress and BuddyPress as clean as pure water. Trust me, it is the BuddyPress problem.
“Are you using the default theme unmodified?”
Default theme
“Have you got any additional plugins running?”
No! Only BuddyPress and I have added bp-custom.php from the last time we talked. I disable bp-custom.php.
https://buddypress.org/community/groups/requests-feedback/forum/topic/no-title-of-each-posts-and-pages/The problem is still the same.
Thanks, Mikey3D
August 26, 2010 at 11:31 pm #90512Roger Coathup
ParticipantThis is a simple thing to achieve with just a little custom theming. It’s also highly theme specific (if, where, when, how big, etc, you want adverts), and not something I’d expect in a default setup.
If you want a simple plugin solution, there are lots of off the shelf basic plugins in WordPress that should work without problem in BuddyPress (ad-rotator plugins). Use a theme with dynamic sidebars, install the plugins and add the widgets.
If advertising is really crucial to the business, then you are better to work with a full powered ad management system, e.g. OpenX or Google Adserver. Again, these are straightforward to include in a BuddyPress site: create dynamic sidebars in your theme for each of the advertising zones you require, then insert widgets with the ad zone codes from your management system. These ad management systems provide all the options you requested, and a whole lot more.
August 26, 2010 at 10:41 pm #90505Jane Betteridge
ParticipantYou can also consider using a different CMS – DotNetNuke has vendors/banners integrated with its source. I’m playing around with several open source CMS. I like WordPress for its end user interfaces and for its social networking applications. But I think I may still prefer DNN for business sites… still evaluating.
August 26, 2010 at 2:41 pm #90466In reply to: BuddyPress Spam
pcwriter
ParticipantI was having 5 or 6 sploggers sign up daily no matter what I did until about 2 weeks ago when I revamped my tactics. Since then, I have had 0 spam signups… not one. Fingers crossed
Here’s what I’ve done:– Removed references to WP/BP in footer text
– Changed the register slug to something unrecognizable that has no bearing whatsoever to the concept of signing up (so even those grossly underpaid 3rd-world human spammers can’t figure it out)
– Installed WPMU Super Captcha to let the nice humans through: https://wordpress.org/extend/plugins/super-capcha/
– Installed WP-Ban to block the not-so-nice ones: https://wordpress.org/extend/plugins/wp-ban/
– Installed Buddypress Humanity as a double-check: https://buddypress.org/community/groups/buddypress-humanity/
– Blocked lists of bad bots in .htaccess as suggested in this post: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-spam/?topic_page=2&num=15#post-60177
– Added “deny from all” in .htaccess for wp-config.php
– If someone does manage to access the register page through a direct url (without visiting any other page first), they are bumped to a GOAWAY page with the following in .htaccess. .# BEGIN ANTISPAMBLOG REGISTRATION
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-signup.php*
RewriteCond %{HTTP_REFERER} !.examplesite.com. [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://examplesite.com/goaway.html [R=301,L]So far, so good. As I mentioned, not a single splogger has managed to get through in about 2 weeks. If they do, there are 2 ingredients in the above recipe that can be adjusted:
– the captcha image is fully customizable to render bot algorithms redundant (hopefully)
– the register slug can be changed as often as you change socksOn a final note, there are also some interesting tweaks to be found here: http://www.smashingmagazine.com/2010/07/01/10-useful-wordpress-security-tweaks/
August 26, 2010 at 9:33 am #90440In reply to: WordPress 3.0 – Run Buddypress on Secondary Blog
John
ParticipantI’m having the same issue, did anyone find a solution ?
August 26, 2010 at 8:25 am #90431In reply to: Buddypress not on themainblog ?
John
ParticipantAugust 26, 2010 at 3:50 am #90422Steve
ParticipantI had the same issue running XAMPP on Windows 7 Prof and fixed it by adding the sub directory where my wordpress was located to the RewriteBase in the .htaccess file
In my example I installed wordpress in a subdirectory called wp1
To update .htaccess1. Open .htaccess file
2. modify RewriteBase / to RewriteBase /wp1August 25, 2010 at 11:37 pm #90403In reply to: No Blog Button
techguy
ParticipantYou need to enable WP Multisite. This link should help: http://wptheming.com/2010/03/wordpress-3-0-enable-network/
August 25, 2010 at 11:27 pm #90400In reply to: Buddypress not on themainblog ?
r-a-y
KeymasterHave you changed your permalinks to something else?
https://codex.wordpress.org/Settings_Permalinks_SubPanelSet it to anything but the default.
August 25, 2010 at 9:00 pm #90377In reply to: How do I add a POT language file to my plugin?
r-a-y
KeymasterFirst, you have to change all references to the strings you want to localize so your POT file knows where to reference them.
Then, you need to create a POT file.Here’s a quick guide I found on Google using poEdit:
http://weblogtoolscollection.com/archives/2007/08/27/localizing-a-wordpress-plugin-using-poedit/There are others of course!
If you have any Qs, reply back.
August 25, 2010 at 8:16 pm #90361In reply to: Blogs on my BPsite
Paul Wong-Gibbs
Keymaster@rogercoathup
Especially when multisite is installed, I always recommend that people test their WordPress thoroughly; do custom permalinks work, can you comment, can you register new sites, and so on. Usually it’s a permalink or mod_rewrite
August 25, 2010 at 7:09 pm #90355In reply to: BuddyPress Spam
Anton
Participantsi-captcha doesn’t work on my sites. I’m using https://wordpress.org/extend/plugins/wp-recaptcha/ and it seems to stop some of them. Still not a spam free solution.
-
AuthorSearch Results