Search Results for 'wordpress'
-
AuthorSearch Results
-
March 13, 2012 at 4:08 pm #131308
In reply to: Members List Plugin and “simple” theme hack
hkcharlie
Participantok – if the members page (tab) was just a page, I know I could add a shortcode to it to present the members list plugin results, but the members page is not an editable page in wordpress, so I can’t.
Am I best to remove the members tab (by hacking out ??????) , then create a new page for members, ,where I can add the shortcode simply?
March 13, 2012 at 12:14 pm #131301buddypressrocks
Member@modemlooper @not1_name @shanebp
Hey guys, this is beautiful feedback!QUICK QUESTION! I’m desperate. I am learning more and more about WordPress and how to fix issues, but I am stuck.
I just migrated my site over to a Dedicated server and the process was a bit tough. I have everything buttoned up now, the site is running well (fast) but the only problem I am having is that I am not able to UPLOAD images as the admin, nor as a user??
The image shows that it is uploaded when I add them to pages, but they are blank. I am guessing it has to do with permission? There is no “error” message when I am trying to upload an image as an admin, but there is as a user. It reads:
“Server error. Upload directory isn’t writable”
I am sure this is a simple fix, but I can really really really use some guidance here. As I mentioned, everything is working beautifully!
Thank you in advanced!!
March 13, 2012 at 8:49 am #131293In reply to: user activity share plugin for wordpress buddypress?
yadigit
Participantbuddypress share..
it seems to have everything in it..
I went to facebook development page and got the code share..
I then put in the activity ID inside of the code and added the facebook iframe into the buddypress entry.php file..
so users can share it on facebook..
@ashokgolusuMarch 13, 2012 at 8:42 am #131289In reply to: user activity share plugin for wordpress buddypress?
ashok g
Member*bump
Sorry… but I would love an answer on this
March 13, 2012 at 4:28 am #131167buddypressrocks
Member“Server error. Upload directory isn’t writable.”
I am receiving this.
March 13, 2012 at 3:04 am #131281In reply to: [Resolved] Fixing Alignment for Minimatica WP Theme
@mercime
ParticipantYour header.php pastebin url has no code pasted. You won’t need to paste index.php, page.php and re-paste header.php if this is the Minimatica theme you are referring to –> https://wordpress.org/extend/themes/minimatica
Is it?March 12, 2012 at 2:03 pm #131264In reply to: Members Only for the WHOLE site
dan77
Membera solution without plugin for a private community, logged-in users only:
I used the code of david carson described in this thread:
https://wordpress.org/support/topic/theme-frisco-for-buddypress-login-in-home-page?replies=18here is the code you need to paste in a bp-custom.php in you plugin directory.
(you have to create it if you don’t have it).
Note: that not logged in users are redirected to slug/register page, you have to change it if your register page has a different URL.
<?php// **** Privacy ********
function restrict_access(){
global $bp, $bp_unfiltered_uri;// If user is not logged in and
if (!is_user_logged_in() &&
(
// The current page is not register or activation
!bp_is_register_page() &&
!bp_is_activation_page()
)) {
// Redirect to registration page. Change /register to your register page slug
bp_core_redirect( get_option('home') . '/register' );
}
}add_action( 'wp', 'restrict_access', 3 );
March 12, 2012 at 1:59 pm #131262In reply to: Members Only BuddyPress
dan77
Memberif you want complete private community I used the code of david carson described in this thread:
https://wordpress.org/support/topic/theme-frisco-for-buddypress-login-in-home-page?replies=18here is the code you need to paste in a bp-custom.php in you plugin directory.
Note: that not logged in users are redirected to slug/register page, you have to change it if your register page has a different URL.‘<?php
// **** Privacy ********
function restrict_access(){
global $bp, $bp_unfiltered_uri;// If user is not logged in and
if (!is_user_logged_in() &&
(
// The current page is not register or activation
!bp_is_register_page() &&
!bp_is_activation_page()
)) {
// Redirect to registration page. Change /register to your register page slug
bp_core_redirect( get_option(‘home’) . ‘/register’ );
}
}add_action( ‘wp’, ‘restrict_access’, 3 );
‘March 12, 2012 at 11:37 am #131258In reply to: 500 error when initiating groups and forums
dough1972
MemberHello,
In the end they all work together. My issue was one of two things. 1. template not compatible or 2. missed a step in in configuring wordpress for multisite functionality.Here was the solution.
Made a new directory in root for community and started fresh wordpress setup.
Disable the jetpack plugin which was automatically active. Install buddypress and setup.
Install setup magic members.Here are two articles that are helpful.
http://premium.wpmudev.org/wpmu-manual/creating-a-network-to-enable-wordpress-multisite/
https://codex.wordpress.org/Create_A_Network#Before_You_BeginMarch 11, 2012 at 9:27 pm #131243In reply to: Registration fee
@mercime
ParticipantMarch 11, 2012 at 9:21 pm #131242In reply to: Show number of status updates a user has made
@mercime
ParticipantInstall and use template tag/s from https://wordpress.org/extend/plugins/buddypress-member-profile-stats/
March 11, 2012 at 8:40 pm #131238In reply to: Document Plugin for Groups
cblack42
MemberMight be overkill for what you need, but take a look at the BP GTM System.
March 10, 2012 at 4:07 pm #131138In reply to: 500 error when initiating groups and forums
dough1972
MemberNot exactly. You might want to check permalinks with respect to your problem. It may or may not be the same problem. I did attempt to reset my permalinks to no avail.
I uploaded the buddypress plugin through wordpress as opposed to using ftp. I did so into the root. it. works up to the group or forum creation. Everything else still works.
The site spins a bit before I get a 500 internal server error. I can go back to the previous page no problem. Just those newly added groups and forums are the problem…
The recorded error so far when going to the incompleted creation is;
“[warn] RSA server certificate CommonName (CN) `MYDOMAIN’ does NOT match server name!?”Still looking for tips but will come back and post solution if I find it in mean time..
March 10, 2012 at 10:03 am #131127In reply to: 500 error when initiating groups and forums
dockoellewood
Memberi think its the same like me:
https://buddypress.org/community/groups/installing-buddypress/forum/topic/blank-sites-problem-solved-but-then-errors-with-not-found-sites-and-language-pack-exhausting-memory-size-again/right?!? all sites wont be found… i kicked out wordpress and got next different problem
March 9, 2012 at 5:02 pm #131093In reply to: Does Buddypress have a TOS?
March 9, 2012 at 10:28 am #131080dockoellewood
MemberOkay i kick all down and start clear wordpress … i install buddypress direct, use signup mode and now: “You don’t have permission to access /com/blog/wp-admin/admin.php on this server.”
March 9, 2012 at 6:23 am #131070not1_name
MemberI’ve been working on this for the past couple of weeks. I’ve found a couple of apps that you need to download first, and through them, you can send a photo directly from your iphone to your blog. “Aurigma up” is a nice, simple free app, but is not quite complete yet. It allows you to open the app directly from your wordpress blog, send the photo, and then return (somewhat seemlessly) to your blog. I have tried it on wordpress, but am now trying to tie it into BP. I want users to be able to add the photos to their album from their phone and then have that picture show up in the activity page as a thumbnail. I’m not too hot at PHP, but am trying to work out how to get this done.
If anyone has tried this, please share. I will post what I get done.
March 9, 2012 at 1:28 am #131066dockoellewood
Member1. Which version of WordPress are you running?
ACTUAL VERSION FROM TODAY
2. Did you install WordPress as a directory or subdomain install?
SUBDOMAIN
3. If a directory install, is it in root or in a subdirectory?
I THINK SUBDIRECTORY
4. Did you upgrade from a previous version of WordPress? If so, from which version?
UPGRADE IS NO PROBLEM
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
YES IT WORKS FINE
6. Which version of BP are you running?
FROM TODAY
7. Did you upgraded from a previous version of BP? If so, from which version?
NO! I INSTALL IT
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
UMM SOME… DONT KNOW
9. Are you using the standard BuddyPress themes or customized themes?
CUSTOMIZED THEME; FIRST A NON BUDDYPRESS ; THEN A BUDDYPRESS THEME
10. Have you modified the core files in any way?
NOT THAT I KNOW; MY ADMIN UPLOAD THE LANGUAGE PACK
11. Do you have any custom functions in bp-custom.php?
SEE ABOVE
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
FROM TODAY
13. Please provide a list of any errors in your server’s log files.
SEE POST ABOVE
14. Which company provides your hosting?
DONT KNOW
15. Is your server running Windows, or if Linux; Apache, nginx or something else?
I THINK WINDOWSMarch 9, 2012 at 12:31 am #131063In reply to: Member pages not displaying.
dockoellewood
MemberI think i have the same error… if i follow the links to my wordpress created pages its a classic “Not Found
The requested URL /activity was not found on this server.” error…
March 8, 2012 at 8:00 pm #131054In reply to: adding members to groups as an admin
9087877
InactiveThis plugin may work, just check the compatibility of your versions of WordPress and BuddyPress. You can get it here:
https://wordpress.org/extend/plugins/buddypress-auto-group-join/March 8, 2012 at 4:48 pm #131042snowlas
ParticipantMy problem was I was running a plugin that was generating a key as well as buddypress and WordPress wanted the key generated by the first plugin, not the key from the activation email sent out by buddypress.
You can read about it here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/activation-email-key-doesnt-work-i-may-have-the-fix/
it’s lengthy, I know, but I hope it puts you in the right direction if it doesn’t work.
March 8, 2012 at 9:40 am #131021In reply to: Change Width of Buddypress and menus
@mercime
ParticipantOn issue#1 – need to clear cache. Better yet, open site with another browser. Added style works.
On issue #2, you might also want to try this plugin https://wordpress.org/extend/plugins/buddypress-profile-menu/installation/ where you’d have to add
``
just below your wp_nav_menu in your theme’s header.phpCaveat: you would need to manually change the div classes/ID of the menu UL/LI in the plugin’s bp-profile-menu.php file
March 8, 2012 at 3:56 am #131005In reply to: Blog not showing after installing Buddypress
@mercime
ParticipantDeactivate BuddyPress by renaming the buddypress folder in server from wp-content/plugins/buddypress to something like buddypress-xx
This is a known issue for installations where BuddyPress is not installed properly https://buddypress.trac.wordpress.org/ticket/3724
March 8, 2012 at 2:59 am #131000In reply to: [Resolved] Can’t access my admin login!
aces
ParticipantIf you click on the link I gave above, you will find the wordpress codex instructions for deactivating all plugins.
You can also rename individual plugin folders to de-activate them….
( to re-enable, make sure you first rename them again to the exact original name )March 7, 2012 at 10:22 pm #130995Paul Wong-Gibbs
KeymasterCool. The issue was is that BuddyPress 1.5.4 requires WordPress 3.3 or newer, and you were trying to run it on WordPress 3.0.5

-
AuthorSearch Results