Search Results for 'questions'
-
AuthorSearch Results
-
June 12, 2012 at 10:47 pm #135722Paul Wong-GibbsKeymaster
You have to do this directly in the database. Go into the wp_usermeta table, and look for meta_key of something like ‘dpa_points’ or ‘achievements_points’. Find the user_id that you want to change, and edit the meta_value column.
June 12, 2012 at 4:41 pm #135714orebianParticipantHello @djpaul
Thank you for the reply. I’ve solved that issue.
May I know is it possible to ‘reset’ the score for Achievements leaderboard? How to reset the # to 0? I was testing a few achievements on my side…
I tried to delete the achievement I’ve created, but the Leaderboard score still appeared
Please advice.
June 12, 2012 at 2:54 am #135688In reply to: [Resolved] Remove Comment under Activity Feed
@mercimeParticipant@goviral Closed your other thread with basically the same questions.
1. To remove commenting (and comment button) in activity stream,
Just add this to your theme’s functions.php file
`// Do not allow commenting in activity stream
add_filter(‘bp_activity_can_comment’,’__return_false’);`2. is there any way I can change other buttons/icons through the child theme?
Simplest way is to use text-indent to the specific button and add the image background. For example, for the Activity Favorite button, you’d add something like this in your theme’s style.css file
`#activity-stream .activity-meta .fav {
background: #000 url(“images/myfavoriteimage.png”) 0 0 no-repeat;
text-indent: -9999px;
}`then change background color or image when you hover over the favorite link. Use Firefox add-on Firebug or use Chrome developer to identify selectors to change styles/values for in your stylesheet.
June 10, 2012 at 8:31 pm #135641Paul Wong-GibbsKeymasterI’m not spending time building CSS/HTML for you, but the templates you need to edit are in the /achievements/templates/ plugin folder. Copy the directory inside the /achievements/templates/ folder into your theme, and edit those files.
The directory template is the ‘index.php’ file in the achievements subfolder above.
June 10, 2012 at 4:19 pm #135638orebianParticipanthi @djpaul
Can you help me out with this?
I installed Achievements 2.3 plugin on my site and would like to know how to have a right sidebar at my Achievements Directory page? Currently the page is full-width.
I’d like to place the Achievements Leaderboard, Unlocked, Locked, n score on the right sidebar. What code should I place at my childtheme?
Please help.
Thank you.
June 10, 2012 at 1:25 pm #135632Paul Wong-GibbsKeymasterAchievements only supports group forums at the moment.
June 6, 2012 at 6:09 am #135338In reply to: Multi Network questions…
Paul Wong-GibbsKeymasterJune 4, 2012 at 6:59 am #135448In reply to: Email confirmation link for new users?
@mercimeParticipantSee Registration -> BuddyPress isn’t sending out emails (eg. activation emails, email notifications) https://codex.buddypress.org/troubleshooting/frequently-asked-questions/
May 31, 2012 at 4:54 am #135301@mercimeParticipanthttps://codex.wordpress.org/Giving_WordPress_Its_Own_Directory – old style and cannot be used for multisite nor BuddyPress
May 31, 2012 at 3:01 am #135297lgrant80Member@mercime:
I ended up ditching WAMP and installing XAMPP. It works like a charm, so far….I have a lot of learning to do! But everything is showing up like it is supposed to. Please mark this thread RESOLVED.And thank you so much!!
LynnMay 31, 2012 at 12:23 am #135296shanebpModeratorIf you’re trying to load members-overview.php as a separate page, take a look at this plugin:
https://wordpress.org/extend/plugins/allow-php-in-posts-and-pages/If not, then use the bp-custom approach I mentioned above – you’ll need to learn it anyway.
Basically, you need to ask better questions, ie. what, where – exactly, why etc.
Use http://pastie.org/ and show your code.May 31, 2012 at 12:10 am #135294thirstcardMember@shanebp I only ever post in the forums once i’ve Googled/read the Codex and still not fully understood a topic. Apologies if i’ve asked lots of questions today, your help has been much appreciated :}
May 30, 2012 at 10:33 pm #135290lgrant80MemberThanks for your answer. I may switch to XAMPP. How do you not give WP it’s own directory? This is all new to me, but I am more than willing and ready to learn.
Thanks,
lgrant80May 30, 2012 at 7:21 pm #135281@mercimeParticipant1. No, you don’t need to install bbPress plugin aka Sitewide Forums as well if you don’t need it in your specific installation. Having said that, know that per roadmap, come BP 1.6, group forums will be migrated into Sitewide Forums (bbPress plugin). For installation of Group/Sitewide Forums https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/
2. BuddyPress is a WP plugin, so no problem there at all. I test on XAMPP so I don’t know what challenges you face on a WAMP server, maybe someone can chime in on this one.
Did you check out BP Codex – to start off:
1. https://codex.buddypress.org/getting-started/before-installing/
2. https://codex.buddypress.org/getting-started/setting-up-a-new-installation/
3. https://codex.buddypress.org/getting-started/configure-buddypress-components/.
May 27, 2012 at 7:44 pm #135134@mercimeParticipantI saw the same question at stackexchange and it’s answered there
May 27, 2012 at 6:33 pm #135128In reply to: Cant update user profile
fallingupParticipantNope, never got a notice to go through the upgrade wizard… The main thing I am worried about is xprofile data, there is like 5 groups with probably 40 profile questions, as long as those will stay in tact, thats great.
I always backup through backup buddy – great plugin
I’ll keep you guys posted on the results.
May 27, 2012 at 9:59 am #135110In reply to: Buddypress Multi-Group Remove
Hugo AshmoreParticipant@pawriter you need to post these types of questions to the respective plugin groups to get support:
https://buddypress.org/community/groups/buddypress-multi-group-remove/
May 27, 2012 at 12:56 am #135104In reply to: fatal error
mhmmdzakiMemberHello,
Most likely you have installed a plugin for adding posts ( one click post Maybe)
Here is how to get rid of that error.
1-open you PHPMyadmin ( your MySQL database from your hosting control )
2-Look up a table called “wp_bp_notifications”
3-in that table look under the column “component_name”, delete the entire row of any field you find empty under that columnThis should fix your problem, please let me know if you have any questions
May 22, 2012 at 10:06 pm #134914In reply to: Problems w/BP Install on single domain
w84meMember@mercime thanks for the response. To answer your questions:
WP version = 3.3.2
BP version = 1.5.5Hosted w/Hostgator
I went through the Installation Wizard, step-by-step and confirmed everything. I performed and confirmed each step several times.
Site URL: boostego
WP Theme = Themefuse: Sportedge
I did not install and activate the BP Template Pack plugin to make the theme compative with BuddyPress. I’m not sure of what the steps would be to “fix the HTML structure of the BP template files”. Could you please elaborate? TIA..
May 22, 2012 at 3:05 am #134839In reply to: Questions about creating auto fill profile fields
violet914MemberThanks so much for your help! I have begun to explore the drop down menu strategy, however I don’t know how I will manually enter 230,000 schools into the drop down field. Is there a way to do this quickly? For example, perhaps I can just upload the entire list somehow? Thanks again!
May 22, 2012 at 2:09 am #134833In reply to: Questions about creating auto fill profile fields
yadigitParticipantHello, im going to tell you a quick easy way to do step number 1.
Create a field called School or w.e you want to make it and make a drop down field of all the schools that you can think of.I would also download buddyprress-better-directory ( it may not scale well with your theme depending on what theme you are using )
so now onto question number 2. As I said for your answer for number one, using the drop down menu for the schools will make it easier to search rather then having the members type in their school. as far as searching for UNC and University of North Carolina, Im sure the search would list all the UNC first, then list the University of North Carolina,
I would also suggest installing s2Members (plugin) and follow the steps to help make your buddypress/wordpress more secure,
@vuiet914
Best of Luck,
Ps, this is just a suggestion and it really isn’t a FULL answer to your questions.May 15, 2012 at 9:26 am #134585In reply to: Member special widget
Hugo AshmoreParticipantNot familiar with bp-sidbar plugin as the requirements for adding sidebars and or widget regions with or without page checking is a relatively simple one.
Not sure what you have done incorrectly then if you have tried creating a new sidebar region, added it as a call in the sidebar.php. It’s one of those questions that is impossible to answer without seeing the code really.
All your requirements seem to revolve around creating specific widget regions and adding them to sidebar.php and correctly wrapping the block in an if ( bp_is_members_component() ) or bp_current_action() or something similar.
May 12, 2012 at 7:09 pm #134412In reply to: [Resolved] In the Beginning…Some advice Please.
@mercimeParticipant@cicakchanson Marking this as resolved. Start a new topic if you have new questions.
== I’m hoping that I can help others in the community one day as well. Best! ==
Ole!May 11, 2012 at 4:04 pm #134332In reply to: Buddypres query_posts by user
yan.odnoralovMember@Hugo Thanks for the response. Reading this article and a few others, (http://stackoverflow.com/questions/4907350/php-help-with-using-variable-inside-code) I have to close out the tag after author=
I searched WP Codex in and out… How would I call or filter my query by the buddy press “displayed_user” variable?
Thanks so much!
May 6, 2012 at 8:18 pm #134097In reply to: Cannot register new account
@mercimeParticipantDeactivate BuddyPress. Is activation email sent/received if you deactivate BuddyPress?
Also, read about email activation solutions –> https://codex.buddypress.org/troubleshooting/frequently-asked-questions/ -
AuthorSearch Results