Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 18,601 through 18,625 (of 32,518 total)
  • Author
    Search Results
  • #105325
    Gautam Gupta
    Participant

    Under normal circumstances, it should be absolutely painless. I’d recommend running it on your localhost or at least have a backup of the whole database. Also, I’d recommend you to use the latest version, you’d have to copy paste or checkout the file – I haven’t zipped and uploaded it as an archive yet.

    #100225
    Gautam Gupta
    Participant

    Under normal circumstances, it should be absolutely painless. I’d recommend running it on your localhost or at least have a backup of the whole database. Also, I’d recommend you to use the latest version, you’d have to copy paste or checkout the file – I haven’t zipped and uploaded it as an archive yet.

    #95294
    Ryan
    Member

    I was looking for those too and found this:

    from bbp-includes/bbp-shortcodes.php:

    bbp-forum-index

    bbp-single-forum, pass id attribute

    bbp-topic-index

    bbp-topic-form

    bbp-single-topic, pass id attribute

    bbp-topic-tags

    bbp-topic-tag

    bbp-reply-form

    #95293
    Jason Pelker
    Member

    Is there a good shortcode reference sheet available for the plugin?

    #105497
    Fartlek
    Member

    I would take a look at some of the themes on bbninja and see if you like any of those. Then after you download one and install it, you can edit the code to make it look closer to how you want it.

    It looks like you have made some changes (I don’t see the subforums beneath like you said) so are you happy with it now? Or what did you want it to look like? I think it looks decent.

    #100397
    Fartlek
    Member

    I would take a look at some of the themes on bbninja and see if you like any of those. Then after you download one and install it, you can edit the code to make it look closer to how you want it.

    It looks like you have made some changes (I don’t see the subforums beneath like you said) so are you happy with it now? Or what did you want it to look like? I think it looks decent.

    Fartlek
    Member

    I’m editing the edubb theme. If I make the avatar the size I want, then the post area gets shoved downwards. Therefore I edited the post.php to look like this:

    <div class="post-author"><?php post_author_link(); ?></div>
    <b><div class="post-author"><?php post_author_avatar_link(); ?></div></b>
    <div class="post-date"><?php post_author_title(); ?></div>
    <div class="post-date"><?php printf( __('Posted %s ago'), bb_get_post_time() ); ?>  <a>">#</a> <?php post_ip_link(); ?>    <?php post_edit_link(); ?>    <?php post_delete_link(); ?><?php if (function_exists('report_post_link')) : ?>    <? report_post_link(); ?><?php endif; ?></div>

    <div class="post-text">
    <?php post_text(); ?>
    </div>

    by adding the post_author_avatar_link to line 2.

    It works pretty well but the problem is that the avatars show up where I want them to ONLY in the reply posts, but not in the threadstarter post. Can anyone help me figure out where/how to edit the beginning post of the thread?

    #103268

    In reply to: Just a Community

    Snat
    Member

    Ya, it’s still bbPress :)

    #98168

    In reply to: Just a Community

    Snat
    Member

    Ya, it’s still bbPress :)

    #105323
    Gautam Gupta
    Participant

    jonkristian: Will take a look into that, worked for me though.

    JJJ: I’ll give that a shot. :)

    #100223
    Gautam Gupta
    Participant

    jonkristian: Will take a look into that, worked for me though.

    JJJ: I’ll give that a shot. :)

    #38429
    answerthink
    Member

    I am a beginner with a beginner question: On the front page in the “Latest Discussions” section, there are columns for Last Poster and Freshness. However, in the “Forums” section, there are no such columns.

    I would like to add this information in the “Forums” section as well (and then eventually delete the “Latest Discussions” section). I have added the two column headers (actually combined into one column that has both pieces of info in it), but I have no idea how to get the correct data (which I want to search all the topics from within each forum and pull the latest poster and time details).

    The code I currently have is below (for the site http://heathoops.net/forums). It’s formatted how I want it, but I have no idea what post data it is pulling (I want it to pull the latest post from any topic within each forum)… Can anyone help?

    <?php if ( bb_forums() ) : ?>

    <h2><?php _e(‘Forums’); ?></h2>

    <table id=”forumlist”>

    <tr>

    <th><?php _e(‘Main Theme’); ?></th>

    <th><?php _e(‘Topics’); ?></th>

    <th><?php _e(‘Posts’); ?></th>

    <th><?php _e(‘Last Post’); ?></th>

    </tr>

    <?php while ( bb_forum() ) : ?>

    <tr<?php bb_forum_class(); ?>>

    <td><?php bb_forum_pad( ‘<div class=”nest”>’ ); ?>“><?php forum_name(); ?><small><?php forum_description(); ?></small><?php bb_forum_pad( ‘</div>’ ); ?></td>

    <td class=”num”><?php forum_topics(); ?></td>

    <td class=”num”><?php forum_posts(); ?></td>

    <td class=”num”>by “><?php topic_last_poster(); ?>
    on <?php echo date(“D M j, Y g:i a”, strtotime($topic->topic_time)); ?></br></td>

    </tr>

    #95286

    Also, you shouldn’t need to use your franken-theme anymore. bbPress comes with some pretty cool theme compatibility now. Make sure you *don’t* have

    add_theme_support( 'bbpress' );

    in your custom theme, and bbPress *should* still work and fill in the blanks. You’ll just need to style your CSS to taste.

    As an example, http://testbp.org/discussion/ is using the standard bp-default BuddyPress theme, with no template files moved or shifted around. bbPress is just putting itself where it thinks it should be. I’m using some short-codes on the front page to display everything, and some custom CSS to make it match a little more nicely.

    #95283
    tooltrainer
    Member

    Hah simultaneous post. =) It is a commercial theme, ProfitsTheme, that has had the twentyten bbP elements ripped out and put into it. I lovingly refer to it as FrankenTheme. ;) But for the most part it’s working like a champ. Except for this…

    It was working before just fine, then it didn’t so I updated to the latest trunk and re-integrated all my changes… then it worked great. Till today when it suddenly stopped again. Very confused…

    Jonathan

    #95281
    tooltrainer
    Member

    OK, my coder commented out $r = bbp_exclude_forum_ids( $r ); in bbp_user_template.php but we don’t understand why that did the trick. Subscribers are now able to create topics and everything seems fine, but I’m hesitant to just semi-arbitrarily comment out something like that…

    Jonathan

    #95277
    tooltrainer
    Member

    I reactivated capsman just to see if it would help, but it doesn’t. Subscriber role users already have all the normal bbP capabilities, but still can’t create topics.

    Seriously stumped… one of my coders has been hammering on this for hours and still has no idea what the trouble is.

    Jonathan

    #95274

    Does /wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/style.css exist?

    No need to move files around. :)

    Don’t worry, it’s actually more common than you might think to get the two confused.

    #95273
    Ryan
    Member

    New vanilla WordPress 3.1.2 install,

    Downloaded zip from trac, branches_plugin-3138.zip

    Unzipped and uploaded everything to /wp-content/plugins/bbpress/

    Activated. Added a forum, added topics. No problems.

    Broken Themes
    The following themes are installed but incomplete. Themes must have a stylesheet and a template.
    Name Description
    bbp-twentyten Stylesheet is missing.

    Does exist: /wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/css/bbpress.css

    Is this a problem, or should I be moving files around?

    —Also, I’m the village idiot b/c thought you meant something about testing BuddyPress. I haven’t used bbp so I’m not much help, but figured I’d install it and try anyway.

    #105540

    In reply to: General Questions

    Kind of a long story, but more cliffnotes…

    BuddyPress is a social networking plugin for WordPress, that actually comes bundled with bbPress inside of it to create group discussion forums.

    bbPress has always been a stand-alone platform (like WordPress) but is being turned into a plugin for WordPress to make integration as seamless as possible. So right now, there are two distinctly separate versions of bbPress, stand-alone and plugin.

    As far as I know there isn’t a migration script between SMF and bbPress, but I could be wrong. There most likely is not one for the bbPress plugin since it hasn’t been publicly released yet.

    Documentation, is limited. :) There is almost none on the plugin so far, but there will be once it’s released and in the wild. We’ll put some documentation up here at bbpress.org to help answer all of these kinds of questions easier. :)

    #100440

    In reply to: General Questions

    Kind of a long story, but more cliffnotes…

    BuddyPress is a social networking plugin for WordPress, that actually comes bundled with bbPress inside of it to create group discussion forums.

    bbPress has always been a stand-alone platform (like WordPress) but is being turned into a plugin for WordPress to make integration as seamless as possible. So right now, there are two distinctly separate versions of bbPress, stand-alone and plugin.

    As far as I know there isn’t a migration script between SMF and bbPress, but I could be wrong. There most likely is not one for the bbPress plugin since it hasn’t been publicly released yet.

    Documentation, is limited. :) There is almost none on the plugin so far, but there will be once it’s released and in the wild. We’ll put some documentation up here at bbpress.org to help answer all of these kinds of questions easier. :)

    #105538

    In reply to: General Questions

    Right now probably the best example of the plugin in action is over at http://testbp.org/discussion. It’s using some of the shortcodes and minimal CSS tweaks to mimic the look of the forums here at bbpress.org.

    #100438

    In reply to: General Questions

    Right now probably the best example of the plugin in action is over at http://testbp.org/discussion. It’s using some of the shortcodes and minimal CSS tweaks to mimic the look of the forums here at bbpress.org.

    #105536

    In reply to: General Questions

    The bbPress plugin will fully integrate into any existing WordPress 3.1+ installation. Since it’s using WordPress to power the database interaction, it is immediately integrated and available in any way you need it to be, depending on your level of skill, etc…

    Technically WordPress doesn’t really have conventional ‘profiles’ but they do use the exact same user account for everything. In the future bbPress profiles will be merged with BuddyPress profiles, providing a seamless experience.

    You’re on your own with advertisements. :)

    Other things of note:

    * The stand alone version of bbPress has been in a feature freeze for a majority of the past two years.

    * The community surrounding bbPress isn’t as large as WordPress.

    * The transition between versions (0.9, 1.0, and now the plugin) have caused some unrest for people passionate about the project.

    So, that’s the cliff-notes of the story. :)

    #100436

    In reply to: General Questions

    The bbPress plugin will fully integrate into any existing WordPress 3.1+ installation. Since it’s using WordPress to power the database interaction, it is immediately integrated and available in any way you need it to be, depending on your level of skill, etc…

    Technically WordPress doesn’t really have conventional ‘profiles’ but they do use the exact same user account for everything. In the future bbPress profiles will be merged with BuddyPress profiles, providing a seamless experience.

    You’re on your own with advertisements. :)

    Other things of note:

    * The stand alone version of bbPress has been in a feature freeze for a majority of the past two years.

    * The community surrounding bbPress isn’t as large as WordPress.

    * The transition between versions (0.9, 1.0, and now the plugin) have caused some unrest for people passionate about the project.

    So, that’s the cliff-notes of the story. :)

    #95271

    @miruru – You could filter

    bbp_get_topic_last_active

    and output your own time, or you could hook into

    bbp_get_time_since

    and have it return the second parameter that’s passed to it.

Viewing 25 results - 18,601 through 18,625 (of 32,518 total)
Skip to toolbar