-
hnla posted on the forum topic Spammers attacking, help! in the group Creating & Extending: 13 years, 10 months ago
@imjscn try hunting for a plugin called KB robots text it allows you to edit the WP robots text from the dashboard and might be handy to have available.
-
hnla posted on the forum topic Spammers attacking, help! in the group Creating & Extending: 13 years, 10 months ago
@imjscn Jenny have you tried googling on ‘nofollow’ links? before asking Andrea_r how to do this or better still have you implemented my advise earlier in the thread for a robots.txt file implementation? and other tip/s? It’s important to tell us what you have tried other than add plugins – not everything is solvable using plugins […]
-
r-a-y posted on the forum topic How to get topic starter's username? in the group How-To and Troubleshooting: 13 years, 10 months ago
@imjscn – Works for me.
Like I said, the code only works during the forum topic loop.
The corresponding template is:
/groups/single/forum/topic.phpLook for this line:
Then, add the following and see what pops up on the screen:
-
Boone Gorges posted on the forum topic Change error message display in the group Creating & Extending: 13 years, 11 months ago
@imjscn – There is no straightforward way to do what you’re trying to do. For the message at the top of the screen, you can change that with a language file and then change the display with CSS. Removing the class=”error” div will be more trouble than it’s worth. The other part will be harder. You […]
-
Savannah Video Central.com posted on the forum topic Change error message display in the group Creating & Extending: 13 years, 11 months ago
@imjscn, Color is CSS, therefore probably being in the buddypress default.css file?
Probably Under:
*Error/Success Messages
—————————————————————-find:
}
div#message.error p {
background: #e41717;
color: #fff;
border-color: #a71a1a;
clear: left;
}It spells it out for you from there π
-
hnla posted on the forum topic test in the group Creating & Extending: 13 years, 11 months ago
@imjscn Jenny there is a test BP site if you need to test things out – also these sites are not necessarily a good test bed as they can contain much customization which may colour results. The issue sounds to be with BBPress and as such doubtful whether BP developers would look into it specifically especially […]
-
Paul Gibbs posted on the forum topic Adding action in global.js ? in the group Creating & Extending: 14 years ago
I can’t figure out how to unload wp_enqueue_script() files π Has anyone done this before?
@imjscn If this is urgent I would recommended that you edit the default theme’s functions.php and delete the wp_enqueue_script() line. Remember this is only temporary and when you update BuddyPress in future, it will get added again.
-
Sofian J. Anom posted on the forum topic Root profile doesnβt work after enable BP functional in multi-blog in the group Creating & Extending: 14 years, 1 month ago
-
Sofian J. Anom posted on the forum topic BP components no show in secondary blogs in the group How-To and Troubleshooting: 14 years, 1 month ago
@imjscn –
Edit: with the latest version of BP (1.2.6), the blog posts on the subblog now can appear on the activity, even though BP multiblog mode is active. -
pcwriter posted a new activity comment 14 years, 1 month ago
The link wasn’t broken… I had saved it wrong: I had put the link between parentheses, but forgot to put a space before the closing one so it got grafted onto the URL π Here’s the working link.
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/add-content-above-activity-stream-in-bp12/Here’s the tutorial…[Read more]
-
Sofian J. Anom posted on the forum topic BP components no show in secondary blogs in the group How-To and Troubleshooting: 14 years, 1 month ago
@imjscn — You can put BP on a secondary blog by adding
define ( 'BP_ROOT_BLOG', $blog_id );
, or in all blogs by addingdefine ( 'BP_ENABLE_MULTIBLOG', true );
, into wp-config. However, by activating the BP at all blogs will make the blog posts on each blog will not appear in the activity. For more can be found at […] -
Roger Coathup posted on the forum topic Make a different profile page for a special user in the group How-To and Troubleshooting: 14 years, 2 months ago
@imjscn –
You need to put that code you don’t want for user 1 in an ‘else’ clause then.
If you are working with the template code in this way, you should really read up on PHP. A simple primer on the language will take you through these basic constructs in no time.
-
mercime posted on the forum topic new user's profile field messed up, help! in the group Creating & Extending: 14 years, 2 months ago
@imjscn what BP/WP versions are you using? What are the labels/fields for the 2 profile fields which are exhibiting meaningless letters?
-
Roger Coathup posted on the forum topic How to Keep Blog Tracking but Hide Blogs(0) tab for non-blogging Members in the group How-To and Troubleshooting: 14 years, 2 months ago
@imjscn – post that as a separate support question
-
Roger Coathup posted on the forum topic How to Keep Blog Tracking but Hide Blogs(0) tab for non-blogging Members in the group How-To and Troubleshooting: 14 years, 2 months ago
@imjscn – you’ve got the file name wrong, you need a hyphen not an underscore bp-custom.php
-
S posted a new activity comment 14 years, 3 months ago
Thanks @imjscn for kind review and feedback.
We keep a issues list/bugtracker at
http://github.com/scholarpress/buddypress-courseware/issues
If you have a github account, I invite you to describe in details the feature you want, if not, start a group topic, so we can chat there, and let others join us too and I will copycat it from there. -
intimez posted on the forum topic How to add "Signup" beside "Login" on Admin bar? in the group Creating & Extending: 14 years, 3 months ago
Also make sure Anyone Can Register under Settings – General
-
intimez posted on the forum topic How to add "Signup" beside "Login" on Admin bar? in the group Creating & Extending: 14 years, 3 months ago
It should show Login and Sign Up when admin bar setting enabled for logged out users. Check buddypress general settings.
@imjscn
Active 10 years, 4 months ago
wow, thanks! this is a full set of js education. I will spend next few weeks chew them up π
π