-
bennadler posted on the forum topic gPress options page is blank, tabs don't link to anything in the group gPress: 14 years, 3 months ago
Sure. Send me an email at nadler.ben@gmail.com and I can let you take a look at the site. As it is a multisite network, I have a lot of plugins installed…there could be a potential conflict going on somewhere.
-
bennadler posted on the forum topic gPress options page is blank, tabs don't link to anything in the group gPress: 14 years, 3 months ago
Just tested on a Windows computer, the tabs do still not work.
This is unfortunate. Oh well.
-
bennadler posted on the forum topic gPress options page is blank, tabs don't link to anything in the group gPress: 14 years, 3 months ago
I have a Windows computer I can try out, so I’ll do that in case it really is an issue with Apple and not with my browsers. I’ll let you know how it goes, thanks for the response.
-
bennadler posted on the forum topic gPress options page is blank, tabs don't link to anything in the group gPress: 14 years, 3 months ago
Also, gPress can only be activated site-wide, which is a huge issue for my members, who I don’t want to see the gPress options page as it will confuse them.
Thanks for any help!
-
bennadler started the forum topic gPress options page is blank, tabs don't link to anything in the group gPress: 14 years, 3 months ago
Hello, I just got this plugin because I’m interested in integrating Foursquare into my site, as well as putting members on a map for them to view. gPress seemed like the right plugin for getting these things integrated. However, the options page is blank…the tabs and links appear, but there is no content besides that. […]
-
bennadler joined the group gPress 14 years, 3 months ago
-
bennadler posted on the forum topic Cannot post in forums in the group How-To and Troubleshooting: 14 years, 4 months ago
Unfortunately, none of these things seem to be fixing the forums…really frustrating, as we were hoping to launch in the next few days.
-
bennadler posted on the forum topic Cannot post in forums in the group How-To and Troubleshooting: 14 years, 4 months ago
I’m able to view the forums page. When I try to create a topic, when I click “Post Topic” it simply reloads the page without creating the topic. I’ll take a look at the database and see if that value is correct. Thanks for pointing me in the right direction. Under Forums Setup is says […]
-
bennadler started the forum topic Cannot post in forums in the group How-To and Troubleshooting: 14 years, 4 months ago
On my site, I earlier had a separate installation of bbPress on my site that was linked with Buddypress. I eventually uninstalled bbPress because I realized our site did not need this function. I reset the forums and BuddyPress said it was working correctly. Now, for whatever reason, no one can post in the forums. […]
-
bennadler started the forum topic Issues after changing admin username in the group How-To and Troubleshooting: 14 years, 4 months ago
I followed a tutorial at http://www.onextrapixel.com/2010/01/30/13-useful-wordpress-sql-queries-you-wish-you-knew-earlier/ on how to change my WordPress username from admin to my name. It mostly worked. I initially lost Super Admin and Admin access, but I was able to restore this using my partner’s account. Everything seems to be fine, until I…[Read more]
-
bennadler posted on the forum topic Search Function in Admin Bar in the group How-To and Troubleshooting: 14 years, 4 months ago
In your theme’s CSS file, you need to declare this:
#wp-admin-bar ul.main-nav li.align-right:hover{
background: none !important;
}That should do it, as long as you have not modified the code above at all.
-
bennadler posted on the forum topic Avatars aren’t shown after the upgrade in the group How-To and Troubleshooting: 14 years, 4 months ago
Hmmm…Ronia, the link to my site is http://www.realestatemarbles.com. Feel free to check it out. My bp-custom file is placed in wp-content/plugins. Let me post the entire code just for you…other issues could be you .htaccess file. Did you copy in the Multisite codes? It could also be an issue in wp-config.php…so many possible issues. Take […]
-
bennadler posted on the forum topic Avatars aren’t shown after the upgrade in the group How-To and Troubleshooting: 14 years, 4 months ago
Sorry, that is what I meant. I am using WordPress 3.0 with multisite activated. That is the exact code. I am running WordPress 3.0 and Buddypress 1.2.5. I have this code installed in my bp-custom.php file and it activates the avatars across the whole domain. Are you absolutely sure you have this all in the […]
-
bennadler posted on the forum topic Avatars aren’t shown after the upgrade in the group How-To and Troubleshooting: 14 years, 4 months ago
Here is the code I used. Put this in bp-custom.php in your plugins folder, and it should correctly display your user’s BP avatar across an entire WordPress MU install. Lemme know if it works! 😉 function nfm_bp_avtar_upload_path_correct($path){ if ( bp_core_is_multisite() ){ $path = ABSPATH . get_blog_option( BP_ROOT_BLOG, ‘upload_path’ ); }…[Read more]
-
bennadler posted on the forum topic Avatars aren’t shown after the upgrade in the group How-To and Troubleshooting: 14 years, 4 months ago
It has to do with where Buddypress is looking for your uploaded avatars. By default, it is pointed to the right place. I don’t remember the exact code to fix it, but I’ll look it up right now to help you out. It fixed the issue for me, so hopefully it will for you. Be […]
-
bennadler posted on the forum topic Buddypress Avatars do not appear on WP MU Sub Blogs in the group How-To and Troubleshooting: 14 years, 5 months ago
Ah, alright.
Thanks for the help. That’s pretty strange. Considering that the avatars show up on the WordPress admin panel, you’d think they work on sub blogs.
-
bennadler started the forum topic Buddypress Avatars do not appear on WP MU Sub Blogs in the group How-To and Troubleshooting: 14 years, 5 months ago
Hello, I have Buddypress installed on my WordPress MU blog. For the main blog, user avatars show up perfectly. When a user creates a sub blog, however, their avatars disappear. It still recognizes their account, but when I post a comment there is no avatar associated with my account anymore. Instead it just shows the […]
-
bennadler posted on the forum topic BP 1.2.4 – Custom BP_AVATAR_URL change in the group How-To and Troubleshooting: 14 years, 5 months ago
I tried using the bp-custom.php file in the wp-content/plugins/ folder, but I could not get it to work. Could anyone upload an example version of this that I could tinker with to fit my needs? My problem is I am running WordPress 3.0 RC1, with WPMU and Buddypress installed. Avatars work on the main blog, […]
-
bennadler started the forum topic Only Admin Account can Login to Buddypress in the group How-To and Troubleshooting: 14 years, 6 months ago
Hello, I am making a site for real estate agents for a client that is similar to the site Active Rain, except that it will be free. We originally did not intend this as the vision, so I have been using the newest version of WordPress beta instead of WordPress MU. I installed Buddypress since […]
-
bennadler joined the group How-To and Troubleshooting 14 years, 6 months ago
@bennadler
Not recently active