Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 7,276 through 7,300 (of 11,580 total)
  • Author
    Search Results
  • #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.

    #99779

    In reply to: bbPress 1.0.3 released

    pbul2004
    Member

    Hi,

    I am on v 1.0.2 of bbpress.

    My theme is located in /forum/bb-templates/mytheme.

    How would i upgrade to latest version without affecting my sites theme and changes i have made?

    Thanks

    Paul

    #104879

    In reply to: bbPress 1.0.3 released

    pbul2004
    Member

    Hi,

    I am on v 1.0.2 of bbpress.

    My theme is located in /forum/bb-templates/mytheme.

    How would i upgrade to latest version without affecting my sites theme and changes i have made?

    Thanks

    Paul

    #99755
    _ck_
    Participant

    Hacked means they injected javascript and such that was never meant to be posted by anyone.

    Spammed is just malicious posts. If you are simply spammed, install askismet and a captcha plugin or my Human Test plugin.

    Also, if you are running bbPress 1.0.2 make sure you upgrade to 1.0.3

    #104855
    _ck_
    Participant

    Hacked means they injected javascript and such that was never meant to be posted by anyone.

    Spammed is just malicious posts. If you are simply spammed, install askismet and a captcha plugin or my Human Test plugin.

    Also, if you are running bbPress 1.0.2 make sure you upgrade to 1.0.3

    #98545
    _ck_
    Participant

    Trac unfortunately doesn’t disclose where the tag was created from, the only documentation is the comment JJJ made.

    https://trac.bbpress.org/changeset/2930

    However it’s easy to test.

    Checkout a copy from the trunk, then do a “switch” to tag/1.0.3 and see what files (if any are changed).

    The SVN itself may disclose more details but let’s see what happens…

    ah no, I forgot the trunk is actually 1.1

    Yeah 1.0.3 is a branch from 1.0.2, not the trunk.

    If a fix wasn’t committed to the 1.0 branch, it won’t be in 1.0.3

    But you can always use the trunk for 1.1 preview

    #103645
    _ck_
    Participant

    Trac unfortunately doesn’t disclose where the tag was created from, the only documentation is the comment JJJ made.

    https://trac.bbpress.org/changeset/2930

    However it’s easy to test.

    Checkout a copy from the trunk, then do a “switch” to tag/1.0.3 and see what files (if any are changed).

    The SVN itself may disclose more details but let’s see what happens…

    ah no, I forgot the trunk is actually 1.1

    Yeah 1.0.3 is a branch from 1.0.2, not the trunk.

    If a fix wasn’t committed to the 1.0 branch, it won’t be in 1.0.3

    But you can always use the trunk for 1.1 preview

    alexchenco
    Member

    I’m using the bbPress plugin. I have a page with the Latest Topics.

    The pagination link is displayed correctly at the beginning:

    External DBs

    But when this page is made the front page it doesn’t take me to the next paginated page (this is the link it shows):

    http://localhost/taiwantalk/?paged=2

    Any suggestion to solve this?

    #37731
    LogicWeb
    Participant

    Can someone please explain how I can move the “latest topics” in the forum home, above forum categories to right below the hot tags left side column?

    I actually only want the topic titles to display too.

    Also, how can I manually display number of topics and posts per forum category? I totally revamped the front forumhome page, but want to manually output the # of topics/posts per category as well.

    Thanks.

    #99733

    In reply to: Cannot Edit Users

    aaironman
    Member

    By the way, I’m running Linux/4GH, PHP 5.x, MySQL on godaddy.com. I have the latest versions of WordPress (3.1) and bbPress(1.0.3) installed.

    #104833

    In reply to: Cannot Edit Users

    aaironman
    Member

    By the way, I’m running Linux/4GH, PHP 5.x, MySQL on godaddy.com. I have the latest versions of WordPress (3.1) and bbPress(1.0.3) installed.

    #99739
    aaironman
    Member

    Thanks – new here – and to forums.

    I’m running Linux/4GH, PHP 5.x, MySQL on godaddy.com. I have the latest versions of WordPress (3.1) and bbPress(1.0.3) installed.

    I don’t think there is a mail service running on the server, though I’m sure I can add one. I just need to know what to ask for.

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