Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 8,351 through 8,375 (of 11,584 total)
  • Author
    Search Results
  • #84177

    In reply to: Thanks plugin

    paulhawke
    Member

    I just committed files to SVN … the “thanks” plugin is a reality and available to test. I’m waiting on the refresh cycle of the plugin browser for it to appear on the site now.

    #32985
    fokissed
    Member

    I just upgraded to the latest stable version of bbpress.

    Just before doing so, I would receive an email notification whenever any new topics or posts were created, so I could easily go through each one and reply. They always came from “unknown sender” which was a little strange, but they still served their purpose.

    Since upgrading, I’m no longer getting these email notifications at all, and I don’t remember what I did exactly to get them in the first place. I can’t find a setting for this anywhere, and I’m pretty sure I didn’t install any plugins, because there isn’t any additional plugins in the “my-plugins” folder of my backup that I made of bbpress before upgrading.

    Has anyone else experienced this and/or know how I can start receiving email notifications of all new topics and posts again?

    Thanks in advance,

    Brandon

    #84475
    grassrootspa
    Member

    @ all:

    Not sure about the rest of you, but I certainly seem to have quite a few spambot users signing up. They don’t seem to actually leave any spam but I notice them registering and sitting there. Kind of freaks me out, like they are sitting there all quiet, planning an attack!

    There are various ‘human tests’ type plugins but I’ve had problems with them not working properly and preventing legitimate users from signing up. Anyone else had issues with those plugins not working properly?

    #83839
    bingsterloot
    Member

    Sounds great paulhawke. I would very much like to beta test if possible ;O)

    Keep up the good work

    #83838
    paulhawke
    Member

    There are plenty of 3rd party libraries that deal with the feed reading. Thus far I have a working admin screen that relies on AJAX services to validate a given feed URL. Combination of a GOOD rss library on the backend, and the encode_json() method from PHP means I’m golden for right now.

    Milestone 1 of the plugin is complete – administration page to handle a single feed. Milestone 2 is starting – using that data to actually monitor the single feed. When Milestone 2 is completed I’ll grab a couple of people to beta test.

    #32952
    Steven Hodson
    Participant

    The subject pretty well says it but this is something that I have been asked for by my forum members. What they would like (since they use to have it on the old SMF forums I converted from) is a link button that when clicked will open up a single page (or possibly multipage) with the unread posts since their last visit.

    If anyone is willing to give this a shot I’d be more than willing to be a tester for it.

    #84410
    snickn
    Member

    “Bbpress Latest Discussion” is the plugin. It works fine – I’m pretty convinced this is some weird bug. There’s definitely nothing wrong with the db info.

    #32943
    snickn
    Member

    Hi All,

    I’ve moved a bbpress install for a client, and I’m seeing the strangest bug – Client has bbpress, and the bbpress “latest” plugin for showing the posts on his main page. The latest plugin works great, accesses the DB and all, the bb though – can’t access the DB. Same username/pass/database/host, file has correct permissions so it can read it – everything looks great..but BB continually can not reach the DB.

    I’ve deleted/recreated the file, I’ve done it all – any tips? We rsync’d the files from the other host, and it worked fine prior.

    #84372

    In reply to: @ links (mentions)

    Windhamdavid
    Member

    Gautum – very nice! Have you investigated the use of @user mentions over at TestBP.org Perhaps integrating the two would be a great idea for future compatibility?

    #84369

    In reply to: @ links (mentions)

    Michael
    Participant

    Gautam, this looks great. Can’t wait to try it out. :)

    That can’t be helped. The plugin first checks if that username exists, if not, then checks if that nicename exists. This will be also mentioned on the plugin page.

    Is there no way to test as far as three spaces in (until it finds a username)?

    #84367

    In reply to: @ links (mentions)

    Gautam
    Member

    Replying to kevinjohngallagher’s post (maybe its in spam, but I got an email notification as I am subscribed to topic):

    1) Making “@” links is cool, and very “twitter generation”, even if its not something that’s totally globalised yet. But the “@” link is not pointing at what you’re replying to. We’re faking the functionality without the reasoning, which in the end will just confuse users.

    On Twitter, you post on your profile page. People read it on their feed, and reply on their own Profile page. So a link to “@kev” goes to the page where “kev” has written his post. That’s the point of it, to link to someone’s post.

    Here, we’re making the link “@kev” go to “/profiles/kev/” for the user to not see the post. That’s exactly the opposite of the purpose of the “‘@” linking system :)

    –> That’s basically the work of a reply plugin, not of a mentioning plugin. I also have future plans with the plugin like linking #tag, etc. Even if I do something like that which you have mentioned, then a single user can make multiple posts, then which post will the plugin link to?

    2) The other issue is that Twitter names don’t have spaces, while BBpress / wordpress names can. So if i write “@Michael R Thanks for your reply”, how does the plugin know where the username ends? What if it finds a “michael” in the usertable, it will then link “@Michael” to “/profiles/michael/” and the message will read “R Thanks for your reply”. In Twitter, it parses at the first space; but we can’t do that here.

    Oh that will also involve looping through queries until you find a match, so first for Michael, then for Michael R, then for Michael R Thanks etc. Ofcourse there could/should be a word/search limit – either way there is huge potential for database issues there. Imagine adding up to 5 sql searches, per “@” per post, per page load.

    The initial solution, and i suppose this is for Gautam, is to make a search of the user table for all users who have posted on the topic being replied to, which should narrow it down considerably, though it should be noted that if you have “Michael” and “Michael R”, or any similar naming issues, the plugin will not know that…

    –> That can’t be helped. The plugin first checks if that username exists, if not, then checks if that nicename exists. This will be also mentioned on the plugin page.

    3) You are effectively allowing a user to search your database for anything you put after your “@” symbol. Now this one is a little bit of scaremongering, but we’ve all seen bad coding before. What if I write “@drop table wp_usermeta hi bob, how much fun would this be :)“. There is a reason that we try to make sure we don’t take database queries from the user.

    –> 1) This is what is used to match the username – /[@]+([A-Za-z0-9-_]+)/, so there is no point of mysql commands going in there.

    If you want to test the plugin (how it works), you are free to use this as sandbox – http://forum.gaut.am/

    I have made some posts to test the plugin here.

    #82033

    In reply to: New Theme For BBPress

    arpowers
    Member

    They’ve been tested in IE6 but not IE5.. (I don’t even know how we would test in IE5)

    Yes, they can only be used with our WP themes.. we’ve had to hack the WP header.php to include bbPress specific stuff, there are also some bbPress options included in the WordPress themes.. (meaning we had to alter the WP themes)

    I would like to give away a bbPress theme for free, but didn’t get any feedback on the thread we started about it.

    It also seems like bbPress works best when with a WP theme.

    #76941
    chandersbs
    Member

    Thanks Chris and everyone, I will test Kevin’s code tonight and see how it works.

    Keep you guys posted :-)

    #84168

    In reply to: Thanks plugin

    paulhawke
    Member

    I spent a little while looking at this at the weekend. There’s a nice ‘action’ that I can hook into for generating the voting links and output. A little more tweaking on the back-end (AJAX processing of votes) and I’ll be ready to let this out for a beta test.

    #66578

    hi,i think that i have solved it!

    i have a hostmonster.com account,so i change one domains folder to another domains folder.like xxx.com/bbs====>yyy.com and then i take some hours to test some solutions and at last i make my webistes work well. hehe.

    my solution is that: change 2 data of database.

    look below:

    [bb_forums]====> [1 xxx.com/bbs]


    >[1 yyy.com]

    [bb_meta]====> [3 bb_option 0 uri http://xxx.com/bbs%5D


    > [3 bb_option 0 uri http://yyy.com]

    if oke,please feedback a comment!

    frooyo
    Member

    @ipunkbali

    No. Matt is back involved, as noted in his latest weekly bbPress meeting.

    You might be thinking of either Sam or _ck_. Sam was an employee of Matt who left to pursue other interests. _ck_ was a major contributor of plugins who left because, to my understanding, she felt under appreciated by the community and disagreed with the direction of the product.

    #84245
    edwinfoo
    Member

    @ipunkbali…..have you set up an account, verified your site and lodged a xml sitemap in Google Webmaster?

    #84244
    ipunkbali
    Member

    One more thing, your forum is not indexed by google. Can u find out why? I have the same problem too. It’s been 2 weeks. thanks

    #84243
    stuka
    Member

    Thank you very much Michael! I was thinking that no one was watching for us here.

    Glad to know that the BBpress community isnt dead. I’ve just installed it and im loving it!!

    http://www.mmoplayers.com.br/mmobrasil/

    #32915
    ipunkbali
    Member

    hello im posting again since no reply in my last post. the member profile and the front page is kinda transparent, not sure why.

    Could you please mod test my site “add topic” anything so you know what im talking about?

    forum = http://bit.ly/5HsU3v

    username = anonymous

    pass = 123456

    how to put white/grey backgound from the footer all the way to the nav bar? i also cant log out.

    thanks

    #84242
    Michael
    Participant

    Install this plugin, and modify it as needed:

    https://bbpress.org/plugins/topic/front-page-topics/

    #32914
    stuka
    Member

    Hi guys, my latest discussions list doesnt stop growing, I would like to edit it to the last 5 topics. How should I do it? Thanks!

    #32913

    Topic: trunk or 0.9?

    in forum Installation
    eduardosilva
    Participant

    Hello,

    I’m planning to start a new forum based on bbpress.

    My only problem is that the actual version (1.0.2) doesn’t have email notification working (topic subscription) working.

    My idea is to install the latest 0.9 version and add some plugins for email notifications. But at the same time I saw that the trunk version already have this feature implemented, so I’m wondering if I should go with trunk version and them change to the stable version when this feature is implemented or if I should stick with 0.9.

    What do you think about this?

    Thanks inadvance!

    #83909

    In reply to: Plugins

    paamayim
    Member

    Up.

    Do anyone know a solid plugin to parse bbCode ( , , … ) per the latest version of bbPress?

    I have just tested it on a separate server and I get the same error.

    I did the same: installed a fresh BBpress. Created database and user for it in backend, went to: http://domain_name/bbpress/bb-admin/install.php and the page shows up correctly. I insert the connection info and connects successfully.

    When I press go to step 2, I get the same error:

    Parse error: syntax error, unexpected T_LNUMBER in /home/domain_name/www/www/bbpress/bb-includes/backpress/class.wp-http.php on line 281

    I will try on my localhost, but for me seems that the bbpress installation folder is corupt!

Viewing 25 results - 8,351 through 8,375 (of 11,584 total)
Skip to toolbar