Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 37 total)
  • @cj-kruger

    Participant

    I will respond respond tomorrow. Falling asleep but event tracking will defenetly work. You have to modify your ga script slightly.

    @cj-kruger

    Participant

    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?

    @cj-kruger

    Participant

    *thump*

    @cj-kruger

    Participant

    *bump*

    @cj-kruger

    Participant

    To give you an idea of what happens, this is the initial page load where it places the groups correctly in a dynamic layout

    Image and video hosting by TinyPic

    This is after i filter via the ajax

    Image and video hosting by TinyPic

    If i need to elaborate or put together a example that you could test on, please let me know as I would really like to keep the ajax

    @cj-kruger

    Participant

    @cj-kruger

    Participant

    No, 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

    @cj-kruger

    Participant

    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

    @cj-kruger

    Participant

    Yip, check out the new version, still untested ( not near a pc with bp )

    http://pastebin.com/JKjrdQ4u

    @cj-kruger

    Participant

    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..

    http://pastebin.com/Wzqx5tsf

    @cj-kruger

    Participant

    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 :P

    @cj-kruger

    Participant

    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()`

    @cj-kruger

    Participant

    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!

    @cj-kruger

    Participant

    @cj-kruger

    Participant

    Im 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

    @cj-kruger

    Participant

    They 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

    @cj-kruger

    Participant

    Glad you came right.

    @cj-kruger

    Participant

    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.

    @cj-kruger

    Participant

    Thanks modemlooper and dt10111.

    Ye the plugin works great! really awesome.

    For anyone else looking for a the a similar solution – External Blogs Plugin

    @cj-kruger

    Participant

    @dt10111 do you not have problems with twitters rate limit? How many users would you say are using the feature?

    @cj-kruger

    Participant

    @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?

    @cj-kruger

    Participant

    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 otherwise

    @cj-kruger

    Participant

    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’

    @cj-kruger

    Participant

    Its a pleasure, actually need stuff for my cv so will find a few more plugins to build :P

    Adding the option to display before or after group meta in all of them.

    @cj-kruger

    Participant

    Edit: 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

Viewing 25 replies - 1 through 25 (of 37 total)
Skip to toolbar