Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 7,276 through 7,300 (of 11,591 total)
  • Author
    Search Results
  • #100030
    Syrinxie
    Member

    So I have a fresh install of WordPress and bbPress(latest stable versions)

    Integration is perfect! Admin can login and out on both sides with the same login. Can post, etc etc.

    I created another user to test the role map. I changed the Subscriber/Inactive role in WP to Contributor/Member. Still it did not change in bbPress.

    …I had hoped zaerl was right about it being BuddyPress. It apparently is not BuddyPress causing the problem. Can anyone help?

    #105130
    Syrinxie
    Member

    So I have a fresh install of WordPress and bbPress(latest stable versions)

    Integration is perfect! Admin can login and out on both sides with the same login. Can post, etc etc.

    I created another user to test the role map. I changed the Subscriber/Inactive role in WP to Contributor/Member. Still it did not change in bbPress.

    …I had hoped zaerl was right about it being BuddyPress. It apparently is not BuddyPress causing the problem. Can anyone help?

    #38093
    ajz
    Member

    Hi!

    I got some topic with alot of posts and next to the topic you can find the page number.

    Is there anyway to limit them to the two latest pages?

    For example

    This is a topic > [5] [6]

    Regards,

    ajz

    #38075
    silasje1
    Member

    Hey.

    When i tried Easy Video Embed i had alot of problems with all IE versions.

    Now i added the new <iframe> from youtube in it. Also i updated the old code and made that for IE only, cause they dont support html5. I cant contact or add the new files so maybe sombody else wants to?

    O yeah it works on 1.0.3 of course :) here is the new code:

    <br />
    function ae_detect_ie()<br />
    {<br />
    if (isset($_SERVER['HTTP_USER_AGENT']) &&<br />
    (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false))<br />
    return true;<br />
    else<br />
    return false;<br />
    }</p>
    <p>...............................(60 lines of code)</p>
    <p>if (ae_detect_ie())

    {$post_text = preg_replace('#[video]http://([a-zA-Z0-9]+.|)youtube.com/.*v=([a-zA-Z0-9_-]+).*[/video]#i', ' <object width="640" height="510"><param name="movie" value="http://www.youtube.com/v/\1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/\2" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="510"></embed></object>',$post_text); }
    else
    { $post_text = preg_replace('#[video]http://([a-zA-Z0-9]+.|)youtube.com/.*v=([a-zA-Z0-9_-]+).*[/video]#i', '<iframe title="YouTube video player" width="853" height="510" src="http://www.youtube.com/v/\2"frameborder="0" allowfullscreen></iframe>',$post_text);<br />
    } </p>
    <p>

    test it here:

    http://www.fstube.org/forums/bbpress/topic/touch-and-go

    #95098
    moonoi
    Participant

    How long have you had this installation?

    I just installed bbpress a few days ago from the latest trunk files. I’m running on WP 3.1.

    #95096
    Ryan Gannon
    Member

    I’ve looked through this whole thread and have seen several cases of people having trouble with the permalink structure, getting 404’s.

    No matter what I try, every time I try to access /forums/forum/test-forum I’m just redirected to the site root.

    I’ve spent loads of time looking through the core files of bbpress, but I can’t seem to find the place where this particular link structure is set. Rules are added for a lot of other pages, but not the single forum page.

    Does anyone know where WordPress is told to use this particular URI structure?

    How long have you had this installation?

    #95095
    moonoi
    Participant

    Adding to the question above:

    I found out that when I type in /blog/forum/test-forum I’m not redirected but just shown the 404 page. All other combinations ends in a redirect back to the front page.

    I can see in the posts table that WP saved the permalink as http://localhost.localdomain/?post_type=forum&p=8053. Requesting this URL just results in the redirect.

    I already tried saving permalinks settings a number of times. I also tried each of the custom structure combinations mentioned in here such as /%post-type%/%post-name%/etc., and I tried disabling “neat” permalinks all together. Nothing seems to work.

    #95093
    moonoi
    Participant

    I’ve looked through this whole thread and have seen several cases of people having trouble with the permalink structure, getting 404’s.

    No matter what I try, every time I try to access /forums/forum/test-forum I’m just redirected to the site root.

    I’ve spent loads of time looking through the core files of bbpress, but I can’t seem to find the place where this particular link structure is set. Rules are added for a lot of other pages, but not the single forum page.

    Does anyone know where WordPress is told to use this particular URI structure?

    #38042
    talkative
    Member

    Hi, I have the following problem. Well, I installed the latest version of WordPress and bbPress. The installation went without any problems. Now I want to insert a bbPress page to WordPress, the integration of cookies and users already have.

    PS. I’m Polish and I know little English.

    #99751
    Anonymous User
    Inactive

    Would appreciate help on this

    #104851
    Anonymous User
    Inactive

    Would appreciate help on this

    #99935
    pineapple-pp
    Participant

    Hi there zaerl

    Please can you help me out with this. Is it possible for you to send me the latest version of the plugin or help me by telling me how to fix the bug. You’d be a lifesaver! One of my website relies on this plugin!

    #105035
    pineapple-pp
    Participant

    Hi there zaerl

    Please can you help me out with this. Is it possible for you to send me the latest version of the plugin or help me by telling me how to fix the bug. You’d be a lifesaver! One of my website relies on this plugin!

    #95079
    LPH2005
    Member

    I decided not to re-open ticket 1487 but wanted to share the actual resolution: site collapses after uploading latest files.

    1. The theme was returned to WP default.
    2. The bbpress plugin was deactivated.
    3. The 2908 files were removed from the server.
    4. The 2968 files were uploaded.
    5. The bbpress plugin was reactivated.
    6. Permalinks were resaved.
    7. The “discussions” index page was resaved with the new template for index.
    8. ALL forums were re-saved.

    Now, the important distinction in the process is that the 2908 files were removed rather than simply over-writing files. Otherwise, errors are tossed all over the place.

    Hope this helps others playing around with the bbpress plugin.

    #37952
    #37929
    markox
    Member

    HI, I have a forum I am setting up and would like to show the first line of the post along with the topic under Latest Discussions on the home page. Can anyone give some guidance on how to achieve this?

    #37862

    Topic: Online Surveys

    in forum Installation

    For the latest online jobs from home information visit this site. Learn how to earn money from doing online jobs from home. Get Paid to attend surveys. Get Started Now .

    #57743
    aleskalex
    Member

    hey, thanks timskii

    it did great!

    i’m under wordpress 3.0.5 and the latest version of bbPress

    for defualt’s permalinks (standard profile.php?id=.. type)

    you can try this replacement:

    replace:

    $my_profile_destination = $my_forums_directory.”profile/”.esc_attr( str_replace( ” “, “-“, strtolower( $user_login ) ) ).”/edit”;

    with:

    $my_profile_destination = $my_forums_directory.”profile.php?id=”.$current_user->ID;

    isn’t there any WP plugin for this? we should take it into something more customizable. To make it easy to use, what do you think? I’m not experienced with lots of wp code but this could be helpful for others too.

    anyone willing to help?

    #95064
    Anonymous User 7670885
    Inactive

    I’ve try now latest plugin release and seems to works very good :)

    Why don’t start with a beta convert from standalone? ;)

    #37836

    Topic: remove sidebar inove

    in forum Themes
    ajz
    Member

    Hi all! Im using the inove theme for my forum and i was wondering how to remove the sidebar from it and stretch out the front page..

    Like this.. http://dl.dropbox.com/u/11000500/gw2sverige/test.png

    I hope somebody will understand and help me with this :D

    regards,

    ajz

    #95063

    Sorry for being absent the past few days; was away at a team event and did not have much time to reply.

    I have the hidden topic/reply issue resolved, but will need to test it before committing.

    @tooltrainer – You can “close” forums without making them hidden, which should act the way you need. Regarding marking topics as ‘read,’ bbPress has never kept track of previously read topics, but it could be done either with cookies, or the last_activity of the user. Thinking this might make a better plugin than a core feature, but we’ll see how the next few weeks looks. In the meantime, feel free to create a ticket at trac.bbpress.org and mark it as an ‘enhancement’ and I’ll research it. :)

    #37787
    Smartguy5000
    Member

    Hello, I’ve just set up bbPress 1.03

    I’m having two issues, number 1 is that No emails go out when people attempt to register for the site

    Number two is all of my posts show up as anonymous, and the threads show up as empty.

    I am hosting this out of my own home, running the latest Apache and MySql through XAMPP.

    kanesmorgue.homeip.net

    gunnsean
    Member

    I use bbPress to run a trouble-shooting site. So when labeled closed that means the problem is solved.

    I want to exclude [closed] topics from latest discussion in the front page. Is there anyway to do so? Sadly my expertise don’t lie in PHP. :P

    #99784

    In reply to: bbPress 1.0.3 released

    _ck_
    Participant

    @ricardouk you should also not delete bb-config.php – there is no need to use a new copy of it, especially between minor version updates

    @pbul2004 to avoid lots of spam you need a registration captcha plugin or “Human Test” and optionally askismet

    Unfortunately there is no documentation on what the improvements between 1.0.2 and 1.0.3 were, there still isn’t even an official release announcement which is why I made one.

    You’d have to read the notes from TRAC which unfortunately have been made a mess by changing all the file mime property types, even on unchanged files.

    #104884

    In reply to: bbPress 1.0.3 released

    _ck_
    Participant

    @ricardouk you should also not delete bb-config.php – there is no need to use a new copy of it, especially between minor version updates

    @pbul2004 to avoid lots of spam you need a registration captcha plugin or “Human Test” and optionally askismet

    Unfortunately there is no documentation on what the improvements between 1.0.2 and 1.0.3 were, there still isn’t even an official release announcement which is why I made one.

    You’d have to read the notes from TRAC which unfortunately have been made a mess by changing all the file mime property types, even on unchanged files.

Viewing 25 results - 7,276 through 7,300 (of 11,591 total)
Skip to toolbar