Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 8,351 through 8,375 (of 11,591 total)
  • Author
    Search Results
  • #52365
    paulhawke
    Member

    I have an experimental plugin for bbPress I’ve been working on this week that adds an “Import” wizard under the admin area “Tools” menu. As it stands I have been using a phpBB 2.0.23 forum with 3 users (“Anonymous”, “admin” and one other) and about a dozen posts for testing and things look pretty good.

    The “Import” plugin needs beta testers who’re willing to give it a run through and provide feedback.

    The plugin reads data from the phpBB database, and rather than generate an enormous SQL file that is version specific, the plugin calls the same internal methods inside bbPress as occur when you manually create forums/topics/posts/users. A mapping is maintained between old and new user/post/topic/forum ID values, and referential integrity is maintained throughout.

    #84688

    I’m assuming your bbPress forums folder is on a separate domain than the buddyPress install? It’s not in the ‘default’ /forums location, right?

    Correct, standalone bbPress is installed on a subdomain (forums.mydomain.com) and obviously the group forum is activated within buddypress (mydomain.com/forums) as well. All share the same bb tables; so group discussions can be carried on via a more direct forum feel with extra bells and whistles.

    How the heck have you gotten BuddyPress’s activity stream to work with an external bbPress install?

    There is a plugin for BuddyPress called bbGroups (uses xmlrpc) but is outdated. I had to update the code for 1.2 due to the activity stream changes. (and i need to update once more since 1.2 RC1) – the XMLRPC is not ideal but does carry over the hidden/read-only and who has access. (i’d probably code it to access the db directly – but it works for my testing)

    Seems redundant to have 2 forum interfaces but this allows “outside” forums which may not be appropriate for setting up a group.

    But at some point BuddyPress 1.2 now expects the dates in GMT while standalone bbPress 1.0.2 must insert the timestamp on a topic/post differently. (I just haven’t had the time to sift over the code to figure it out yet)

    #83841

    Paul,

    I know this may be really obvious, and apologies if it is, but PHP’s built in functions for handling json are very much release dependant. There was a large change from php5 to php5.2 as i recall.

    It’s 5.36am here, so you’ll have to forgive me for the lack of links, but i’d do a little googling into that. At the end of the day you either stats a minimum PHP version, or test for the php version and do and if/else.

    #84648

    Hi Neotoxic,

    No i’m afraid you’ll have to figure out your own SQL script for the users. My code isn’t tested or anything, i’m afraid you’ll have to write teh custom code for your own specific solution yourself. the code i’ve posted above just does 95% of the work for you :)

    #83840
    Raize
    Member

    Thanks for the update Paul, I’m up for some beta testing when your ready

    #32996
    bingsterloot
    Member

    Hi all

    Does anybody know if it is possible to add buttons like “view resolved”, “view un-resolved” and “view non support topic” so it fetches the data like the (latest discussions).

    Thanks

    Bingster

    #84511

    In reply to: Plugin Upgrades

    bingsterloot
    Member

    hi all and thanks for your answers which were (not what i hoped for) but expected ;O) I know going back to v. 0.9 would solve most problems, but i have based everything on the latest build and i am quite happy with that. I will just have to wait and see where things is going :O)

    thanks

    #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

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