Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 11,426 through 11,450 (of 11,508 total)
  • Author
    Search Results
  • #1027

    I am trying to install bbPress to my local Mac into a subfolder of my test WP installation which has been set up and working for over a year now.

    This means my url is not an ‘www.example.com’ address but a 127.0.0.1 (or, in my case, my local network IP which works just as well). So I have set up config.php with this address. and the path as ‘/forum/’.

    When then trying to run the install script however, it just takes me to a comletely blank page. (A similar problem was raised here: http://bbpress.org/forums/topic/143?replies=1 but received no reply).

    Does anyone have any ideas what this points to?

    #51144

    In reply to: Private Forum script

    Trent Adams
    Member

    Good thinking. Using the logged in status natural to bbPress to do this. Just looking at the code it would work, but I will test this out on my dev forum and report back as well. I could see this expanded into a plugin very easily….

    Trent

    #907
    #51839

    In reply to: bbpress and 2.1 alpha3

    spencerp
    Member

    Seems to have installed just fine! I’ll run around and check for any errors and report back here.. I installed that right along with my 2.1 alpha3 test blog, click the link below to see it.. =) ;)

    http://21.spencerp.net/

    spencerp

    #51838

    In reply to: bbpress and 2.1 alpha3

    spencerp
    Member

    Oh wait, slaps self.. I just noticed this: “We’ve only tested bbPress integration with the most recent stable release of WordPress, 2.0.5.”

    Alright, hmm.. maybe I’ll give it a shot then once.. maybe, I will have to cross the fingers though lol.. Wish me luck peoples!

    spencerp

    #51653

    When you go to your profile preferences there should be a new section… look here:

    http://la-school.com/bbpress/profile.php?id=2&tab=edit (Login: Test / test )

    #978
    circuit
    Member

    even after installing the plugin to get display names showing, the top of any forum topic still says

    # Started 1 minute ago by admin

    # Latest reply from admin

    how can i fix this?

    #51590

    In reply to: Google Adsense

    ear1grey
    Member

    Hi Null, to do that you need to change your template a bit and create a new hook, which is dead easy, and a testament to the flexibility of the event model that underpins both WP&bb.

    1. Copy topic.php from bb-templates into my-templates (you may need to create this folder).
    2. Find the for loop near line 29 – it will read something like this: <?php foreach ($posts as $bb_post) : $del_class = post_del_class(); ?>
    3. Immediately before it (outside the loop, but inside the <?php) add the line $need_to_show_ad=true;
    4. Then change the line <?php bb_post_template(); ?> to read <?php bb_post_template(); if ($need_to_show_ad) { do_action('showadvert'); $need_to_show_ad=false; } ?>
    5. Finally, change the action in the plugin so it fires on your newly created hook add_action('showadvert', array('bb_adsense','wide_advert'));

    … and an admin page? Maybe when bbPress matures!

    #51520
    sidzzz
    Member

    I know, I wanna wait too… coz this is neat and fast. And plus since I love WP so damn much and have practically been using it like a CMS and dont call it a blogging SW anymore….

    I tested vanilla on another site.. it looks very cool… feels so damn web 2.0, but it is very slow….

    Any idea when an img plugin might be up? I wouldnt like to go in with a JavaScript option… wish I knew some programming!

    #982

    Topic: Post Via URL?

    in forum Troubleshooting
    yottabite
    Member

    Is there anyway to post via a URL?

    I.e.; http://forum.blandname.com/?new=1&topic=1&subject=test&post=”this is a test”

    If this is not possible, is there a way to port the WordPress bookmarklet to bbPress?

    #981
    yottabite
    Member

    Is there any way to make a function, say: “get_latest_topic”, or simply limit the “get_latest_topics” function to display only the latest topic, but also include the full post?

    If not, there may be some other way that I am missing in order to add the content of the latest post to the frontpage, without going all-out and using Worpress for this view.

    Thanks in advance!

    #51500

    I have resolved my bbPress/WordPress user name and password issue! I was using the WP prefix found in «The name of the database» to configure «WordPress table prefix» in the bbPress config.php. While researching phpMyAdmin, I realize that _usermeta and _users were in double; one pair with _wp and one pair with prefix xxxxxxxx_.

    define(‘BBDB_NAME’, ‘xxxxxxxx_xxxxx’); // The name of the database

    $bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;

    I’m learning by trial and error and mostly by your patience and support.

    I’ve tested fully WordPress and bbPress integration; bbpress-integration.php is normal and working as expected.

    While login as bbPress Admin, there’s no Admin panel available within bbPress, I assume that this is normal for reason all Admin work is done within WordPress. Am I right?

    #51494

    Tested by creating a new member within bbPress. Then, still login bbPress, I attempt to connect with WordPress, but I get the message «Session has expired». My username automatically fills in the login username space within WordPress. In addition, this new member is not listed under WordPress members.

    #973
    Null
    Member

    Hi,

    Well at the main page of the forum you have: Latest Discussions and underneeth it: Forums. My question is about this last part. The main themes are all in each row underneeth each other like:

    Forum 1 – bla bla

    Forum 2 – bla bla

    Farum 3 – bla bla

    Is it possible to let these appear in 2 columns like in a news paper? Like:

    Forum 1 – bla bla Forum 2 – bla bla

    Forum 3 – bla bla

    And this goes automaticly ofcourse… I know they work on this with css 3 but it will take years when thats is finished. So how to get this done now?

    Thx

    #51457

    In addition, I tested registeration within bbpress, but it didn’t registered within my integrated WordPress. What’s wrong?

    #961

    Hi.

    I really missed an onlinelist in bbpress, so i made a simple one myself. Dont expect anything special, it just tells who was online over the past 5 minutes.

    Download it here.

    See a demo here. (Login use: Test / test)

    To Display the online list simply add show_online_users(); wherever you want it in your template.

    Additional Features:

    – Last online time on profile page: profile_last_online();

    – Current online users as number: total_online_users();

    #955

    Topic: Avatars in bbpress

    in forum Plugins
    ardentfrost
    Member

    So, I just started using bbpress 3 days ago mostly because phpbb is God awful when it comes to spammers (akismet is pretty awesome on my homepage, so I assumed it would also be awesome in forums).

    At any rate, I installed a copy as a test and have been playing with it, got kinda sad that avatars weren’t supported (and didn’t want to make people get gravatars just to have an avatar, esp since gravatar service was down the other night). So I wrote my own avatar functions.

    I have everything I did on my forums, or you can just go check it out at http://www.rayd.org/forums2/

    My question is, can what I did be done in a plug-in? I know I can put my two ground-up functions in a plug-in file, but the one I don’t know how to do is the way I added a spot for a link to an avatar in profile pages. Here’s the link to me describing what I did, and the quote from what I’m talking about:

    http://www.rayd.org/forums2/topic/6?replies=1

    bb-includes/functions.php line 1388: Added avatar info to the array in function get_profile_info_keys(). Looks like this:

    array(‘user_email’ => array(1, __(‘Email’)), ‘user_url’ => array(0, __(‘Website’)), ‘from’ => array(0, __(‘Location’)), ‘occ’ => array(0, __(‘Occupation’)), ‘interest’ => array(0, __(‘Interests’)), ‘avatar_loc’ => array(0,__(‘Avatar URL’)))

    As you can see, adding that little avatar stuff at the end of that array definition not only easily added the spot to the page, but put it in the database and allowed me easy access to it in my other functions.

    I’d love to make this into a plug-in, I just don’t know how to do that. Any advice would be great :)

    #51335

    The following plugin should work, but I have not tested it.

    <?php

    /*

    Plugin Name: Ignore Edit Lock

    Plugin URI: https://bbpress.org/forums/topic/263

    */

    function members_ignore_edit_lock() {

    global $bb_roles;

    $bb_roles->role_objects['member']->add_cap( 'ignore_edit_lock', true );

    }

    add_action( 'bb_got_roles', 'members_ignore_edit_lock' );

    ?>

    Save that bit of code as members-ignore-edit-lock and put it in bbPress’ my-plugins/ directory.

    #51317
    Trent Adams
    Member

    Thanks for the reply. I have included the generic php file and it seems to be working. Of course, how could I test it?!

    Trent

    #937

    Topic: K2.F

    in forum Themes
    mistainu
    Member

    to those who clicked in because of the “K2” prefix, you’re in luck! and i’ll try not to disappoint you… K2.F is my forums edition rendition of K2 (http://getk2.com/). it has nothing to do with the creators of K2, it’s my personal project… for now.

    currently in ALPHA 0.0.4, it’s already much emulating K2. i’ve even tested applying a K2-style onto it… it works! although no options page etc (you’ll have to manually uncomment stuff and add urls yourself) it’s pretty close. opposing K2’s design with a sidebar on the right, i left it on the left for K2.F…

    this is basicly a redesign, no funky features… YET.

    K2.F is still quite a brittle cookie. still going thru it’s alpha stages, is not yet ready for public consumption.

    fot those who can’t wait, here’s my LIVE demo… and the related post in my blog. enjoy~

    Live Demo: http://unlimitedinfinity.com/forums/

    Related Blog Post: http://unlimitedinfinity.com/?p=642

    #50680
    berg80
    Member

    I upgraded from WP 2.0.2 to 2.0.5 and everything seems to work now with the user integration. Maybe it should say somewhere you need the latest version of WordPress.

    #51301
    ear1grey
    Member

    gnawph wrote:

    The bbPress designers would look foolish changing all of their IDs to Classes and wouldn’t conform.

    I’ve already stated that: “I’m not advocating the removal of any of the ID’s from templates”. I am, however, conscious that the reliance on ID based formatting in the default template is more likely to run in to integration problems in the long run.

    “Latest and Popular are different tables and shouldn’t be labeled the same”.

    Yes, latest and popular are different tables (their ids are different), but they are both examples of a certain kinds of table that show an ordered selection of items based on some kind of score (be it date or rating). So it’s better to define what that kind of table is, so use a class.

    “If code redundancy is an issue you could always go:#latest, #popular {

    Yes, this does have a similar effect, but, if I’m writing a plugin with UI elements then for it’s output to be shown correctly in TemplateX, either:

    1. I have to add CSS to the plugin which might work with TemplateX, but be incompatible with TemplateY, or
    2. The authors of X&Y must alter their css to cope with my plugin.

    This potential hassle just becomes less likely if template designers take an extra few minutes to consider what the more abstract classes in the design should be!

    BTW: class="tableonmainpage" might be better described as .mainpage > table {}

    #51299
    gnawph
    Member

    Users should have to rethink their CSS. Not using a ID selector just because a “newbie” doesn’t realize there can only be one element attatched to them is lame. The difference between ID and Class is one of the fundamentals of CSS. The bbPress designers would look foolish changing all of their IDs to Classes and wouldn’t conform. These selectors carry semantic meaning and without them your HTML code becomes less proffesional and harder to read.

    Latest and Popular are different tables and shouldn’t be labeled the same. If code redundancy is an issue you could always go:

    • #latest, #popular {
    • -or-

    • <table id=”latest” class=”tableonmainpage” >

      If somebody is going to be digging around and making their own theme they should really take 5 minutes to read a CSS tutorial.

    #51298
    ear1grey
    Member

    That’s part of it yes…

    …but also, using ID based formatting can cause trouble down the line when users want to add more elements to the page and find they have to change the CSS rather than just saying that their new addition <thing id='latest' />; should be formatted in the same way as <thing id="popular" />; because they’re both the same kind of table.

    This is a double pain because CSS seems to get stuck in some browser caches so users see the new page with the old CSS.

    The shift from “how do I want this to look?” to “what kind of thing is this and what do those things look like?” is (I have found) worthwhile.

    #51295
    gnawph
    Member

    Using classes for everything is pretty sloppy. When start hacking up the bbpress theme and come across an ID I know exactly whether or not that element is going to be repeated. When I work with a design that has strickly class based selectors I go crazy.

    Something like “class=header” is completely insane. There really should only be one header inside the site and you use an ID to signify that elements usage.

    For example when I take a look at /bb-templates/font-page.php and see <table id=”latest”> I already have a good idea of what all the code contained inside that <table> tag will be.

    Also if my page gets larger I can put “jump links” to those sections and help my users navigate my site.

    There are other properties of ID tags that do fancy stuff with javascript but I’m not quite sure what they are.

Viewing 25 results - 11,426 through 11,450 (of 11,508 total)
Skip to toolbar