Search Results for 'wordpress'
-
AuthorSearch Results
-
July 25, 2012 at 3:50 am #137942
In reply to: Buddypress Forums & Group Forums Not Working
TheFreeWorld
MemberBuddyPress Groups Extras or Groups plus i can’t remember which ones crashes group forums even after deactivated and deleted. I had to start back over with a fresh install of wordpress
July 25, 2012 at 12:06 am #137940kraigg
ParticipantThanks Paul,
I’ve just created a new trac ticket. If anyone else is having the same problems and want to follow up on it, the trac ticket is here: https://bbpress.trac.wordpress.org/ticket/1915
July 24, 2012 at 11:20 pm #137938In reply to: Featured image box/option not showing up on mobile
modemlooper
ModeratorBP mobile does not affect the WordPress admin. At least it shouldn’t. The theme error is not that important, it’s just a notice and does not affect BuddyPress. You can install the BuddyPress Extended Settings plugin that has a setting to stop that theme notice.
I’m a little confused by your post. Are you saying when you are in the WordPress admin on a mobile device the option to add a featured image is missing from the Add new post page?
Does this occur when using the bp-default theme as the desktop theme?
Are you using another plugins that could cause this?July 24, 2012 at 5:34 pm #137930In reply to: multi-domains plugin conflict?
Paul Wong-Gibbs
KeymasterSure. Make a ticket on https://buddypress.trac.wordpress.org/ and we’ll look into it for a future release. If you are able toacreage a patch for this change, it’d get into BP quicker.
July 24, 2012 at 5:22 pm #137926In reply to: [Resolved] ”New Topic” in Forums not working!
J J
ParticipantAdditionally, when I answer the “What’s New in X” question, it posts my reply twice….then both disappear! Something weird is going on – it wasn’t broken before. I am using BP 1.5.6 and WordPress 3.4.1. Thanks in advance!
July 24, 2012 at 2:25 pm #137919modemlooper
ModeratorHave you checked out https://wordpress.org/extend/plugins/buddypress-group-forum-extras
July 24, 2012 at 12:30 pm #137912yours2share
MemberThanks very much for your replies. The ConstantContact API hadn’t responded via the WordPress forums so I thought I’d try you. The CC integration is pretty critical for me, if it doesn’t work, then I probably can’t use Buddypress.
The CC API support doesn’t say whether it works with BuddyPress or not. I’ve just realised that I hadn’t tagged the forum post correctly so they might not have picked it up, I’ve done this now, so maybe I’ll hear from them.
It’s hard for me to give any further information. If I switch BP off and S2members on, CC fields appear as I’d expect, switch BP on and S2members off and nothing appears on the BP registration screen.
July 24, 2012 at 10:36 am #137908Tammie Lister
ModeratorI’m a little puzzled (sorry) about what you are trying to do. Are you trying to add wordpress pages to the group / member directory menu?
July 24, 2012 at 10:32 am #137906Tammie Lister
ModeratorJust to be clear, what you are saying is that there are a number of things you think BuddyPress fails at with regards to social content sites and you’d like to see changed? If so I’d recommend you either / or post this in the Requests / Feedback section (it may get lost in this section) and also look to open tickets if you think it’s a valid enhancement request or bug https://buddypress.trac.wordpress.org/
July 24, 2012 at 10:28 am #137902In reply to: How did you do the plugin pages/groups…?
Paul Wong-Gibbs
KeymasterSee “Plugins API” on https://codex.wordpress.org/WordPress.org_API and the plugins_api() function in WordPress.
July 24, 2012 at 10:26 am #137901In reply to: Group Creation
Paul Wong-Gibbs
KeymasterIn BuddyPress 1.6 (due out soon – weeks, rather than months) there is an admin option to do this. In the interim, maybe look on wordpress.org for plugins.
July 24, 2012 at 10:22 am #137896Paul Wong-Gibbs
KeymasterThis looks like a bbPress bug. Please report the bug to https://bbpress.trac.wordpress.org, using your username and password that you used to log into this site with.
July 24, 2012 at 4:15 am #137867In reply to: Activity Link Redirecting to Home Page
abbie2636
Participant.htaccess
‘# BEGIN s2Member GZIP exclusions
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} (^|?|&)s2member_file_download=.+
RewriteRule .* – [E=no-gzip:1]# END s2Member GZIP exclusions
###DirectoryIndex index.php index.htm
###IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
#Redirect /index.htm http://lifestyleelements.com.au/wordpress/
#php_value post_max_size 60M
#php_value upload_max_filesize 60M
##php_value memory_limit 256M
##php_value session.save_path /hsphere/local/home/lifestyl/lifestyleelements.com.au/session#
#order deny,allow
##deny from all
#allow from all
##
#order deny,allow
#deny from all
##AuthName lifestyleelements.com.au
#AuthUserFile /hsphere/local/home/lifestyl/lifestyleelements.com.au/_vti_pvt/service.pwd
#AuthGroupFile /hsphere/local/home/lifestyl/lifestyleelements.com.au/_vti_pvt/service.grp#
#php_value register_globals on
#######################################
#RewriteEngine On
#RewriteBase /
#RewriteRule ^index.php$ – [L]# uploaded files
#RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]#RewriteCond %{REQUEST_FILENAME} -f [OR]
#RewriteCond %{REQUEST_FILENAME} -d
#RewriteRule ^ – [L]
#RewriteRule . index.php [L]RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]’July 24, 2012 at 2:02 am #137876Toby Cryns (@themightymo)
ParticipantBuddyPress uses loops like regular WordPress, so you need to update your theme or functions.php to give you this functionality.
I know this isn’t a solution, but hopefully it gets you going down the right path.
July 24, 2012 at 12:46 am #137872modemlooper
ModeratorSite looks normal to me. Browser glitch? Try another browser and report back
July 23, 2012 at 9:29 pm #137858In reply to: JavaScript in WordPress Admin doesn’t work
johnyonutz
ParticipantCommenting to posts in activity doesn’t work so i will say it here:
Sadly, It is only now after recieveing a helping hand, an answer to my problem without any obligations….. i truly understand open source and its implications… i now know what BP is all about… help and sharing with everyone
Also regarding my previous post:
a file like /plugins/bp-custom.php doesn’t exist…
tested in Firefox – latest ver… Chrome and IE 9 – cache removed
i have deleted all plugins except BP, tested with BP default theme – no luckJuly 23, 2012 at 9:10 pm #137856In reply to: JavaScript in WordPress Admin doesn’t work
johnyonutz
ParticipantRegards Roger!
Thanks for your prompt answer!By plugin remove you mean..
a) just deactivate all plug-ins except BP
b) deactivate + delete everything
c) deactivate, delete and remove any MYSQL remainings?Also: “bp-custom.php” file is located in … ?
Cheers!
July 23, 2012 at 8:59 pm #137855In reply to: JavaScript in WordPress Admin doesn’t work
Roger Coathup
ParticipantThat sort of problem is typically caused by a plugin clash.
Have you definitely tried with all plugins (except BuddyPress) removed, and using the bp-default theme, and nothing being loaded in your bp-custom.php file?
Try clearing all your browser caches as well, and restarting the browser. Also do you have the problem in other browsers (Firefox, Chrome, etc.)?
July 23, 2012 at 8:01 pm #137850In reply to: Moving Buddypress
Paul Wong-Gibbs
KeymasterNot heard of many people trying to move it. Hopefully we can figure out a few things and document it on codex.BuddyPress.org for the future.
1) If you haven’t already, you’ll need to set BP_ROOT_BLOG in your wp-config.php (see https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/).
2) All and any links inside activity stream items are hardcoded, so you would need to adjust by editing the appropriate records in the wp_bp_activity table in the database.
3) You’ll need to go to the site which you’ll be using as the main BuddyPress site, and create new Pages in the WordPress admin. Afterwards, also in the WordPress admin area, go to the BuddyPress > Pages screen, and pick your newly created pages from the dropdown boxes alongside the list of components which you have active.
You may already have done this, but this is what I think of first.
July 23, 2012 at 6:31 pm #137840In reply to: How did you do the plugin pages/groups…?
modemlooper
ModeratorThe info on plugins here is being served by WordPress.org. Check out the plugin BuddyPress skeleton component to learn how to create your own plugins
July 23, 2012 at 1:04 pm #137832In reply to: Is there a shortcode for usernames?
aces
Participanthttps://codex.wordpress.org/Function_Reference/wp_get_current_user ( should ) work with buddypress…
To personalise the admin bar I use something like this (bp version 1.5.7)
July 23, 2012 at 10:43 am #137826Roger Coathup
ParticipantThe problem is in a 3rd party plugin that you are using — it hasn’t been updated for nearly 2 years.
You will be best to ask on the support forums for the plugin:
https://wordpress.org/extend/plugins/bp-registration-options/
July 23, 2012 at 9:23 am #137825In reply to: All user uploads
@mercime
Participant1. BP Media plugin beta – Free – all media – http://code.google.com/p/buddypress-media/ do read docs before installing
– aka BP Album for images only2. BP Gallery plugin – Premium – all media – http://buddydev.com/plugins/bp-gallery/
3. BuddyPress Portfolio – Free – https://wordpress.org/extend/plugins/buddypress-portfolio/ – add screenshot of each project
July 23, 2012 at 9:07 am #137824In reply to: Is there a shortcode for usernames?
Roger Coathup
ParticipantIf there’s a shortcode for WordPress for this, it should work for BuddyPress, as it’s the same name system underneath.
It’s something one would normally do in a template file, rather than a shortcode in page content.
July 23, 2012 at 6:27 am #137818In reply to: BuddyPress 1.6 RC1
Paul Wong-Gibbs
KeymasterLinks like these any good? Not sure if we can manipulate the trac download URLs: https://buddypress.trac.wordpress.org/changeset/HEAD/tags/1.5/bp-themes/bp-default?old_path=%2F&format=zip
If anyone wants to talk about issues other than 1.6-RC1 in this thread, please make a new thread. Let’s keep this one on topic from now

-
AuthorSearch Results