Search Results for 'wordpress'
-
AuthorSearch Results
-
January 1, 2012 at 1:00 am #127141
In reply to: Setting up user features
Emily-G
MemberDo you have Network enabled? have a look at this page – https://codex.wordpress.org/Create_A_Network
The option to allow user blogs wont show up in the buddypress settings page unless network’s is enabled.
EDIT: Also, RE: Roles – it’s the same as wordpress have a look at https://codex.wordpress.org/Roles_and_Capabilities
December 31, 2011 at 6:03 pm #127129In reply to: How to link to a users profile?
@mercime
ParticipantSomething like this? https://wordpress.org/extend/plugins/buddypress-profile-menu/screenshots/
December 30, 2011 at 11:22 pm #79105In reply to: [resolved] turn off site wide forum
December 30, 2011 at 10:27 pm #127106In reply to: disable activity comment/replies
@mercime
ParticipantIf you want to disable commenting only for forum topics and blog posts in activity stream, then you only need to go to wp-admin menu BuddyPress > Settings and click Yes radio button beside “Disable activity stream commenting on blog and forum posts?”
If you want to totally disable commenting in activity streams and you have a bp-default child theme, copy over https://buddypress.trac.wordpress.org/browser/tags/1.5.2/bp-themes/bp-default/activity/entry.php to your child theme folder following directory structure like mychildthemefolder/activity/entry.php then delete lines 54 through 84 as seen in link above. Save file and upload to server.
If you used the BP Template Pack to make your WP theme compatible with BP, open up /activity/entry.php which had been transferred to your WP theme in server during the compatibility process and delete lines as stated above.
December 30, 2011 at 9:26 pm #127099In reply to: [resolved] Can’t find my Topics after I post them
Supportus
MemberThank you @mercime for replying to this. I have now changed my display name so it is completely different from my login name. I went onto WordPress.org and changed it there as well. I’m still not seeing the Topics Started under forum>topics started.
I tried starting a new topic too, but still nothing.
December 30, 2011 at 9:22 pm #127098In reply to: [resolved] Testing with a new screen name
Supportus
MemberI changed it on WordPress.org as well. Still can’t see my posts under forums>topics started
December 30, 2011 at 3:08 pm #127090In reply to: Site-wide posts with thumbnails anyone?
@mercime
Participant@jennybeaumont this is something you should post over at https://wordpress.org/support/forum/multisite where I recall seeing a solution to this. Very helpful and knowledgeable Mods will point you in the right direction.
December 30, 2011 at 2:19 pm #83288In reply to: Extended Profile Field “Name” Replaced by Username
InHouse
MemberAh, I got it. I realized I was using the default profile field as the Business Name. I also found BuddyPress Real Names plugin. https://wordpress.org/extend/plugins/buddypress-real-names/ .
December 30, 2011 at 12:18 am #127066In reply to: How to I Administer my site?
pcsronbobuddy
MemberOk, got in via FTP. Renamed. Now the BP stuff doesn’t show – cool.
However, when I go to the wp-admin screen and log in succesfully, what happens is the page just refreshes. It’s interesting too because there is then a weird little box thing between the WordPress logo and the word username.
If I put in bad credentials, it just does the normal login error stuff.
December 29, 2011 at 8:48 pm #127059francescolaffi
Participantthanks @boonebgorges for the mention
I’m not sure this is a bp-moderation problem, from the traces I see bpmod is calling bp_forums_get_topic_posts that load bbpress that tries to alter the db causing the error (the altered tables are not bpmod tables either), bpmod could just be the first to call something forum related and makes bp load bb.
@unwiredtech you could try disabling bpmod and see if the forums work correctly without errors, but I feel its more likely that something is wrong with bb db upgrading, maybe some corruption or wrong db version stored in the options.
Anyway if you narrow down the problem to bp-moderation please write to the plugin forum https://buddypress.org/community/groups/bp-moderation/forum/ or mention me, I’m not usually around here but I follow the plugin activities via rss.December 29, 2011 at 6:42 pm #127041In reply to: Pages not found
@mercime
ParticipantBefore installing BuddyPress, make sure that your pretty permalinks are working in your WordPress installation and that you can access your .htaccess file. Otherwise, please resolve these issues at WP forums first – https://wordpress.org/support/forum/how-to-and-troubleshooting
December 29, 2011 at 3:01 pm #127056unwiredtech
ParticipantHi Boone,
Thanks for that info, I will try to disable that and observe. The site is a private coaching group so moderation is not really an issue right now.
Cheers,
Unwired
December 29, 2011 at 1:54 pm #127053Boone Gorges
KeymasterIt looks like this error is coming from BP Moderation. You may want to ask the author of that plugin @francescolaffi about it.
December 29, 2011 at 1:35 pm #127052In reply to: Suddenly new users can’t register
tareatita
MemberDear Emily,
Well, I must say I was surprise that only one person could to this, so a warm hourra to all of you for the job!
For my issue, I forgot to precise that i have NOT actualized wordpress nor installed any new plugin, that’s why I find it so strange…. Once you click on “register”, you are bumped at the top of the page…. Have you heard anything like this?
Many thanks
Maria
December 29, 2011 at 12:52 pm #127051In reply to: Turning BuddyPress into an imageboard.
Emily-G
MemberWith the power of WordPress, It can (and has) been done.
Two ways that i can think of.
1. Use wordpress’ built in post types and create a front end post form (search the wp plugin repo) or having a look at p2theme.com’s code and using one of the hundreds of post voting plugins (search the wp plugin repo) for the voting feature (for the pending part, have a look at http://wpvote.com/ to see how they achieved it. while, it’s for articles rather than pictures it is a similar concept.)or.
2. Creating a custom buddypress component (see the skeleton component) and codex.buddypress.org’s pages on custom components and plugins developement.December 29, 2011 at 3:23 am #127022In reply to: U BuddyPress Forum Editor Not Showing Up
@mercime
ParticipantPlease note that the plugin has not been updated since BP 1.2.9 and WP 3.2.1 per plugin page https://wordpress.org/extend/plugins/u-buddypress-forum-editor/ . That being the case, the plugin was meant for the Groups Forums (internal bbPress installation) and not the site wide forums (bbPress 2.0 plugin).
December 29, 2011 at 2:33 am #127020In reply to: Remove Directory Header
@mercime
ParticipantUnfortunately, just using CSS won’t cut it as the titles do not have unique ID’s or classes. If you put `body.directory h3 {display:none;}` even the widget titles will disappear along with page titles of activity index page (when logged out).
The alternative, If you have a child theme of bp-default theme:
– Create three folders in your child theme folder namely: groups, members and forums.
– Copy over groups/index.php from bp-default theme to your child theme
– Copy over members/index.php from bp-default theme to your child theme
– Copy over forums/index.php from bp-default theme to your child theme
– Open up the files you copied over to the different folders in your child theme and delete the titles. Note: for groups/index.php, if you also want to delete the “Create Groups” link, delete from start of `to end of `
`. Otherwise, leave the link for Create Groups link.
If you used BP Template Pack plugin and transferred 6 folders with BP template files, just open up the files mentioned above, make revisions and upload to server making sure you upload to correct folder.
December 29, 2011 at 1:54 am #127018@mercime
ParticipantYou don’t change the files in bp-default theme nor in BP Template Pack.
You only change the 16 files within the 6 folders transferred to your WP theme, Collection, in server.
Instruction is posted at http://wp.me/p1I84P-1B
December 29, 2011 at 12:06 am #127012In reply to: Confirmation e-mail for buddypress isn’t working
jwendz93
MemberI am currently using WordPress 3.3 and Buddypress 1.5.2. Also, I am using the theme Saffron 1.0. I tried switching to the Twenty Eleven theme but it just completely messes up my website.
December 28, 2011 at 7:43 pm #127009In reply to: [resolved] Admin Bar for Buddypress
@mercime
ParticipantThe “new look” is in BuddyPress trunk coming up BP 1.6 if not earlier. https://buddypress.trac.wordpress.org/browser/trunk
December 28, 2011 at 10:03 am #126994In reply to: Permalinks has changed after latest WP 3.3 upgrade
4ella
Participant@mercime , so the name of the plugin which created issue is WP-simplicity , it is wordpress plugin , I was only testing it , and have forgotten that it has been installed , this plugin created those problems .
December 28, 2011 at 6:42 am #126993In reply to: How To Show Cutom Post Types in Actvity Stream
@mercime
ParticipantIt’s in the works for BP 1.7 if not earlier https://buddypress.trac.wordpress.org/ticket/3460
December 28, 2011 at 6:34 am #126992@mercime
ParticipantYou might want to look at https://wordpress.org/extend/plugins/buddypress-groups-extras/ == After activating your groups will have ability to create any custom fields they want.
December 28, 2011 at 1:55 am #126988@mercime
ParticipantYou need to install and activate BP Template Pack plugin first https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
Download the 6 BP folders transferred to your collection theme in server down to your computer hard drive. Looking at the source codes you’ve posted above, you have to use the first method – changing 16 template files inside those 6 BP folders as noted in codex link above.
Before going into this though, did you know that when viewed at wide screen, your site layout is aligned to the left i.e. not centered in screen? Also, that when your site is viewed at 1024px, the right side drops down under the main content div area?
December 27, 2011 at 8:54 pm #126980In reply to: I have a serious problem with the system of friends
@mercime
ParticipantDid you disable Account Settings in BP Components? If so, https://buddypress.trac.wordpress.org/changeset/5296
-
AuthorSearch Results