Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 21,801 through 21,825 (of 32,481 total)
  • Author
    Search Results
  • #84900
    paulhawke
    Member

    @crosescu – there’s an interesting argument that would say more people would use wordpress (and for that matter bbPress too) if the codebase werent a monolithic structure. For instance, the ability to swap out user authentication to do single-signon against a Kerberos server rather than the built-in user-auth, or against the code in Mediawiki, should I want to integrate there. My hope is that merging yet more code in wont cause the entire house of cards to collapse around our ears.

    #84899
    Cristian
    Member

    It makes perfect sense for making bbPress a plugin for WordPress.

    Now that WordPress MU code has been merged into WordPress 3.0 making bbPress a plugin should be even easier. bbPress already barrows a lot of code from WordPress anyway and also bbPress uses the exact same database tables (ie taxonomy tables)

    A lot more people would be using bbPress on their WordPress powered websites if the issues related to the integration of the two separate login systems no longer existed and people were also able to easily use the same theme they have on their blog.

    The standalone bbPress should probably stay but i think bbPress would be used by a lot more people than it is now if it was made a plugin.

    #85958
    Arturo
    Participant

    create a new kay and change it to bb-config and wp-config

    go to bbpress wp integration and check again the key… follow the step

    after this download and install bbpress integration for wordpress plugin add the code to your wp-config file

    i’ve followed this step with my 2 site wp-bb and all works good with wp last version and bbpress 1.0.2.

    #85835

    In reply to: username function

    Arturo
    Participant

    in profile.php i’ve found this <?php echo get_user_name( $user->ID ); ?> but in post.php don’t print nothing… i don’t know bbpress very good to recreate the function :(

    any idea for a simplest way?

    thanks!

    #85516

    In reply to: Toggle Forums

    Guys how to make such menu? You Can explain to me?

    I will be very grateful to you! =)

    #85894

    In reply to: Username

    leander8728
    Member

    Does anyone know’s the tag for the Nicename of the Login name? And not the Display name (with this tag: bb_get_current_user_info(‘name’);)

    #33779
    dboze
    Member

    I’ve seen some threads here and there that suggest its just a matter of using the header and footer code from your wordpress theme and applying it to your bbpress theme.

    I’m a real disaster when it comes to doing a whole lot with code. I can only edit and rearrange it. I have no experience with writing any code.

    I was wondering if there was anyone more experienced with performing this that I could send the needed wordpress theme files to and maybe I could receive some help with the process?

    I am willing to pay for help if needed, I appreciate such generous help.

    Contact me at dbozeman2 @ gmail.com

    #85940
    dboze
    Member

    I realized it was still acting up so I followed the rest of the directions and now it doesn’t work AT ALL :(

    #85939
    dboze
    Member

    It was one of the first problems listed there, I had my blog URL including the www. and my forum one did not. Changed it and it fixed it :)

    Thank you, that topic should be in the documentation for sure!

    #85937
    dboze
    Member

    So these two work.. (logout on forum and it logs out on site) (login on forum and it logs in on site)

    The “logout” link on the website won’t work when logged in on the forum as well.

    The one most important one (login on site and it logs in on forum)

    does not work either :(

    #85915
    chrishajer
    Participant

    You just want the text removed so it doesn’t show, even if people can still use it? If so, just edit your template files post-form.php and edit-form.php and remove the line that says:

    <p><?php _e(‘Allowed markup:’); ?> <?php allowed_markup(); ?>.
    <?php _e(‘Put code in between backticks.’); ?></p>

    If you actually want to change that or prevent the use of those tags, then you need to add a filter.

    #33771
    chengdu-living
    Participant

    On the post page, it says

    Allowed markup: BBcode a blockquote code em strong ul ol li img font strike center u hr cite.
    You can also put code in between backtick characters.

    How can I remove this text? I checked bb-post.php but couldn’t figure it out.

    Thanks in advance!

    #81968

    In reply to: bbShowcase shut down?

    WP forums use bbpress. The Post form address is https://wordpress.org/support/bb-post.php for the Post button on WP forums. But for a guy who says Code is Poetry, it is really sad that he isn’t even allowing many people to participate actually. Last day I talked with a developer who has created many plugins for bbpress. He said Matt replied to his mail asking him to just stay on track, when he aksed about joining the bpress developers. Matt please shed some light. Should we continue using bbpress or do we need to find an alternative?

    #84950
    chengdu-living
    Participant

    That worked!

    Thank you so much for your help, Tom!!!

    :D :D :D

    #85622
    Kevin Ryman
    Participant

    I would also like to know this. :)

    #84949
    deadlyhifi
    Participant

    Try putting quotes around your address.

    i.e. sprintf($message, $user->user_login, $pass, "http://www.chengduliving.com/forum/")

    #33772
    Farhad
    Member

    Hello

    I want add a javascript menu in top of my forum

    I edit header.php file in template folder and add javascript code into this file, but nothing appear in forum

    Please help me how can add javascript menu in forum

    Thanks

    #85746
    wemaflo
    Member

    @etiviti It’s awesome :) I like it!

    #85901
    Kevin Ryman
    Participant

    Nice video, arpowers! I’m sure it will come in handy to many people! Keep up the good work! :)

    #84947
    chengdu-living
    Participant

    Thanks for your help Tom,

    How would I add my web address into that line? I tried the following but it gave me an error:

    sprintf($message, $user->user_login, $pass, http://www.chengduliving.com/forum/)

    Thanks!!

    #85883

    In reply to: licence agreement

    Kevin Ryman
    Participant

    Still works, I’m currently using it on my new site. After registering, users may review the TOS agreement at http://neodeviants.com/beta/forum/?terms-of-service=display :)

    #85876
    Kevin Ryman
    Participant

    Thanks Gautam! I haven’t try this plugin yet but I’ll keep updated. :)

    #33766

    Topic: Login Problem

    in forum Installation
    srganesan
    Member

    Hi Experts,

    I need single signin plugin for intergration with bbpress. i done my website using codeignitor , i installed bbpress seprately. i need single signon plugin with other than wordpress.

    I find most of saying for cookie and HTTP authentication problem

    Please help find out my problem.

    Some time it logged in partially. But i cant able to add new topic or reply the forum.

    i call this code outside of my site.

    $user = bb_login($useremail,$useremail,”);

    bb_safe_redirect( “/gbbpress/” );

    but it logged and i cant able reply or add new topic.

    Thank

    web

    #85888

    In reply to: how to move?

    Here the received code.

    front-page.php :

    <?php bb_get_header(); ?>

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

    <?php if ( $forums ) : ?>

    <?php endif; // $topics or $super_stickies ?>

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

    </tr>

    <?php global $bb_forums_loop; ?>

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

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

    <tr<?php bb_forum_class(‘bb-category’); ?>>

    <td colspan=”3″><?php bb_forum_pad( ‘<div class=”nest”>’ ); ?>“><?php forum_name(); ?><?php forum_description( array( ‘before’ => ‘<small> – ‘, ‘after’ => ‘</small>’ ) ); ?><?php bb_forum_pad( ‘</div>’ ); ?></td>

    </tr>

    <?php continue; endif; ?>

    <?php if ($bb_forums_loop->walker->depth == 1) : ?>

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

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

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

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

    </tr>

    <?php endif; ?>

    <?php endwhile; ?>

    </table>

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

    <table id=”latest”>

    <tr>

    <th><?php _e(‘Topic’); ?> — <?php bb_new_topic_link(); ?></th>

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

    <!– <th><?php _e(‘Voices’); ?></th> –>

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

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

    </tr>

    <?php if ( $super_stickies ) : foreach ( $super_stickies as $topic ) : ?>

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

    <td><?php bb_topic_labels(); ?> <big>“><?php topic_title(); ?></big><?php topic_page_links(); ?></td>

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

    <!– <td class=”num”><?php bb_topic_voices(); ?></td> –>

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

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

    </tr>

    <?php endforeach; endif; // $super_stickies ?>

    <?php if ( $topics ) : foreach ( $topics as $topic ) : ?>

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

    <td><?php bb_topic_labels(); ?> “><?php topic_title(); ?><?php topic_page_links(); ?></td>

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

    <!– <td class=”num”><?php bb_topic_voices(); ?></td> –>

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

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

    </tr>

    <?php endforeach; endif; // $topics ?>

    </table>

    <?php bb_latest_topics_pages( array( ‘before’ => ‘<div class=”nav”>’, ‘after’ => ‘</div>’ ) ); ?>

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

    <p class=”frontpageheatmap”><?php bb_tag_heat_map(); ?></p>

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

    <div id=”viewdiv”>

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

    <ul id=”views”>

    <?php foreach ( bb_get_views() as $the_view => $title ) : ?>

    <li class=”view”>“><?php view_name( $the_view ); ?>

    <?php endforeach; ?>

    </div>

    <?php endif; // bb_is_user_logged_in() ?>

    <?php else : // $forums ?>

    <div class=”bbcrumb”>“><?php bb_option(‘name’); ?> » <?php _e(‘Add New Topic’); ?></div>

    <?php post_form(); endif; // $forums ?>

    <?php bb_get_footer(); ?>

    #85887

    In reply to: how to move?

    The problem is resolved! =)

Viewing 25 results - 21,801 through 21,825 (of 32,481 total)
Skip to toolbar