-
SVC posted on the forum topic Add 'About Me' Field To Profile in the group Creating & Extending: 13 years, 10 months ago
🙂
-
SVC posted on the forum topic Trouble adding customized redirect in functions in the group Private BuddyPress: 13 years, 10 months ago
As I said, you could be missing some other needed function calls, I don’t use this plugin 🙂
-
SVC posted on the forum topic Trouble adding customized redirect in functions in the group Private BuddyPress: 13 years, 10 months ago
Just from looking at your function, you didn’t put the url in the correct location, as specified on the first line’s $redirect_to.
On the line: return get_option(‘siteurl’) . ‘/?from=’ . $redirect_to;
Try
$redirect_to='URL';
If it does not work, you could be missing some other needed function calls, I don’t use this plugin.
-
SVC joined the group Private BuddyPress 13 years, 10 months ago
-
SVC posted on the forum topic New Buddypress site: searching for some plugins in the group Third Party Components & Plugins: 13 years, 10 months ago
There are some neato hacks for forums at etivite http://etivite.com/groups/buddypress/hacks-and-tips/ 🙂
-
SVC started the forum topic How to show the forum poster's karma next to name in forums in the group BuddyPress Rate Forum Posts: 13 years, 10 months ago
Just put this code in /topic.php next to the poster’s name
displayed_user->id, 'rfp_post_karma' );
$relative_karma = rfp_calculate_relative_karma( $karma, $bp->displayed_user->id );echo '<div class="rfp-member-profile-karma">' . get_option( 'rfp_karma_label' ) . rfp_poster_karma( $relative_karma ) . '</div>';
add_action(…[Read more]
-
SVC joined the group BuddyPress Rate Forum Posts 13 years, 10 months ago
-
SVC posted on the forum topic How to make child page show in drop down under their parent ( subpage to show under the original pa in the group How-To and Troubleshooting: 13 years, 10 months ago
Don’t just paste your header.php, it’s useless and alters the page layout, as you can see 🙂 First of all, what is wrong with the multi level navigation? It should guide you through everything you need. Second thing, is this is not the support forum you need for your issue. This is a buddypress plugin […]
-
SVC posted on the forum topic disable secondary avatar in the group How-To and Troubleshooting: 13 years, 10 months ago
Can someone tell me how to disable/remove the secondary avatar from the activity.
Secondary Avatar? Not quite comprehending. The avatar for activity altogether?
-
SVC posted on the forum topic dropdown css and forum import in the group How-To and Troubleshooting: 13 years, 10 months ago
Glad it worked, we are all waiting for the bb-plugin to release! 🙂
-
SVC posted on the forum topic How to make child page show in drop down under their parent ( subpage to show under the original pa in the group How-To and Troubleshooting: 13 years, 10 months ago
This is as simple as a nav plugin, I would recommend the Multi Level Navigation Plugin.
You can also achieve putting those contents in your admin bar, such as Networks with a dropdown of Member and Groups along side the “My Account” as an example
-
SVC posted on the forum topic How to make child page show in drop down under their parent ( subpage to show under the original pa in the group How-To and Troubleshooting: 13 years, 10 months ago
Are you talking about the navigation menu?
Be a little more specific on your issue 🙂
-
SVC posted on the forum topic dropdown css and forum import in the group How-To and Troubleshooting: 13 years, 10 months ago
Check this topic out:
Hit Spot on?
-
SVC started the forum topic Quick CSS Tip: Highlight First Forum Post Like WPMU Forums in the group Creating & Extending: 13 years, 10 months ago
Notice on the WPMU forums, the first post is highlighted with a nice yellow background? Well here is how they do it: Put this in your theme’s CSS under Group Forum topic. `ul#topic-post-list li:first-child div.post-content { background: none repeat scroll 0 0 #FCEC8F; border: 1px solid #F9D926; -moz-border-radius: 6px; -webkit-border-radius: 6px;…[Read more]
-
SVC posted on the forum topic 404 error on buddypress…when links are clicked in the group Installing BuddyPress: 13 years, 10 months ago
Thats why your permalinks arn’t working correctly.
Read through this:
-
SVC posted on the forum topic 404 error on buddypress…when links are clicked in the group Installing BuddyPress: 13 years, 10 months ago
It has to do with your .htaccess. Are you sure you put the module code listed in the correct file?? There are several other solutions that may fit you. All it takes is some researching 🙂 https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/seeing-page-not-found-on-activity-members-groups-blogs-tabs/#post-46478…[Read more]
-
SVC posted on the forum topic 404 error on buddypress…when links are clicked in the group Installing BuddyPress: 13 years, 10 months ago
@envira Go into your database, where you host all your files. Find the file: .htaccess.
It should be in the root of your wordpress.
Scroll down to the end of the file and add this:
LoadModule rewrite_module modules/mod_rewrite.so
-
Virtuali posted a new activity comment 13 years, 10 months ago
No, thats the troll’s job, to make you think that!
You are very important here, you have great knowledge, and don’t ever change because one troll does not like you. 😀
Every forum needs a person like you to keep it up and running every day!
-
SVC posted on the forum topic buddypress group twitter in the group How-To and Troubleshooting: 13 years, 10 months ago
The plugin most likely works, but weather it works on your server with your existing plugins installed, wp-versions, bp versions.
So you need to test it yourself! 🙂
- Load More
@gunju2221
Not recently active