Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 6,601 through 6,625 (of 11,610 total)
  • Author
    Search Results
  • #112416

    * Taxonomies don’t have metadata, to allow for topic & replies counts or latest content

    * Comments don’t allow for attachments without some major work

    * The API for custom post types is farther along, more robust, and provided a relatively quick head start (see above)

    #112391
    Martin
    Participant

    I actually would prefer to add some placeholder test between the Forum Title and the breadcrumbs.

    Any ideas where this stuff is output?

    The unfortunate part is it’s likely to be overwritten on any and all plugin updates though.

    ddlg2007
    Member

    Well I come here 1 more time because I really can not do more and I need a little help please.

    I am using a child theme called Arras Classical Gamer. I test many times and try a lot of tutorial but is really impossible fix problem with bbpress.

    You can see my website here http://www.site.teamcyanide.eu working perfectly with buddypress and pluging like BuddyPress Template Pack. That was my first hard mission but I do it well and everything work good with some change on CSS.

    Now the only problem I have is that forum bbpress dont work good. For example I creat a forum called Starcraft 2 and when I clic on view look what happen:

    http://site.teamcyanide.eu/board/forum/starcraft-2

    I create a category of Starcraft 2 forum and look:

    http://site.teamcyanide.eu/board/forum/starcraft-2/protos

    So is simple, dont work but I continue looking here on forum and google then I try use Shortcodes from here http://bbpress.org/forums/topic/bbpress-20-shortcodes, and look what happen:

    http://site.teamcyanide.eu/example-forum

    You can see ok I can fix the CSS to make it look better, but if you clic on forum or category continue with same problem, just test yourself and can see it.

    So guys please, some one can tell me please what can I do for implement my forum of bbpress in my website?

    I know on internet I have other forums and scripts, but I really love bbpress and all software make it by wordpress, buddypress, etc.

    Someone have mercy on me and help me a little? :)

    Thanks.

    #112351

    In reply to: Forum specific sidebar

    Now it works perfectly when I am at the forum page, but it still looks the same on the topic pages http://demo.agxe.se/forums/topic/test-topic/

    What do I add to the CSS to fix this side too?

    Thank you so much for your help!

    #112412

    You are close. bbPress does not use the tag taxonomy, that is strictly for posts.

    You’ll need to use tax_query as you mentioned. This is untested but should give you a general idea :)

    $mytopics_args = array(
    'post_type' => 'topic',
    'numberposts' => 15,
    'tax_query' => array(
    array(
    'taxonomy' => bbp_get_topic_tag_tax_id(),
    'field' => 'slug',
    'terms' => 'you-tag-slug'
    )
    )
    );
    $mytopics = new WP_Query( $mytopics_args );

    #112361

    In reply to: Forums not showing up?

    Dan Griffiths
    Participant

    Yes… there are two forums and a test topic. That’s the problem. It only loads the page title, no other content is loaded…

    #112292

    I’m not sure I understand. You said you wanted to:

    “display the latest posts from different external blogs in my BBPress sidebar?”

    1 – Go to Appearance > Widgets

    2 – Drag RSS widget to the sidebar you are using with the forums

    3 – Enter RSS URL

    That should be all there is to it…

    #43055
    Rambomst
    Member

    I have added a custom field to user profiles in bbPress however I am unsure how to do form validation other than javascript. I would like to do some PHP validation however the few things I have tried didn’t work.

    If you fail to enter an email it will say “ERROR: Please enter an e-mail address.” after you have submitted the form. I want something like that.

    I have tried:

    $myErrors = new WP_Error();

    $myErrors->add(‘id_error’, __(‘Test error.’,””));

    bbp_add_error( ‘bbp_steamid_invalid’, __( ‘ERROR: The ID you entered is invalid.’, ‘bbpress’ ) );

    I am not at all familiar with error handling in both WordPress and bbPress however I feel it is a must.

    Any help would be must appreciated.

    #112322

    In reply to: I can't see my forum!!

    bloggingsfe
    Member

    I just activated the bbpress plugin for my wordpress blog (i’m using latest version of wp and the twenty-ten theme).

    I created a “test” forum with two topics.

    I then created a new Page and titled it Forum.

    I tried to get my test forum with two topics to show up on the new Page, but can’t get it to work.

    I can see the Forum with two topics that I created when I click on View Forum button.

    So, I guess my question is: How do I get a navlink titled Forum in my navbar and/or sidebar on my WordPress site?

    What am I missing? I’ve searched all over with Google on this problem and can’t find the solution to my problem.

    Here’s a little more info:

    When I click on View Forum, and it looks great with the site’s theme here, the url is:

    http://www.mydomain.com/forums/forum/test-forum/

    When I click on the Page that I created called Forum, the url is:

    http://www.mydomain.com/forums/

    Thanks in advance for any help!

    #112339
    deanso
    Member

    I forget to mentioned I am using bbPress 2 and WP 3, all updated and running fine.

    I would appreciate help on this topic please :)

    How to get nice looking page with latest threads, topics and reply on the custom homepage. Not on the WP page.

    Where can I find php code that could pull this from bbPrss 2?

    Thank a LOT!

    #112273
    Jan David Hanrath
    Participant

    Thanks for the insight! Your remark ‘to not rely on meta queries’ makes me think that might be the performance-issue we are coping with at the moment. In our ‘latest posts’ and ‘newest topics’ listings are particularly heavy.

    Do you have examples of optimized core queries? Does it mean storing some user info in wp_users instead of wp_usermeta?

    #110534
    n0ise
    Member

    im using it with a fresh install of the latest wp, but i have a styling issue ( http://screen.ticno.com/index.php?image=diLrSMnMxuCXs7Zs9BWr.jpg ). im using the London Live template. it’s a local testing and everything is “fresh” without custom code. suggestion?

    #42722
    deanso
    Member

    Hi all

    I just add bbPress to my website running Deadline theme and with small tweaks all looks great! Except homepage – I want main area in the middle of the homepage to look like http://bbpress.org/plugins/ – showing new, latest and most viewed posts from my 4 forums. How can I do this?

    Pleas note I can not use custom page, but have to add code to the existing homepage. I tried few versions, but didn’t get exactly the same results. All I was able to pull is 4 posts with code: <?php bbp_get_template_part( ‘bbpress/content’, ‘archive-topic’ ); ?>. But that is obviously not what I need. Is there a simple way to get results like on http://bbpress.org/plugins/

    I am not coder (obviously), but can do all CSS work without any issue.

    I hope this is not repeated questions, but I tried to find solution and no luck.

    Cheers & Thanks

    Dean

    #42689

    Dear,

    Is there a way or plugin that fetches an RSS feed from external websites so that i can display the latest posts from different external blogs in my BBPress sidebar?

    Thanks!

    #111674
    baldg0at
    Participant

    Just migrated from standalone to plugin a couple weeks ago and this one has me stumped. I’m having issues where the freshness time doesn’t match up with the latest reply time.

    http://ragbrai.com/forums

    WP v3.3.1

    BBPress v2.0.2

    From what I can see the freshness time is based on the topic’s ‘_bbp_last_active_time’ meta tag.

    On my forums, using the ‘Route Announcement Party – Who’s In?’ as an example, you can see the freshness date is way off when you compared to the time of the latest reply.

    Currently the ‘_bbp_last_active_time’ meta_key has a value of ‘2012-03-08 08:51:03’

    From what I can tell that meta_key is set based on the post_date of the topic or the post_date of the latest reply of the topic with a status of publish, right?

    The latest published reply for that topic has a post_date of ‘2012-01-26 08:13:57’

    The only post in the database with a post_date of ‘2012-03-08 08:51:03’ is a reply to a different topic and it has a status of ‘spam’

    Maybe something went wonky with the import from stand alone.

    Is anyone else seeing anything like this?

    #112307

    Hmm, I’m out of ideas then. It works on both of my test installs :

    #112301
    jamieskella
    Member

    I’m running the plugin branch, 3785, downloaded on Friday the 2nd in Australia (Thursday the 1st in the USA).

    I’ll do an upgrade to the latest build and see if that fixes it.

    #112300

    Are you running a copy of 2.1 from less than a week ago, there were a few oembed tweaks pushed (namely the setting not saving correctly).

    I just tested it using a youtube url in the WYSIWYG and HTML editor and both are rendering the video for me.

    #112261
    Jaja..
    Member

    Yes , WP Super Cache is it called it think.

    #112260

    Are you running a caching plugin on your main (blog) website?

    #42672
    Jaja..
    Member

    Hello,

    I’ve been following some discussions on here about some problems and my main focus was on the Cache problems.

    At this moment i’ve got a Blog and would like to add a support forum.

    What would be the best option to go with?

    (1) Just activate the bbPress plugin on my main (blog) website.

    (2) Install the bbPress plugin on a Fresh and new WP install inside a directory-/folder.

    I’m running WP SuperCache on my main (blog) WP install.

    (1) http://example.com/ <– WP install – my blog

    (2) http://example.com/<forums>/ <– a NEW WP installation only for bbPress

    The reason i would like option 2 better is that i don’t have to activate a Cache plugin for the forums. It’s mostly all text content , no images so WHY Cache a forum?

    What would you do and why?

    #42691
    jamieskella
    Member

    I have auto-embed enabled in WordPress Media options, and in the Forum options, yet links are still not converted: http://pantheones.com.au/forums/topic/media-test/

    Can anyone help?

    They are two different versions of bbPress, which is primarily why they look so different.

    The lastest version of bbPress is 2.x while bbPress.org is running (I believe) 1.x.

    #42645

    Topic: Custom profile fields

    in forum Plugins
    Rambomst
    Member

    I am having an issue getting custom profile fields to work.

    I have used the following code as a wordpress plugin and a bbPress plugin:

    function set_my_profile_info_keys($myarray) {

    $myarray = array(

    ‘testfield’ => array(0, __(‘TestField’))

    );

    return $myarray;

    }

    add_filter(‘get_profile_info_keys’, ‘set_my_profile_info_keys’);

    However this doesn’t show the field on a users profile to allow them to edit it. I have also tried other variations of this code I have found on this forum and others but to no avail.

    Any help getting this working would be much appreciated.

    #109326

    In reply to: Where is my Forum?

    The Newb
    Member

    I have to agree with thruxton, this all may sound like elementary settings to you tech guys but to a newb…its wierdly complicated to set up.

    I have a Themeforest template I installed my self on WP in less time LOL.

    I also agree that bbpress looks like a great set up, and still very much want to run it. Im not a quitter ;)

    so far I set up a forum page, made 5 topics with test text, added a link to my menu’s and sidebars (all while signed in to my WP site) not my bbpress persay…thats my issue, I cant seem to set up this log in page, I have no clue what this URI is

    instructions say “make a log in page” yet there is no such thing in BB as a “page”.

    So I then made a WP page and called it forum. and the log in shortcode worked! except it would let me make a log in??

    Then I wondered how the BB forum I previously made with 5 topics, was to get linked up with this new WP page called “forum”

    I bin up one side and down da udder with this thing, couple hrs a night after work for the last 3 days!! geeeez I feel re taw did

    There…I feel better now that I vented…wife doesn’t wanna hear it

Viewing 25 results - 6,601 through 6,625 (of 11,610 total)
Skip to toolbar