Helping you Build Your Own Social Network!

Faster, better and easier!

[sticky]

Cosmic Buddy pro Child Theme available Now

(48 posts) (7 voices)
  • Started 1 year ago by Brajesh Singh
  • Latest reply from ilpoppab1

Tags:


  1. Super Polite Reminder/bump. :)

    Posted 1 year ago #
  2. Just a quick reminder about one thing we talked about. Enabling the users to "know" about creating a forum topic easier by adding a button/text in the Group Itself to help them point toward creating New Topics in the Forums and not just the Groups Thread:

    http://gyazo.com/137424519bea5ce027e230e76e823498.png

    Posted 1 year ago #
  3. Hi Joseph,
    I am missing something for the update.
    do you remember if you had suggested an alternative for logged in user navigation.
    If we use the one used in adminbar, It won't show counts. I have been trying to recreate the menu with the count but mostly unsuccessful till now.

    I remember that you had suggested some alternative once, do you remember that ?

    Posted 1 year ago #
  4. No I did not recommend an alternate nav bar... I did discuss how the profile following counts were off when viewing other people's profile.

    I talked about the CSS issue here not being wide enough:

    Changed this to:
    .item-list-tabs li select{width:225px;}

    Would love to see if we could integrate a better version of this group-topic preview hack I did (still works ok with the bp-mag them) - I think would be a nice addition to any theme:

    http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/groups-tab-add-most-recent-post-blurb-under-group-description/#post-71680

    There is also an issue with the Event-Press plugin and the Calendar not showing correctly (at least in Chrome) when adding a new event - some type of transparency issue with the calendar background:

    http://musicpln.org/events/create/step/event-details/

    Posted 1 year ago #
  5. Hello Brajesh,

    Just checking on possible timelines for updates. Thanks and best regards.

    Posted 1 year ago #
  6. Hi Joseph,
    Just updated the theme.
    Please download the current version here

    http://buddydev.com/themes/cosmicbuddy-pro/

    It adds the add new topic link on ever page of group if the forum is active for group. It also fixes the issue with jet Event Plugin.(You are using jet event no eventpress as eventpress won't have urls like you mentioned above to create the event).

    To show the latest forum post in the group,

    http://pastebin.com/dHWkjZdV

    please use this code and put it in bp-custom.php/functions.php (I did not put that in theme because it will be a special case).

    Please let me know if you find any issue.

    Thanks
    Brajesh

    Posted 12 months ago #
  7. Thanks Brajesh, I am currently working through the new update.

    With regard to the pastebin code you put above, I think you mis-read my post as far as where this would go...

    Would like the preview of each "latest topic" to go in the groups DIRECTORY, not the group header as the latest pastebin --> See picture for where:

    http://gyazo.com/450080c805d7867de9e0e502964831f6.png

    See this post, it is a code I put together with accompanying div, but only gives me the latest "topic title", but not the actual contents as does your code above...

    Still looking through the update. Thanks!

    Posted 12 months ago #
  8. Brajesh,

    I would like to position the new group topic button to the bottom of the div... I see it is using a generic button class... What is the safest way to move this to the bottom and change the background color?

    something like this:

    div.topic-button {
       position: absolute;
       bottom:10px;
    }
    div.topic-button a{background:#009C05}

    See picture:
    http://gyazo.com/f3ba577045165b24d81632838afd1280.png

    Posted 12 months ago #
  9. Hi Joseph,
    sorry I misinterpreted that first one. updating the code now.
    As of second, I did that because the new topic button on forum page is mostly found there. But anyway, we can move it anywhere.
    1. remove line 50 from functions.php of cosmicbuddy pro.
    I mean this line
    add_action("bp_group_header_actions","cb_group_new_topic_button");

    and add this one

    add_action("bpmag_inside_after_item_header","my_cstom_topic_button");
    function my_cstom_topic_button(){
        if(bp_is_group())
             cb_group_new_topic_button();
    }

    also change the wrapper class on line 403 to this

    'wrapper_class'     => 'topic-button',

    That is for moving the topic button and changing class name

    and here is the updated code to show that in the group directory

    http://pastebin.com/vPWHqaJG

    Posted 12 months ago #
  10. Thanks Brajesh,

    With your latest excerpt code, I was able to get this to display very nicely with the CB-Pro Theme and Latest Topic activity. Here is a picture:

    http://gyazo.com/ea22dc2c3c7be1d024dcbc9ce2ec3ee4.png

    Posted 12 months ago #
  11. Also was able to get the New Forum Topic to display properly where I wanted it in the group pages. Here is another shot:

    http://gyazo.com/5e7b87fefe4c1992092b5512a53bc3e1.png

    Thanks!

    Posted 12 months ago #
  12. Hi Joseph,
    Thanks for the message and confirming. glad It helped :)

    Posted 12 months ago #
  13. Hi Brajesh,

    Do you know if there will need to be many changes to cb-pro theme for bp 1.5?
    I'm currently re-writing the css to be css3,
    But as usual i have to add extra code for it to display in Internet Explorer v7 to v10,
    I have re-coded parts of it to work correctly now, But it's a hassle as it's different code for different IE browsers,
    At the minute I'm only doing the menu/sub menu parts, If you'd like to see it soon then let me know,
    Also I've removed some images and replaced with gradient.

    Ben.

    Posted 9 months ago #
  14. Hi Brajesh, Here are a few of the images i have

    http://www.peeps-chat.com/cb-pro-edited-ie.jpg (internet explorer version 7-10)

    http://www.peeps-chat.com/cb-pro-edited-ff.jpg (Firefox display)

    http://www.peeps-chat.com/cb-pro-edited-scrolling-ff.jpg (Firefox when I'm scrolling - all menu's and sub menu items, highlight also font colour changes to black - same for activated menus.)

    http://www.peeps-chat.com/cb-pro-edited-scrolling-ie.jpg (internet explorer version 7-10, The scrolling also works on these versions)

    I have also had to extend the member-header to show the "recent visitors" as the images were floating on the options bar,
    Let me know what you think.

    Ben.

    Posted 8 months ago #
  15. I just found out there are a few issues with bp 1.5 beta3, I've resolved them though just in case they don't get fixed in the next versions.

    Posted 8 months ago #
  16. If this is a repost I apologize. Recently purchased the Cosmic Buddy Pro 1.0.4, in the latest WP version the BP Mag Options does not work. Tested with a vanilla installation with WP 3.2.1 upgraded to 3.3. Performed second test on WP 3.2.1 did upgrade option panel displays and is operational. Need the BP Mag Option operational in the latest version of WP. Need some guidance.

    Posted 5 months ago #
  17. Trying to figure out a way to resolve, I am working on a project for a customer. Are the settings stored in a table? If so I can work with that. Let me know. Thanks

    Posted 5 months ago #

Reply

You must log in to post.