Forum Replies Created
-
I will respond respond tomorrow. Falling asleep but event tracking will defenetly work. You have to modify your ga script slightly.
I had another go playing with the global.js.
When i use `var wall = new Masonry( document.getElementById(‘groups-list’) );`
within the “When a navigation tab is clicked – e.g. | All Groups | My Groups” part, it rearanges the groups on click but then the groups load and the order is messed up again, I need to call my script after the groups have loaded.
I was thinking of just delaying it but dont think that would be the right approach..
Any suggestions?
*thump*
*bump*
In reply to: Limit buddypress activity status updateNo, where your navigation is ( most probably in header.php ), place the last code snippet i posted.
Don’t install the plugin i posted, it was simply to give you an idea of the bp member links
The plugin i posted was a guide line, place this somewhere within your theme: http://pastebin.com/JLjMynR0
If the user is logged in, it will show up. It is a link to the users @Mentions
In reply to: Groups Plus – More Fields?Yip, check out the new version, still untested ( not near a pc with bp )
In reply to: Groups Plus – More Fields?I added 2 extra fields in this example to give you a better understanding ( off the top of my head, havn’t tested it ). Hope you get the idea..
In reply to: Groups Plus – More Fields?Check out https://codex.buddypress.org/developer-docs/how-to-edit-group-meta-tutorial/
Its the base for my Groups plus plugin. easy to follow

have a look at https://codex.buddypress.org/developer-docs/the-bp-global/
Apart from that I’d have a look at the member’s theme pages and try work out whats called where.. Also google is your friend, took me to secs to find
`bp_loggedin_user_id()`This was from a plugin I developed for a site, you should find just about everything you need in there, and if not have enough of an understanding to fill in any ones that aren’t covered: http://pastebin.com/xC1jd4vv
also check out: http://wpmu.org/daily-tip-how-to-add-all-navigation-links-to-the-buddypress-admin-bar/
and: https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
next time wait a day, I’d say that’s the average response time, if it’s sooner, be grateful!
In reply to: Streaming activity feed in a widget??In reply to: Custom Profile Fields not shown on members profilesIm guessing from what you have said you are using my twitter and klout plugins, what I could do is build a custom plugin for you – having all your requested features in one interface..
It will not be free though it wont cost a arm and a leg, if you are interested contact me at nit3watch@gmail.com
In reply to: Custom Profile Fields not shown on members profilesThey will be there under Profile>Public
Where is it you would like them to show up?
For example these are custom fields being called in the group header, same thing can be done with the members header
In reply to: (resolved)script fix needed for buddypress! Help!Glad you came right.
In reply to: (resolved)script fix needed for buddypress! Help!It depending on the theme you are using.
If you have google chrome, right click on the numbers and select ‘inspect element’, you will see the css properties that style the numbers.. something like this:
div.item-list-tabs ul li a span {
background: #1FB3DD;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: white;
display: inline;
font-size: 90%;
margin-left: 2px;
padding: 1px 6px;
}Chrome will tell you what file the rule is in and the line number.
In reply to: Import Twitter Feed (not buddystream)Thanks modemlooper and dt10111.
Ye the plugin works great! really awesome.
For anyone else looking for a the a similar solution – External Blogs Plugin
In reply to: Import Twitter Feed (not buddystream)@dt10111 do you not have problems with twitters rate limit? How many users would you say are using the feature?
In reply to: Import Twitter Feed (not buddystream)@modemlooper, will it be saving it and posting as a ‘activity type’ and not simply fetching the feed? Could you please explain how you plan on doing it as I have a similar idea for members?
Whilst I have you attention – can I use your share it plugin and incoperate it into a upcoming social plugin I will be releasing?
In reply to: Php if: I’m going wrong somewhere!What about using:
bp_is_my_activity
Used to determine if the current page is the my activity page.
Returns:
TRUE if current page is the my activity page
FALSE otherwiseIn reply to: New install, nothing works!Edit: re-read your first post and saw u have it enabled..
You guys sure you have rewrite_module enabled in apache modules? With out it enabled, all your bp links and pages will be dead.
To check, google your server type ( eg: lamp,xamp, wamp.. ) along with ‘enable apache rewrite_module’
In reply to: Add filter before the group description?Its a pleasure, actually need stuff for my cv so will find a few more plugins to build

Adding the option to display before or after group meta in all of them.
In reply to: Please fix my profile – Page not foundEdit: not case sensitive, must have been a typo
Thanks for the info, at least I know why now.
Seems case sensitive too, will just replace my name with CJ%20kruger when even I need to change a setting.
Cheers


