Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 31,126 through 31,150 (of 32,561 total)
  • Author
    Search Results
  • #42561

    In reply to: Member Themes

    modemlooper
    Moderator

    The structure is better but not perfect. The home theme and the member theme should be from the same folder. Seems like the member theme should just work like extra pages on the main blog 1. This would make themeing easier. I think most people will want the same design for front pages (blog 1) as the member pages so to separate the two is odd.

    #42560
    eporedieis
    Participant

    If you want it in the comments, you must insert in comments.php.

    If you want for the author’s article you must insert in single.php. For pages in page.php ;)

    #42547

    In reply to: Member Themes

    gpo1
    Participant

    Awaiting the member theme to look like new buddypress member theme ie one column.

    Deep
    Participant

    I am on RC1.. I had Send Invites plugin installed, it messed up the whole thing (i.e. it automatically disabled the JS for some reason), so I deleted the plugin file and folder.

    I had installed WP Super Cache too, it did not work well, so I had to take it off too..

    Other than that, no MU plugins…

    Here is the list of plugins I have installed for a single blog:

    Akismet

    All in One SEO Pack

    Global Translator

    Google XML Sitemaps

    SexyBookmarks

    Smart Youtube

    Smilies Themer

    Twitter for WordPress

    Twitter for WordPress

    WordPress 2.6+ and bbPress 0.9 cookie integration

    WP Custom Login Logo

    I disabled all the plugins but still the issue remains.

    In my previous reply, I had disabled registration just to cross verify.. but still the new tables are getting created..

    I traced the user from the User ID mentioned in the table name.. the user looks like a spammer to me.. but now sure what the user is trying to do as those created tables have 0 records…

    #42515

    In reply to: Member Themes

    Paul Wong-Gibbs
    Keymaster

    ;)

    The changes you refer to were intended to make creating member themes easier. I doubt that the format will change much anymore.

    #42512
    trcwest
    Participant

    I also want to do the same thing and link the users profile to the comments they make on blog posts.

    My memebers are called spotters!

    In what file or page Do i put this link in? is it comments.php or something similar in my wp theme?

    So basically how do i impliment it in so that when a user makes a comment it links to their profile

    http://spotskenya.com/spotters/< ?php echo the_author_login(); ?>/

    #42497
    modemlooper
    Moderator

    uhhg. Wrecked my member theme. But I must say the structure is way better.

    #42489
    mypop
    Participant

    @johnjamesjacoby

    How did you create that page: http://delsolownersclub.com/discussions

    That’s exactly what I want to do on my site.

    I’ve got @Burtadsit’s bbGroup plugin up and running.

    How did you integrate it into your buddypress theme?

    Is it a ‘page’ in the root blog or a special page?

    Thx, Gordon

    #42480
    nicolagreco
    Participant

    1) deactivate the plugins

    2) removing them

    3) remove themes

    OPTIONAL:

    4) Remove wp_bp_* tables

    Say hello to BuddyPress :)

    #42474

    In reply to: Add fields to wp_users

    Jeff Sayre
    Participant

    Peter-

    I realize that you are not getting the answers you desire. You must have a sufficient understanding of and comfort level with PHP before you can delve too deeply into hacking your own solutions or coding your own theme templates. Otherwise, you need to use the stock WPMU and BuddyPress install and then customize with any plugins and 3rd-party themes that may be useful.

    Since we do not have any idea of your particular coding skills, we are trying to point you in the right direction. Please realize that beyond a certain point, we cannot help you write your own custom code.

    We all started at the beginning when it came to coding and then had another learning curve when it came to understanding the inner workings of WordPress and BuddyPress. It can be frustrating along the way but it is indeed possible to accomplish!

    Here are a few more tips:

    1. Since you do seem to be wanting to group all user data within stock WP tables, you should search the WP and WPMU forums and ask your questions there
    2. Visit these WP Codex pages to help shed more light:
    3. Google for tips on learning data-driven PHP coding
    4. Hire a 3rd-party developer who can do the work: hacking files directly or create a plugin that will accomplish what you’re after

    Please hang in there and don’t give up hope.

    #42448

    In reply to: PHP-Error

    Jeff Sayre
    Participant

    There were some changes to the header.php file. Off the top of my head, I cannot remember if both the buddypress-home and buddypress-member themes had changes. Or, if only one of them had changes.

    Either way, the best thing to do is open your header.php file and compare it to the new header.php file of the respective BuddyPress theme.

    If I have the Blog-Menu in my theme – the bp_home_slug doest point to the right page (the home-blog) but to an article in another blog…

    It should be BP_HOME_BLOG_SLUG, not BP_HOME_SLUG.

    #42446

    In reply to: Wildcard DNS and SVN

    Trent Adams
    Participant

    SVN aka Subversion is a program that is installed on your host so that you can install programs that have their code repositories online easily. Any program (terminal on mac, putty on windows) can connect to your server through SSH. I don\’t know of anyway of installing SVN versions without SSH.

    For example, if you have an install like /var/www/html/ for an install, and wanted WPMU as the root domain in that folder, you would do something like the following:

    svn co http://svn.automattic.com/wordpress-mu/branches/2.7/ /var/www/html/

    then if you wanted to install buddypress from SVN into your WPMU install:

    svn co https://svn.buddypress.org/trunk/ /var/www/html/wp-content/plugins/buddypress/

    That just installs everything in the /wp-content/plugins/buddypress/ folder like the latest SVN requires. It doesn\’t mean you are finished. You still have to read the README file about the specifics, especially copying the themes to the correct locations. Reason I say this is because at this point, it would be like having all files including the buddypress themes in /wp-content/plugins/buddypress/ which obviously isn’t complete. Imagine at this point you downloaded BP and just uploaded the entire thing to that location. It is a matter of copying around the themes to where they are supposed to be.

    Trent

    #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

    #42442
    eporedieis
    Participant

    Mmm…it doesn\’t work!

    I\’ve solved linking this: http://ivrealabella.it/members/&lt; ?php echo the_author_login(); ?>/

    jodyw1
    Participant

    I wonder how far Andy got with that version, if the files still exist, and it\’s an easy resurrect?

    Well, it\’s probably not THAT easy to do…. but it is fun to suggest more work to people.

    :-D

    #42439

    In reply to: PHP-Error

    Michael Berra
    Participant

    Hmmmm – i found out, that not this deleted line in the header gives me that php-error (as I thought). Any idea, what could cause this? Did I miss something in my custom theme that changed with the updates of the trunk?

    Another strange thing happens: If I have the Blog-Menu in my theme – the bp_home_slug doest point to the right page (the home-blog) but to an article in another blog… strange…

    Thanks again for your help…

    Anointed
    Participant

    It’s that exact .jpg above as to why I even got interested in buddypress in the first place. It looked very similar to another program I use, only cleaner.

    Needless to say I was more than a little dismayed to find out it is not included in buddypress. I sure wish I knew what happened to that file as I would have loved to use it for my ‘basic’ members. I could then provide ‘real’ themes for premium members.

    Another nice aspect to that layout is it’s hard to mess up or not understand for a newbie wordpress user.

    Add me to the list of those that really wish it would be released, especially since that theme is now depreciated compared to the new theme on this site.

    Anointed
    Participant

    I just had the ‘bleeding edge’ upgrade completed a few hours ago. Prior to that I am unsure what vs. I was using.

    As to admin rights:

    Is it possible to have a usergroup that can ‘moderate’ the posts on any forum but do nothing else like touch the plugins, themes etc?

    I’d like to have 2 groups,

    admins that can erase posts

    mods that can ‘suspend’ posts or unpublish them, and have a message sent to the site admin that the content was inappropriate etc… Kind of how like vbulletin does things. We have warning systems, mods, admins, super-admins, etc… I am able to create custom groups with custom permissions etc, to allow them to do only things I want. This has saved my butt more times than I care to talk about.

    As to deleting the user:

    For the most part I wouldn’t want to be that drastic.

    I have many people that come to the forums, and post stuff that I don’t agree with, or don’t really believe belongs on my site. They are usually well meaning people, but have much lower standards than I try to keep up with on my site. These people I usually just make part of a separate group, with very few permissions, like only able to post in certain forums, no pm system etc….

    Usually I can ‘work’ with them, to let them know what I found offensive, and many times the problem does not come up again. If I had simply banned them, then very few people would survive on my site.

    There are the people that just come in to spam our site from time to time. Those people I have no problem simply deleting.

    I hope what I am trying to express makes sense.

    jodyw1
    Participant

    That’s the first time I’ve seen that jpg of an early version of a blog theme. It’s really elegant and beautiful. I’m thinking one of the future features for the site should be to configure blogs that way in addition to the stand alone themes people are working on now.

    #42420
    nightstalker101
    Participant

    you mean this?

    <?php echo bp_get_loggedin_user_link($bp->loggedin_user->id) ?>

    dainismichel
    Participant

    From my perspective, this thread continues the topics brought up here nicely:

    https://buddypress.org/forums/topic.php?id=1632&replies=4#post-10361

    dainismichel
    Participant

    @Wildrot

    and @apeatling of https://apeatling.files.wordpress.com/2008/06/blog.jpg

    is there a downloadable way to do what you guys have done and make it the default for user blogs (no user set up required, just automatic)?

    Can you guys make your user templates available to the BuddyPress community?

    Best,

    Dainis

    #42411

    In reply to: Changing the word blog

    Paul Wong-Gibbs
    Keymaster

    Or make bp-custom.php into your /plugins/buddypress/ folder, and put the following code in. This way saves you messing with the default themes and also having to re-do work if you change themes in future.

    <?php
    define('BP_BLOGS_SLUG', 'Diary');
    ?>

    #42379
    eporedieis
    Participant

    Thanks, but not solved. If I call this from http://mywebsite/2009/04/hello-world/, the link that u get me is to http://mywebsite/2009/04/hello-world/

    The same thing that done the other php-call =( Do u know why?

    #42377
    yeyeman9
    Participant

    You see. What I want to do tho is keep my wordpress blog intact. With that theme that it has right now and what not. And to have, as another “website” yet integrated with my wordpress blog, my socialnetwork section. So with the buddypress thing, I can have my other kind of theme, yet if people use their accounts from buddypress to comment on my original wordpress blog, it will still be connected..they will still be able to see it on their activity.

Viewing 25 results - 31,126 through 31,150 (of 32,561 total)
Skip to toolbar