Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'custom activity page'

Viewing 9 results - 826 through 834 (of 834 total)
  • Author
    Search Results
  • #46643
    2731640
    Inactive

    Whee finally! :D Thank you!

    So let’s get started again.

    1. Which version of WPMU are you running?

    – WPMU 2.7.1

    2. Did you install WPMU as a directory or subdomain install?

    – directory

    3. If a directory install, is it in root or in a subdirectory?

    – root

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    – no

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    – yes

    6. Which version of BuddyPress are you running?

    – 1.0

    7. Do you have any plugins other than BuddyPress installed and activated?

    – no, not yet.

    8. Are you using the standard BuddyPress themes or customized themes?

    – I have my own but also have same problems with default theme (BuddyPress Default Member Theme (1.0))

    9. If running bbPress, which version?

    – Version 1.0-alpha-6

    10. Please provide a list of any errors in your server’s log files

    – at the moment error log seems to be empty…

    And then my current problems:

    I solved the #1 “I can’t post a new topic or reply to the forums anymore.” by re-installing everything. Forums work fine now, except:

    1) I still can’t invite friends to the groups (they are my friends and aren’t joined the group). I get a messages: Select Friends No friends to invite and Send Invites -button.

    2) I still can’t leave a group. I noticed some weird problems on that page… This page (leave a group) doesn’t have a wp-admin-bar and footer at all! Other pages have. I only get messages: “Confirm Leave Group” and “Are you sure you want to leave this group?” but there’s no options “Yes, I’d like to leave this group.” and “No, I’ll stay!”.

    When logged in and on the Groups Directory/Groups Listing page, it is no problem to leave a group, but when I try to leave a group on group’s own page (e.g. http://domain.com/groups/testgroup ) by clicking the Leave Group -button, I get problem #3 from my 1st post.

    I noticed differences when comparing html codes BP generates:

    comparing testbp.org’s html source and mine that in header I have different code on line 11:

    Mine is: <link rel='stylesheet' href='http://domain.com/wp-content/plugins/buddypress/bp-blogs/css/widget-blogs.css?ver=2.7.1' type='text/css' media='' />

    and testbp.org’s is:

    <link rel='stylesheet' href='http://testbp.org/wp-content/plugins/buddypress/bp-activity/css/widget-activity.css?ver=2.7.1' type='text/css' media='' />

    Meaning that instead of bp-activity I have bp-blogs… so is this a problem? I’m still wondering why my code is different from testbp.org’s.

    When I deleted <?php bp_group_leave_confirm_link() ?> on leave-group-confirm.php file (lines 27 and 28) this way the leave group page displays right but links Yes, I’d like to leave this group and and No, I’ll stay! don’t work (of course they don’t work).

    3) “new” problem is editing profile: when I try to edit profile (Profile > Edit profile) I get a red error message: That group does not exist.

    4) 2nd new problem: When I go to Friends > My friends > Alphabetically again an error or actually info box “Your friends list is currently empty”. I have friends and they are on the lists when I choose “Newest” and “Recently Active”

    I’m sorry but my English isn’t that good, so it’s more than possible that I write some weird and confusing words, sentences :P

    But I really do appreciate your help :)

    And Peterpan77 – I have to agree with DJPaul, please, don’t shout…

    PS: I have to try this one to my problem #3 https://buddypress.org/forums/topic.php?id=2991

    Just find it :)

    #46298
    Jeff Sayre
    Participant

    Dennyhalim-

    I just took a quick visit to the Hoard Hunter plugin page. This is what is says about:

    Hoard Hunter is an online treasure map game designed and developed for people who would like an easy (and fun) method of fund raising online. The system comprises of a custom plugin and integrated theme. The Hoard Hunter site is powered by WordPress MU (though the system will also run on standard WordPress) and uses a number of WordPress plugins to provide additional functionality.

    My First thought is that I would not even attempt to use this with BuddyPress. This looks like a complicated plugin that relies on many other plugins and its own custom theme to do some complex stuff. It is ripe with problems waiting to happen.

    Also, it is not clear if this plugin suite, as it really should be considered, works with WPMU 2.7.1. You need to contact the developer and ask. There does not seem to be an activity on that plugin’s thread for almost 6 months and the images do not load on the website. This is never a good sign.

    As is stated above, Hoard Hunter is a “system [comprised] of a custom plugin and integrated theme” and it relies on “a number of WordPress plugins to provide additional functionality”. You are dealing with a potentially large mess here in figuring out what is going on.

    As John and I both suggested, you need to deactivate the Hoard Hunter plugin and all other plugins that Hoard Hunter is using. Furthermore, you need to switch back to the default BuddyPress themes. In other words, to troubleshoot this issue, you need to strip down your install to the lowest common denominator and see if the problem goes away.

    So, just using the BuddyPress plugins and no other WPMU plugins, and just using the standard, default BP themes, does the problem go away. If so, you then start working your way backwards, adding a plugin at a time until either everything works or you find the problem.

    It could also be an issue with Hoard Hunter’s “integrated theme”.

    I hope this is just a development install and not an ongoing WPMU community to which your trying to add BP. If it is an ongoing community, perhaps you should stick with what you have and forget using BP.

    If you wish to continue troubleshooting, and you have important data to protect, please make sure you know what you are doing, that you are comfortable with troubleshooting this issue. You’ll need to make backups of your database, your themes, upload directories, plugins–in other words everything. Why? Because there are no guarantees.

    #45090
    Jeff Sayre
    Participant

    KitWit-

    Okay, I’ve made a mistake. I did not even notice that you had linked to the members’ theme, not the home theme.

    My widget is for the home them. What you’re asking about is not a widget. It is a coded into the /directories/members/index.php file in the bphome theme.

    You can make your own custom theme, edit this out, and get what you want:

    <div class="item-meta"><span class="activity"><?php bp_the_site_member_last_active() ?></span></div>

    <div class="field-data">
    <div class="field-name"><?php bp_the_site_member_total_friend_count() ?></div>
    <div class="field-name xprofile-data"><?php bp_the_site_member_random_profile_data() ?></div>
    </div>

    Just make sure to place your custom theme in the proper place and then select it in WPMU’s backend via “BuddyPress > General Settings > Select theme to use for BuddyPress generated pages”

    #44213
    Andrea Rennick
    Participant

    ” so we’re left with two choices: 1) Switch to WPMU/BP or 2) Install WPMU/BP in a subdirectory.

    My first question is this: Am I right about our two choices above?”

    Yes.

    Switching the whole thing over to WPMU is actually not so bad. The biggest worry there is plugins. Depending on what ones they are, and which ones are a dealbreaker, you will need to test them somewhere ahead of time before even deciding which option to pick.

    posts, comments, users, the theme itself and ad placement – ALL those can be *exactly* the same in WPMU.

    “The only drawback we have with installing WPMU/BP in a subdirectory is that we’d lose the ability to pull in BP features onto the homepage of our current site such as recent blog activity, avatars, etc. Is that correct or is there some way for the two to communicate even if on separate installs?”

    Actually, you can do that. We did it here on http://wanderlustandlipstick.com, a client site. Note it’s not a BP site, but the main site is a single WP install and the WPMU part is under /blogs/. With some lightweight custom code, we pulled in avatars & recent posts to the front of the main blog.

    Overall, your choices are pretty much 50/50. The big kicker here is how you want your URLs to be formed in the end.

    If you want or don’t care about an extra folder name in the URL where WPMU will live, then it may be “easier” to have it as an add-on, and share databases to share users.

    Personally, I’d lean towards moving the whole site to WPMU. Do the move in a dev environment, then in a low-traffic time planned ahead with full notice, make the switch to the new WPMU site (at the same URL basically).

    Phlux0r
    Participant

    Well, put it this way, the default buddypress home theme is really just a widget framework accomodating the BP widgets for activity, members, groups, who’s online, welcome etc.

    You need to decide where you want to show what and look for themes that fulfill your requirements. There are dozens of mag style themes out there… As long as you have a good range of widget positions in the theme you should be able to put your home page together the way you want to. Besides, it’s easy to create custom widget positions if you need to.

    In any case, some php / theming skills may be needed to get stuff exactly how you want it.

    #43225
    enlightenmental1
    Participant

    copy this, add to it, paste it below in your post…. this will get a little overboard i’m sure, but we should list as much as we can and then narrow it down based on:

    – if it’s possible

    – time to complete

    – cost

    Features Request:

    browser=person browsing the website

    user= the individual user/profile owner

    – seamless integration with buddypress

    – this becomes a component that is activated through the bp admin menu

    – and general settings are controlled by the admin in the wp-admin subnav

    – not a plugin/mu-plugin

    – user can select to only show pics/vids if your the users friend, or show anyone

    – user can subscribe to pics/vids gallery rss just like activity rss

    – browser can select “view random gallery” or “view random video” from the bp nav bar

    – user has “gallery options” under their profile menu

    – add/upload/remove/rename/add caption to images and videos

    – user has “gallery settings” under their settings menu

    – make pics/videos public, show to friends only, etc

    – all media uploaded is searchable through the /members page

    – a new <directory> is created called “Media” just like the “groups” or “members” or “events”

    – this directory shares the default theme of BP and yet is customizable because it has it’s own directory/index.php and directory/media-loop.php (just like BP)

    – admin decides how media should be stored

    – on the website server

    – or on kultura (i have no need for this)

    – etc

    – admin decides max file size, max storage amount per user and is able to delete any media uploaded

    – user is able to choose which uploaded image is set as their avatar

    – user is able to create galleries and select a default gallery icon/image (myspace)

    – galleries could contain both video and images and are browsable as thumbs

    – thumbnail image is “thickbox ready” and pops up both pics and video into a jquery thickbox with button for next / previous / close etc

    – Gallery content/information/descriptions etc becomes bp-Xprofile data that can gotten and displayed much the same as regular bp-xprofile data (get_bp_xprofile data ect)

    – except for the admin options, all gallery controls and content remain on the front-end/profile only

    the list goes on and on… and there’s many ways this could all be done

    add to the above, remove stuff (say why you removed)

    I dont think these features are “too much” considering there’s $700 available for this project… I’m also open to a different developer…. this should be someone who lives and breathes buddypress and who keeps current with both wpmu and bp trunk versions

    we would also need to know/specify which install we want this created for

    wpmu 2.7.1 + BP RC1

    wpmu 2.7 + BP RC1

    wpmu 2.7.1 + BP latest trunk

    etc… because chances of this working well on all the different install variation is tricky

    worst case scenario, all we get is the $200 job and we have to make due

    (im still down with that too)

    I would like the developer to brainstorm and come up with a list of features that THEY think are possible considering the budget

    $200 gets you ___________.

    $700 gets you ___________.

    ($700 would get us something pretty damn cool from the right dev… and remember, if it’s done right Andy will add this to the BP core which I believe is the best option)

    #42443
    nightstalker101
    Participant

    Thanks again for your help. Oh, no, this time, I´m gonna tell you something ;) :

    ´

    <li class=”group-box”>

    <div class=”left”>

    “><?php bp_the_site_group_avatar_thumb() ?>

    <?php $member_count = groups_get_groupmeta( $group->id, ‘total_member_count’ ) ?>

    <?php echo ucwords($group->status) ?> <?php _e( ‘Group’, ‘buddypress’ ) ?>

    <?php if ( $member_count == 1 ) : ?>

    <?php printf( __( ‘%d member’, ‘buddypress’ ), $member_count ) ?>

    <?php else : ?>

    <?php printf( __( ‘%d members’, ‘buddypress’ ), $member_count ) ?>

    <?php endif; ?>

    </div>

    <div class=”right”>

    <div class=”group-top”>“><?php bp_the_site_group_name() ?><?php bp_group_join_button( $group ) ?>

    <div class=”clear”></div>

    </div>

    <span class=”activity”><?php echo bp_core_get_last_activity( groups_get_groupmeta( $group->id, ‘last_activity’ ), __(‘active %s ago’) ) ?></span>

    <div class=”excerpt”>

    <?php // echo bp_create_excerpt( $group->description ) ?>

    <?php bp_the_site_group_description() ?>

    </div>

    </div>

    <div class=”clear”></div>

    ´

    thsi is the code from my custom theme file. And here the Css, maybe there is a better solution, but it works:

    ´

    .group-box{margin:15px auto 10px -30px;height:80px;width:800px;background: url(../images/group_list_item.jpg);

    padding:10px 20px 25px 15px;list-style:none;text-align:justify }

    .left{float:left;width:65px;height:82px;font-size:9px;color:#686868;line-height:11px;text-align:right}

    .group-avatar img{border:1px solid #686868;height:60px;width:60px}

    .right{float:left;height:82px;margin-left:5px;width:725px}

    ul#letter-list li {float: left;height:25px; width:27px;margin-right:5px}

    .group-top{height:20px;}

    .group-link{text-decoration:none;font-size:16px;color: #ff7f00;float:left}

    .group-link:hover{text-decoration:underline}

    .excerpt{color:#1a1a1a;font-size:12px;}

    .activity{font-size:11px;color:#686868; font-style:italic;display:block;margin:0;padding:0}

    .leave_group, .join_group{float:right;display:block;padding:4px 0 0 24px;margin:0;font-size:10px;text-decoration:none;

    color:#bd2100;height:21px;width:96px;background: url(../../bp-groups/images/leave_group.png);font-weight:bold}

    .leave_group:hover, .join_group:hover{text-decoration:underline}

    .join_group{color:green}

    #group-dir-count{margin:0 0 5px 2px;font-size:12px;color:#686868}

    ´

    Can you still tell me, how I get the recent activities that happened on the page?

    I tried to call the function, but all I got, was the time.

    Thanks

    #35056
    Burt Adsit
    Participant

    The bp home theme is really just a widget framework. You can install any widget you like in that theme. You can modify the standard ‘activity’ and ‘recent blog posts’ widgets. You can install a plugin that aggregates feeds from specific blogs. Your requirements are pretty specific so you have to decide if you are going to develop custom code or try to utilize some off the shelf plugins.

    To answer your question. No there isn’t a mechanism in place that allows you to be selective in the posts that show up using the ‘sitewide activity’ or ‘recent blog posts’ widgets.

    Have fun. (but don’t tell anyone we are though)

    #35055
    Burt Adsit
    Participant

    The bp home theme is really just a widget framework. You can install any widget you like in that theme. You can modify the standard ‘activity’ and ‘recent blog posts’ widgets. You can install a plugin that aggregates feeds from specific blogs. Your requirements are pretty specific so you have to decide if you are going to develop custom code or try to utilize some off the shelf plugins.

    To answer your question. No there isn’t a mechanism in place that allows you to be selective in the posts that show up using the ‘sitewide activity’ or ‘recent blog posts’ widgets.

    Have fun.

Viewing 9 results - 826 through 834 (of 834 total)
Skip to toolbar