Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 6,976 through 7,000 (of 11,580 total)
  • Author
    Search Results
  • #108091
    Milan Petrovic
    Participant

    No, problem is with bbPress. When the permalinks in WordPress are enabled, this works fine. If the permalinks are disabled, URL’s are not generated properly, and some parts of URL are missing. I have confirmed this with TwentyTen theme built in bbPress. All tested with lates bbPress from SVN trunk.

    bethfly
    Member

    Hi. I installed bbpress 2 years ago and then removed all the program files via FTP after all the php files got hacked, but I just noticed that the database files are still there. I would like to reinstall bbpress and reconnect to that database to preserve the old posts.

    I have uploaded the latest bbpress install files to my site and can access the install screen http://myplasticfreelife.com/discuss/install.php. But when I enter the database information, I get the error “There was a problem connecting to the database you specified. Please check the settings, then try again.”

    Is there a workaround? Is it having a problem because the bbpress tables already exist? Is there a way to reconnect?

    Thanks,

    Beth Terry

    #108002
    frankpereiro
    Member

    I’ve just updated to the latest version of the plugin and I’m not getting the error I mentioned before.

    Nonetheless, when I update my user profile (from the forum profile), everything seems to be working well except for when I update de Yahoo! and Gtalk info which in both cases are not being saved or updated.

    #39573
    ineken
    Member

    Hi all,

    I’m looking for a way to create a widget to mix the last wordpress comment with the latest responses forums.

    This widget should be able to distinguish between two types of entry through a different CSS and enter the name of the user’s avatar, …

    Could you help me?

    At first I thought retrieve the 2 rss, yahoo pipes through the cross, but there is no avatar.

    Thank you in advance for your help.

    Ineken

    Arf, i miss the categoriy of my topic, sorry :'(

    Suzi Wilson
    Member

    Just starting to test my bbpress installation and I can’t access any of the bbpress screens due to this error. When I look at bb-config.php the DB names it is referencing don’t make sense to me.

    I’m sure there is something I’ve done that is totally naive. Any help would be appreciated.

    Thank you

    #108001
    dublub
    Member

    I get the same error with the latest versions of bbPress Plugin and WordPress. I tried a fresh install but i get the same error.

    If i remove the code from common functions the update works ok.

    if ( $bbp->errors->get_error_codes() )

    $has_errors = true;

    But i’m afraid without that code there won’t be any error printed :)

    Does anyone have another solution?

    frankpereiro
    Member

    I don’t know if this is the right forum for this. Nevertheless, I’ve done some search in the forums and haven’t seen an answer or topic with this problem:

    Whenever I try to update my user profile (with the Yahoo info, for example) I get this error:

    Fatal error: Call to a member function get_error_codes() on a non-object in /**********/wp-content/plugins/bbpress/bbp-includes/bbp-common-functions.php on line 1392

    I’m using the latest version (2.0-rc-2) of the bbPress plugin for WordPress.

    #63093
    _ck_
    Participant

    I just realized I am not escaping < and > in that code.

    It most probably should be.

    So anywhere you do not see a slash in front, add one, ie.

    <

    >

    actually to be more clear, try this

    $text = preg_replace('|<a (.*)rel=['"]nofollow['"]([^>]+)?>|iU','<a $1>', $text);	// strip ALL nofollow
    $text = preg_replace('|<a (?=([^>]+http://))(?!([^>]+'.$domain.'))([^>]+)>|iU', '<a $1 rel="nofollow" target="_blank">', $text);

    sorry, don’t have time to debug it more, someone will have to throw it into a regex tester and check it against some same sample links

    #39496

    I have been struggling with this for hours. The forum I am trying to build is at http://www.AdeAdepitan.com/forums

    I wanted to install “bbGrunge” and then edit it to fit with my theme. However, I am having no luck installing it.

    I would really appreciate it if someone explained in really detailed but using simple terms, how I to install bbGrunge on a wordpress.org bbpress forum.

    Any help would be greatly appreciated! I think I’m probably missing something very simple, but I’ve searched and searched and tested several different things, but nothing is working.

    #107909
    Anointed
    Participant

    cool, didn’t know you could set a default forum… where is that setting located?

    I can test and report back if it works for me

    #39480

    Topic: localization

    in forum Troubleshooting
    erlaci
    Member

    Hi,

    Im playing around with the latest beta of bbpress and I would like to use a translation made available. Hovewer if I set for instance define(‘BBLANG’, ‘fr_FR’);

    after downloading and copying to the right folder the translation files nothing happens. I searched the lastest edition for BBLANG but it isnt even there. What should I do?

    Thanks

    #107873

    In reply to: Private Messaging

    med
    Member

    if its not getting updates, it doesn’t mean it need updates.

    Fair enough. But what about the security issues I’ve been reading about? The tool hasn’t been updated in years, and some of the security issues seem to be more recent than the latest update.

    #107316

    thanks i’m really enjoying bbpress plugin version, after some day of testing now i think it’s really great ;)

    #39440
    adv_user
    Member

    Hello

    I wish I had on my site/blog WordPress both: a social network and a forum.

    <b>But what is the best option for integrating it with 100% quality?</b>

    What I tried:

    First installed BuddyPress and activate forum, then, within groups is possible to have discussion forums.

    But the problem is that when accessing http://www.site.com/forums list just the latest topics and the group they belong to.

    And I would need, beyond the scope of forum for each group, a global forum for the entire site, to divide the topics into categories (“forums” different).

    What suggestions?

    Should I install BuddyPress bbPress and WordPress as separate plugins? This does not affect integration?

    #39439

    I’m using the latest build of bbPress and Genesis (1.7.1). For the most part things are going smoothly, however there is one thing I have not been able to figure out.

    I am using the default setup of bbPress and it’s running off of bbpress/bbp-themes/bbp-twentyten theme (I have not installed or moved a bbpress theme inside my child theme directory).

    Here’s what I don’t understand…

    When viewing a specfic forum or post, such as http://allaboutdryeye.com/forums/forum/sufferers-corner/ things work fine, as expected.

    *However*, when trying to view the forum index (http://allaboutdryeye.com/forums/), user profile (http://allaboutdryeye.com/forums/users/allabout/), and some other sections the page just shows what looks to be a dead loop.

    After a little poking around, it almost seems like bbPress isn’t using the template file at all.

    For example, on this page http://allaboutdryeye.com/forums/users/allabout/, the corresponding template file would be /bbpress/bbp-themes/bbp-twentyten/single-user.php right?

    I’ve tried editing the file (for testing purposes only, of course!) and echoing test lines, however they don’t show. It’s like some of the template files aren’t being picked up at all.

    I have no idea what is going on. I’ve been beating my head against the wall on this one. WP_DEBUG turns up clean.

    Any clues?

    #39433
    GillesC
    Member

    WP Multisite 3.2.0

    Installed BB Press plugin v 2.0-rc2.

    Everything went smoothly except that when I try to go to the first forum I created (/forum/test/), only the header is loaded.

    Any idea?

    I am trying to find out which page gets loaded when trying to view a forum but can’t seem to figure it out…

    TIA

    #107778
    pimarts
    Participant

    You’re probably right about it being a bridge too far for this project, but since you asked what kinda plugins people would like to see, well.. That one for sure :)

    There’s a forum signature one already:

    https://wordpress.org/extend/plugins/bbp-signature/

    As for an avatar plugin:

    BuddyPress as mentioned and I’ve seen some others been mentioned in these forums too, but I didn’t test those.

    There’s also an UBBcode/toolbar plugin but that’s about it I think.

    pimarts
    Participant

    :)

    If I find the time I’ll see if I can test on a brand new install, but I don’t know if I’ll have that time.

    Any idea what else could cause it?

    Either way, it’s not really an issue for me for me at the moment, since it’s working now :)

    PS > Lots of updates yesterday night, nice one!

    #95652
    oliver_s
    Participant

    Ok, just updated ro RC2. It’s a great plugin, and it helps me a lot. There is one issue however. The feeds do not work as expected.

    Also, I cannot change my password here. I had another account here and lost my password. I requested a password change email and got a message back that I am not allowed to change it. I posted on facebook and did not get a reply to that topic. I made a new account now, but this should really be fixed.

    So now to the feeds. I can use feeds by adding a /feed to the end of the URLS, but this does not work as expected and not as it did in the Version 1:

    When subscribing to the forum feed, I would expect that I should get a feed of the posts in the forum. Instead I get a feed of the Subforums in the forum. See here:

    http://minecraft.uncovery.net/forums/ is the URL

    http://minecraft.uncovery.net/forums/feed shows me the subforums in the order of the latest entry there. I want to see all feeds however, and had that in the last version. Clicking on the link provided does not bring me to the latest post, but to the subforum, where I then have to search again for the latest post.

    Now let’s say I want to subscribe to a subforum only:

    http://minecraft.uncovery.net/forums/forum/help/ is the url

    http://minecraft.uncovery.net/forums/forum/help/feed does not show me the lower subforums or the topics. Its simply empty.

    So let’s go to a forum that has no subforums, but posts in it:

    http://minecraft.uncovery.net/forums/forum/help/access-user-rights-etc/ is the url

    http://minecraft.uncovery.net/forums/forum/help/access-user-rights-etc/feed/ is empty too!

    So as a last resort, I want to subscribe to one single topic:

    http://minecraft.uncovery.net/forums/topic/conection-issues/ is the url

    http://minecraft.uncovery.net/forums/topic/conection-issues/feed/ works normally. The others do not however.

    As an admin I need to know about the new topics posted and AFAIK the feeds are the best and intended way to do so. Please please fix this!

    #95663
    oliver_s
    Participant

    Ok, just updated ro RC2. It’s a great plugin, and it helps me a lot. There is one issue however. The feeds do not work as expected.

    Also, I cannot change my password here. I had another account here and lost my password. I requested a password change email and got a message back that I am not allowed to change it. I posted on facebook and did not get a reply to that topic. I made a new account now, but this should really be fixed.

    So now to the feeds. I can use feeds by adding a /feed to the end of the URLS, but this does not work as expected and not as it did in the Version 1:

    When subscribing to the forum feed, I would expect that I should get a feed of the posts in the forum. Instead I get a feed of the Subforums in the forum. See here:

    http://minecraft.uncovery.net/forums/ is the URL

    http://minecraft.uncovery.net/forums/feed shows me the subforums in the order of the latest entry there. I want to see all feeds however, and had that in the last version. Clicking on the link provided does not bring me to the latest post, but to the subforum, where I then have to search again for the latest post.

    Now let’s say I want to subscribe to a subforum only:

    http://minecraft.uncovery.net/forums/forum/help/ is the url

    http://minecraft.uncovery.net/forums/forum/help/feed does not show me the lower subforums or the topics. Its simply empty.

    So let’s go to a forum that has no subforums, but posts in it:

    http://minecraft.uncovery.net/forums/forum/help/access-user-rights-etc/ is the url

    http://minecraft.uncovery.net/forums/forum/help/access-user-rights-etc/feed/ is empty too!

    So as a last resort, I want to subscribe to one single topic:

    http://minecraft.uncovery.net/forums/topic/conection-issues/ is the url

    http://minecraft.uncovery.net/forums/topic/conection-issues/feed/ works normally. The others do not however.

    As an admin I need to know about the new topics posted and AFAIK the feeds are the best and intended way to do so. Please please fix this!

    #95650
    inexpert
    Member

    “Where can I contribute translations

    https://translate.wordpress.org/projects/bbpress/plugin/&#8221;

    I was willing to translate to Spansh, since is my mother language, and I need it. I translated a few things and realised that it didn’t work, they need to be aproved to be downloaded. Then I saw this:

    Language % Translated Untranslated Waiting

    Spanish (Spain) 0% 0 706 818

    Almost everything has been already translated, but is not aproved. I’ve been reading and it might not be perfect, since some words are still in english (for instance Topic instead of “Hilo/Tema”), but it would be great to have access to that translation. There’ll be time for future improvements, I am the first one interested.

    So, who’s in charge of it?

    Thank you.

    PD: I need it for this http://www.opes.es/ new website. I got a translation file but is not completed. I am also looking for a guide to develop a plugin using the rewrite module, since the dynamic tests are now created using ?ID=x …

    #95661
    inexpert
    Member

    “Where can I contribute translations

    https://translate.wordpress.org/projects/bbpress/plugin/&#8221;

    I was willing to translate to Spansh, since is my mother language, and I need it. I translated a few things and realised that it didn’t work, they need to be aproved to be downloaded. Then I saw this:

    Language % Translated Untranslated Waiting

    Spanish (Spain) 0% 0 706 818

    Almost everything has been already translated, but is not aproved. I’ve been reading and it might not be perfect, since some words are still in english (for instance Topic instead of “Hilo/Tema”), but it would be great to have access to that translation. There’ll be time for future improvements, I am the first one interested.

    So, who’s in charge of it?

    Thank you.

    PD: I need it for this http://www.opes.es/ new website. I got a translation file but is not completed. I am also looking for a guide to develop a plugin using the rewrite module, since the dynamic tests are now created using ?ID=x …

    sdiggles
    Member

    I noticed that BBPress 2 is a WP plugin, where the first was a standalone. Is there documentation for the upgrade process? Can you still have separate themes?

    Any documentation or information on the latest would be great but I can’t find anything on the site.

    Thank you!

    #67994
    peaceharbor
    Member

    Yea, I tried installing bbPress 2.0 as a plugin through WordPress. How do I merge my old bbPress with the latest version? Looking at the new ReadMe file, it wants me to upload the new version in my ‘wordpress/wp-content/plugins’ directory and not where I currently have it installed which is in the WP root directory.

    #39409
    peaceharbor
    Member

    I have installed the latest 3.2.1 version of WordPress, and it is a private site/blog that requires all users to register before they can access the site. I could desperately use the bbPress forum, but I need the same security features as my site. I’ve installed bbPress 1.0.3 to my WordPress directory, and have enabled this forum to be a Private Forum by using the ‘private forums’ plugin.

    All the integration with WP & bbPress works correctly, and the current users that have already registered with my site already have access to the forum. However, any new users need to register through my WP site, NOT the bbPress forum.

    In short, how can I redirect the registration link on the forum to that of my WP registration page?

Viewing 25 results - 6,976 through 7,000 (of 11,580 total)
Skip to toolbar