Search Results for 'wordpress'
-
AuthorSearch Results
-
March 27, 2012 at 3:23 pm #132026
In reply to: Cannot Post in Group Forums
starship87
Memberwordpress version 3.3.1
buddypress Version 1.5.5Custom Community Theme
Plugins:Akismet , BuddyPress Sliding Login Panel, Buddypress.
I have enabled Group forums in the group admin, I’ve changed the theme and deactivated each plugin to see which is causing the problem, no luck with any of those things.
everything else on my buddypress is working fine and I never had a problem with my groups before.
March 27, 2012 at 11:57 am #132018In reply to: New user is listed fifteen times in Member Directory
Hugo Ashmore
ParticipantHave you any plugins running – not necessarily BP but WordPress specific- that may be interfering with signups?
If you are are running your site with all non-essential (WP or BP) plugins disabled and have changed from your custom child theme to the bundled bp-default theme and you are using latest version of stable BP release and the issue persists and also is evident on creation of new members under these absolute default conditions, then it’s sounding like you have a corrupted DB and fixing that may not be straightforward.
However it is essential to absolutely ensure that NO plugins are running other than BP for testing purposes and that we are running bp-default – apologies for labouring this point – when I visit the site url I do always see your custom theme, can we see just the bp theme running for the moment?
March 27, 2012 at 10:06 am #132004In reply to: Out of Memory Error when uploading media files
Paul Wong-Gibbs
KeymasterMarch 26, 2012 at 6:32 pm #131976In reply to: New user is listed fifteen times in Member Directory
dianeinatlanta
MemberI set the site up, so if there’s something wrong, I’ll need to fix it. What is your recommendation for reinstalling wordpress? I’ll reinstall both. I used my site’s file manager in the control panel to do so last time. I’ll also ask my isp why the pages are hanging up.
March 26, 2012 at 4:50 pm #131970Etienne ROSENSTIEHL
ParticipantThis is probably not a BuddyPress specific issue. You can solve it in WordPress.
You first create a blank page with a title and nothing. Let’s say the title is ‘This is my blog’
You go to ‘Settings’ and ‘Reading’ then select ‘a static page’ in the ‘Front page display’. You select the Front Page you want to appear first. Then for the posts page you select ‘This is my blog’.March 26, 2012 at 2:27 pm #131969In reply to: WordPress + BuddyPress?
tucsonsam
MemberThank you Hugo. You’ve answered my question, and I feel comfortable going forward with the installation.
March 26, 2012 at 9:17 am #131963In reply to: WordPress + BuddyPress?
Hugo Ashmore
ParticipantIt does not change any of your posts or pages, however it does require that a compatible BuddyPress theme is running and that means you will need to do a little work if you have a theme in use already and don’t want to use the bp-default theme bundled with BP.
To modify an existing theme to work with BP you need to run the template pack plugin, details of which and step by step guide you will find in the BP codex.
March 26, 2012 at 6:58 am #131961In reply to: Registeration doesn’t work
paul_ross
Memberhi i have a simular problem except when i attempt a registration i get redirected to /?bp_pc_redir_to=%2Fregister which jut show my home page some help would be Greatly appriciated as i am not to familiar with wordpress Thanks
March 26, 2012 at 1:18 am #131959In reply to: Registeration doesn’t work
allentan
Member@mercime
Need your help to see why my registeration page is not displaying the right information field to allow user to key in name.This is my code for the register.php
http://pastebin.com/Jg2Wxq1DI have disable most plugin which potential is a conflict. My other plugins which are active are:
fast secure contact form
google analytics
get the image
mail from
max banner ads
seo friendly image
seo pressor
seo smart link
TinyMCE advanced
Wordpress SEO (Yoast)
wordpress related posts
Tweetmeme
Google xml sitemap
comment luvThanks
March 25, 2012 at 8:37 pm #131955In reply to: user posting of photos
John James Jacoby
KeymasterUnsure. We’re a little at the mercy of how WordPress core handles media uploading, and there are lots of potential ways it can be done. In the meanwhile, check out BP-Media.
March 25, 2012 at 3:38 pm #131949In reply to: What theme is this?
@mercime
Participant@elbowrobo I just responded to your same post at https://wordpress.org/support/topic/what-theme-is-this-42?replies=6#post-2711012
March 25, 2012 at 12:59 pm #131946In reply to: Back end trouble: Fatal Error: class-simplepie.php
Paul Wong-Gibbs
KeymasterMarch 25, 2012 at 7:28 am #131944Rob Sbaglia
ParticipantRESOLVED : Found the answer here : http://wordpress.stackexchange.com/questions/44863/whats-the-easiest-way-to-change-the-default-landing-page-for-buddypress-groups
March 25, 2012 at 4:29 am #131941rcain
ParticipantOK – I’ve found the answer.
please ignore my first suggestion above.
the solution is to either:
a) wordpress, admin, settings, privacy (site visibility) – allow search engines to index this site – must be set
OR
b) include the following filter in my plugin (or themes functions.php file):
`
add_filter(‘bp_is_blog_public’,’scl_bp_is_blog_public’,10,1);
function scl_bp_is_blog_public($is_blog_public) {
return true;
}
`i chose the second method for my purposes.
note: BP seems to make very confusing/ambiguous use of the wordpress ‘blog_public’ option – in the file functions referred to in my first post above, it makes an explicit test of this option, and if not set to public then disables posts or comments from appearing as items in the activity stream.
i note that issues around this factor were raised as a ticket a year or so back and this mechanism was provided as some sort of solution (to exactly what problem i am uncertain – though luckily a filter was provided).
personally, i cant see the point of it – surely a BP option to specifically allow/disallow wordpress post and comment activities would have been far better – after all, what has WP search engine visibility got to do with BP activity streams – i have no idea! (perhaps someone could enlighten me).
meanwhile, I am considering raising a new/reopening a ticket on this (since the situation appears unchanged in the new BP 1.6 code).
be interested in others views.
hope this helps someone.
March 24, 2012 at 9:58 pm #131937In reply to: ‘hide-loggedout-adminbar’ option not working
Paul Wong-Gibbs
KeymasterBest place for this is https://buddypress.trac.WordPress.org — post it as an enhancement ticket. Thanks.
March 24, 2012 at 9:30 pm #131933rcain
Participantps. having scanned though the buddypress source code i’ve just found a clue to what the problem maybe:
file: bp-blogs-function.php
function: bp_blogs_record_comment
– takes a parameter ‘is_approved’ – if it is false, then blog comments are NOT added to BP activity stream.
this suggests that WP comments are ONLY recorded in BP activity stream IFF comments are wide open and ‘automatically approved’/’do not require approval’. If on the other hand, comments are set as ‘requiring admin/moderator approval’ (as they most usually will be), then they will NOT EVER be posted to BP activity stream
this seems to be confirmed by the appearance of a NEW function on the forthcoming BP 1.6. The new function is:
bp_blogs_transition_activity_status
– and its purpose seems to be to enable WP comments status to appear on BP activity stream WHEN/IFF admin/moderator approves them.
please could someone confirm this is the case?
is there any workaround for BP V 1.5.4?
many thanks
March 24, 2012 at 3:48 pm #131930In reply to: Problem with avataras in buddypress
Alex333
MemberHmm, I installed clean wordpress, clean buddypress and clean database – the problem remains .. http://s2.ipicture.ru/uploads/20120324/UNK7xT0a.jpg
March 24, 2012 at 4:35 am #131920In reply to: Point BP to an existing database
@mercime
Participant@piccollopete we don’t quite know from what application/software you are migrating from in the first place. I can only guess from the first post that you’re migrating from another forum software. The easier route then is to import data/users from that software into WordPress with bbPress plugin, after which you can install BuddyPress which works with bbPress plugin.
Do post at bbPress.org to check whether an import script has been created for your specific forum software.
March 23, 2012 at 9:34 pm #131910aces
Participanthttps://wordpress.org/extend/plugins/wp-multi-network/ is probably no longer compatible with the latest buddypress.
Did you try the patched version: http://alantait.net/2011/07/27/wp-multi-network-plugin-fix-for-wordpress/ ? In the comments of that page @johnjamesjacoby mentioned ( 12/02/2012 ) that he planned to update wp-multi-network soon…..
@boonebgorges recently wrote http://wordpress.stackexchange.com/a/45682/7401 which seems particularly relevant to your question. In the post he mentions Networks + as an alternative way to enable multiple networks but it is a premium plugin.
March 23, 2012 at 9:04 pm #131904In reply to: Only My Profile page 404ing after 1.5 upgrade … ?
Boone Gorges
KeymasterI don’t think we can just ignore the -2 issue, because I think that it points to a larger confusion between `user_nicename` and `user_login` on your installation. I’m not sure what kind of further debugging can be easily done at this point, though, without direct access to your system. I guess I would check a couple of things if this were my system:
– Drop some debug `var_dump()`s around https://buddypress.trac.wordpress.org/browser/tags/1.5.4/bp-core/bp-core-catchuri.php#L239, to see how BP is determining your displayed user ID
– Check directly in your database to see if there is some strangeness in the way that your user_nicename is defined in wp_users. The nicename should not contain capital letters or spaces, though user_login can.March 23, 2012 at 7:36 pm #131901roxor
Participantmercime and aces thank you guys for your replies
@mercime
1 – No its not just the posts, I want the blog owners to interact and be friends with each other.3 – I did try this method, used Networks for wordpress and WP multi network by @johnjamesjacoby.
that would obviously solve the problem but there were few limitations because of which I had to give-up.
my story was- I was planning for a site under which other users could create their own subsites (blogs).
I am also using several domains for it, so that if a particular blog name is booked by someone then others could get same name blog on other domains ie networks.
the Limitation was – If a particular blog already exsisted on one network, then new users were unable to create blogs(of same name) by themselves on other networks.
i had chat with the plugin authors and other experts but unfortunately this was not possible.2 – The second method that you described i found hope in it. So I went ahead and tried it.
the issue was- I could not have users create their own blogs on those mapped domains, when someone tries to register it redirects them to the main site instead of letting them create subsites from mapped domains.
yes I am saying subsites from subsites using Network plugins, but in the end its the same problem as above.
btw thanks for in detail explanation mercime
@aces – hey buddy what I understood was this feature would add a link on blogs same as buddypress to display contents of BP.
Have you guys seen any website WP or non-wp which offers blogs on sub domains/directories using multiple domain names ?
March 23, 2012 at 5:45 pm #131880shanebp
ModeratorOne way is to use:
http://www.hitreach.co.uk/wordpress-plugins/allow-php-in-posts-and-pages/Then create a page called ‘Invite’ in wp-admin and put this on the page
between open and close [ php ] tags without the spaces
` locate_template( array( ‘some-theme-dir/invite.php’ ), true ); `The url for that page won’t be your-site/members/invite
It wil be your-site/invite
If it has to be /members/invite, then I’m not sure how to do it.March 23, 2012 at 4:55 pm #131875@mercime
Participant@roxor If you mean 10 WP installations with their own respective DB’s then no.
Alternatives:
1. If it’s just the posts, then you can set up RSS feeds for the 10 in your WP/BP installation in one WP install without BuddyPress so that the links to aggregated posts will show up in a page or over a number of pages.
2. You could also create a single Network out of one of the 10 WP installs, create the subsites, install Domain Mapping plugin, then install BuddyPress plugin, then import other WP sites one by one as subsites into the multisite installation. https://codex.wordpress.org/Create_A_Network and https://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/
There is one instance of BP for a multisite installation, so as @aces pointed above, you can enable multiblog so that you don’t have to navigate to main site to post in activity or forums, etc.
3. You could also create a Multi-Network out of one of the 10 WP installs and have multiple instances of BuddyPress with BP Social Networks, import remaining 9 WP sites as a network into the multi-network installation. The multiple instances of BuddyPress in this case are separate i.e., don’t overlap activities, memberships, groups, etc. http://wpmututorials.com/news/new-features/multiple-buddypress-social-networks/
March 23, 2012 at 2:03 pm #131870In reply to: Massive load issues with buddypress
shanebp
Moderator>any pointers on profiling queries?
March 23, 2012 at 1:25 pm #131868Roger Coathup
ParticipantYou need to hook on to the authenticate functions in WordPress:
http://www.generalthreat.com/2012/02/adding-externally-authenticated-users-to-buddypress/ -
AuthorSearch Results