Search Results for 'wordpress'
-
AuthorSearch Results
-
January 19, 2013 at 1:22 am #151088
In reply to: Embedding images via url/link
Ben Hansen
Participantwell i think it’s only for sites on the whitelist:
January 18, 2013 at 9:27 pm #151075In reply to: Standard profile fields cleared on BP profile save
@mercime
ParticipantThe issue was fixed in BP 1.6 https://buddypress.trac.wordpress.org/ticket/4362 Could you check your wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-classes.php to check if your BP was upgraded properly?
January 18, 2013 at 7:21 pm #151063In reply to: Crop Avatar Problem
January 18, 2013 at 5:28 pm #151056In reply to: Bbpress page alighnment issue
@mercime
Participant@raminkhan Please bring this to the attention of the theme author by posting at theme’s support forums at https://wordpress.org/support/theme/frisco-for-buddypress It would be good if you can attach a screenshot of the issue or barring that, be more specific about your description of the issue.
January 18, 2013 at 4:26 pm #151052In reply to: Forum Problems
Rachel Biel
ParticipantI found a tutorial by Spencer Forum that had step-by-step instructions that I think cleared up my issues. I was able to change the slugs and I think things are working correctly in the forum area now. Here is his tutorial which will hopefully benefit others: http://www.youtube.com/watch?v=M8mh3f6Vzbo
Now I’m having problems with registration. I opened it up so that a few of our members could register and I could test what happened. Two of them couldn’t access their profiles and kept getting the wordpress log in page. Spence’s video also addressed some of that and I hope that the changes I made will fix that. But, more importantly, I have been looking for a plug-in that will allow people to apply for entry to the site. This site is going to be a free forum for our membership organization. The plug-ins that I have seen are for paid memberships and have a lot more weight than I want (configuration with Pay Pal, etc.).
I did install the membership plug-in which hopefully fixed the problems I had with the two members, but that doesn’t offer any kind of registration options. I would like it to operate like private Facebook groups: apply and get let in.
January 18, 2013 at 2:09 am #151001In reply to: Create private membership site with BuddyPress
modemlooper
ModeratorJanuary 17, 2013 at 11:01 pm #150981Andres Felipe
ParticipantHi @kat_indo, I don’t know so much about programming but a little about plugins, maybe this one could works for You https://wordpress.org/extend/plugins/if-menu/.
January 17, 2013 at 10:26 pm #150976In reply to: BuddyDroid – BuddyPress for Android
Yuttadhammo
ParticipantNo, it definitely needs the wordpress added on the end… Without a logcat there’s not much I can say. Can you try accessing the plugin page http://www.site.de/wordpress/wp-content/plugins/bpxmlrpc/bp-xmlrpc.php with a browser?
Oh, I think I forgot to mention that the plugin needs to be in the directory named bpxmlrpc as per the above URL… Oops.
January 17, 2013 at 10:09 pm #150971mort3n
ParticipantResolved.
Indeed, the child-theme functions php is called before the parent-theme functions php
https://codex.wordpress.org/Child_Themes#Using_functions.phpThe function `bp_dtheme_setup()` where the button is added in bp-default is made pluggable as I’ve just learned that it should be 😉
Therefore, the solution is to override the function in child-theme functions php.
That is, copy the function `bp_dtheme_setup()` from bp-default/functions php to child-theme/functions php and comment out the lines
`
if ( bp_is_active( ‘activity’ ) )
add_action( ‘bp_member_header_actions’, ‘bp_send_public_message_button’, 20 );
`Hope it helps someone!
Cheers
Mort3nJanuary 17, 2013 at 5:26 pm #150944In reply to: BuddyDroid – BuddyPress for Android
ddebrich
Participantokay
my site url was
i change it into the right shema http://www.site.de/
but now it says:
org.xmlpull.v1.XmlPullParserException:
unexpected type(position:
END_DOCUMENT null @1:1 in java.io.
InputStreamReader@4235a618)
January 17, 2013 at 4:56 pm #150940In reply to: Standard profile fields not showing in BP profiles
danbpfr
ParticipantThe WP standard fields are not used, this is default usage with BP activated.
But you can create your own custom fields on the profile.
More about this here: https://buddypress.trac.wordpress.org/ticket/3335January 17, 2013 at 4:48 pm #150939In reply to: Remove 'Edit My Profile'
danbpfr
Participantoops, sorry, was code for the old buddybar. It’s now called Toolbar and implemented by default on BP, but i don’t use it.
Also, be a bit more explicit next time you ask for something. They’re many menus in BP. 😉Use this in functions.php (tested: works on WP 3.5/BP 1.6.3 MS)
function admin_bar_remove_this(){ global $wp_admin_bar; $wp_admin_bar->remove_node('my-account-forums-favorites'); } add_action('wp_before_admin_bar_render','admin_bar_remove_this');The node id’s are all in the footer html of each page where the toolbar appears. This means you have to view the page source code to get the node id you want to remove.
Menu items are in li tags and each li as a ID which begins with “wp-admin-bar-” followed by “-node-name”
Other tips here: http://jeffersonsnewspaper.org/2012/tips-for-using-the-wordpress-admin-bar-with-buddypress/Legacy reference here:
https://codex.wordpress.org/Function_Reference/remove_node
https://codex.buddypress.org/developer/theme-development/modifying-the-buddypress-admin-bar/January 17, 2013 at 3:40 pm #150933In reply to: jQuery method "live" deprecated
JohnRDOrazio
ParticipantYes I am delinking in a child theme and then linking to the Google repository, because the version rolled with WordPress, particularly jQuery UI, is broken up into separate pieces and is missing a few at that, whereas my own coding requires the full library and is much easier to have it all on hand instead of little pieces, plus I need the latest version.
I would say that in one way or another, updating WordPress and it’s plugins is a must.
January 17, 2013 at 11:26 am #150914In reply to: jQuery method "live" deprecated
Tammie Lister
ModeratorWordPress comes with jQuery – I’d advise you use that one rolled in not link in another. Or are you delinking and adding in because you need something in the new release?
January 17, 2013 at 6:11 am #150906In reply to: Crop Avatar Problem
hrvach007
ParticipantYes I am using the newest version of WordPress…
January 17, 2013 at 6:05 am #150905In reply to: Crop Avatar Problem
@mercime
ParticipantAre you on WordPress 3.5 as well?
January 16, 2013 at 8:31 pm #150865Mathieu Viet
ModeratorJanuary 16, 2013 at 5:19 pm #150842In reply to: How to add members to a group
shanebp
Moderator3. The group admin can invite friends to join their group.
To invite members that are not friends of the group admin, use this plugin:
January 16, 2013 at 1:59 am #150780In reply to: I want Buddypress to work within a template
gwenfaye
ParticipantI am using a theme called Valor from Themeforest.net (http://themeforest.net/item/valor-responsive-wordpress-theme/full_screen_preview/3741916).
I created a Menu item called “Dream Bank”. I want site visitors to be able to come to http://www.glassworksdream.com and click on the “Dream Bank” menu item. Then, I want them to be asked to register for the Buddypress section of the site.
When I installed and activated Buddypress, instead of that happening, the Valor template was deactivated, and Buddypress became my site template.
Gwen
January 15, 2013 at 11:13 pm #150773In reply to: Cannot Edit, Delete, Open or Sticky Forum Topics
kpolkson
ParticipantOK, here’s what I can offer in the way of isolating the problem.
I wanted to see if it was my server or any changes I made to the theme. It was not!
I went ahead and did a completely fresh restall of everything. When i got wordpress multisite with buddypress working again, I did not have a problem with editing the topics.
Then I brought in my custom theme files: Again nothing was off, everything worked as it should in editing topics.
It was only when I brought in my database of existing users and content did I get the 404!
So it is something wrong in the database.
What in buddypress would cause topics to 404 based on something off in the database?
January 15, 2013 at 10:25 pm #150767In reply to: Buddypress wont display local avatars
Figotech
ParticipantYes to the settings.
Permissions: Ok there may be something here. I can access the ftp of the live site host and I just noticed something.
I can give the uploads directory all permissions (write read execute: 777) however wordpress will create a dir for a new user avatar (uplaods/avatars/59 for ex) but it cant upload files inside it. Apparently any directory I create with the ftp user has a different owner than the directories created by wordpress itself and even though permissions are set to 777 wordpress is giving me a write permission error when trying to upload any new avatar.
January 15, 2013 at 9:43 pm #150745In reply to: Where to find clean copy of v1.5.5
aces
ParticipantJanuary 15, 2013 at 5:48 pm #150701In reply to: Getting 310 error. Too many redirects. URGENT!
amunalaima
Participant# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
January 15, 2013 at 5:42 pm #150699Mitesh Patel
ParticipantSorry for delayed response. I thought the thread was dead. Nevertheless, thanks for your directions.
It seems I chose the wrong words to describe my problem. The problem was “after the compatibility process is over, the site doesn’t look 2012-ish, with bp-default styles in BP parts.” After the compatibility process is done successfully (which I did), the theme “works fine”, but doesn’t look fine. So in other words, how to make the BP part look like 2012.
Both the BP-compatibility-pack approach and your approach worked fine, except, the theme CSS is (understandably) the same (bp-default). I ended up modifying the bp.css to make it look like it belongs to 2012 theme. I also “hard-coded” (so to speak) the BP specific changes in my child theme itself (added the bp-template-pack.php part with some modifications to functions.php), and a few minore changes to BP templates, so that my child theme is BP-compatible out of the box (no need of plugin or external CSS). Will upload the child theme somewhere and post a link here as I get to it.
Thank you @mercime for your help.
January 15, 2013 at 4:58 pm #150695In reply to: Adding group blog posts to the activity stream?
Ben Hansen
Participantwell that’s not the way it works at all when network activated some aspects of buddypress provide network wide functionality but the front end display is only as i say on the primary blog/site for instance you can use buddypress to give your users the ability to create their own sub sites (in a more user friendly fashion then wordpress itself provides alone) and any activity on the various sub sites will be displayed in the network wide activity feed which again only displays on the primary blog by default.
-
AuthorSearch Results