Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 60,426 through 60,450 (of 64,428 total)
  • Author
    Search Results
  • hi all …

    i use plugin synchronize bbPress registrations with WordPress but it doesn’t work. I create new user bbPress but in WordPress that user doesn’t have any role. Someone tell me what i miss ???

    and when i login to bbPress use user registered in wordpress (spypark.reborn), i got report Log In Failed and user name automatically change to spyparkreborn. Another word bbPress integration not work well or i miss something.. i don’t know ????

    #52657
    _ck_
    Participant

    Okay I have a working prototype.

    Who wants to beta test?

    http://ckon.wordpress.com/2007/07/28/new-plugin-bbpress-signatures/

    Okee well just let me know.

    Not responsible for any melted servers or sudden calls from the voyager probe.

    #54848

    In reply to: file attachments….

    mazdakam
    Member

    :) Listen!

    i know the way of bbpress minimalistic design and minimalistic develop so

    we need attachment feature for our support to wp users sometimes they need to upload their file to show and share them it comes form my experience now lets gather to make attachment plugin :) something like wp attachment any ideas?

    #52656
    _ck_
    Participant

    If we could take polls I would know if there is interest but simply out of the curiosity to learn more about the bbpress core I might give this a shot this weekend.

    update: will have a prototype posted within a couple hours or so of this post

    #59484
    _ck_
    Participant

    See that’s the thing, you won’t be able to pre-guess everywhere it will show up. Any future plugins will not know to obey your time logic.

    However most code should know to check for topic_status==0

    If you set it higher and then set it back when the time is right, then you should be able to get around all functions. Just don’t use 1 or 2 as a marker.

    Then every few minutes do a mysql check for any topics that have that unique number set in topic_status and if their time has past, set topic_status to zero.

    That reminds me, bbpress will need a pseudo-cron that can be hooked with a real cron job if so desired.

    #54846

    In reply to: file attachments….

    _ck_
    Participant

    Finally a thread to use this page I was saving:

    http://photomatt.net/2004/12/29/bbpress/

    Matt doesn’t want bbpress to have features.

    He actually recommends punbb if you want more features like file attachments.

    [bbpress] is never going to have a tenth of the features of phpBB or vBulletin … bbPress is not going to have avatars, or put post counts next to your name

    What he wants is pingbacks so a million spammers, er, I mean a million micro-forums, can add posts to your site without ever visiting it or following topics. He wants to de-centralize any sense of community.

    (if you don’t get my humour, I disagree with his logic but don’t get me wrong I still respect him – bbpress is growing on me far more than punbb – also note that punbb is at least a year older than bbpress and has far more developers – bbpress has not even approached any kind of critical mass yet – punbb does not have built in private-messaging, polls and file attachments either)

    ps. compare

    #59481
    _ck_
    Participant

    I don’t think your technique will work universally.

    I bet your early posts still show up in search before they are “published”. Maybe even the rss feeds too.

    By tinkering with the topic_status field it will make sure virtually all routines in bbpress will hide the post from visitors until set down to zero.

    #59242
    _ck_
    Participant

    >For a lark I pointed the plugin to the WordPress Plugin SVN. It got about 1/4 of the way through retrieving the list of plugins and died (script timeout).

    With many people accessing it, yeah it will necessary to pre-compile a default list of a full revision weekly.

    Or to be sneaky for now you can set a flag in options after each curl fetch and restart bbpress if you calculate approaching 30 seconds.

    Both ways sound like headaches.

    I wonder if the trac cache is faster/more efficent?

    ie.

    https://plugins-svn.bbpress.org/plugin-browser-for-bbpress/trunk/plugin-browser.php

    vs.

    https://plugins-dev.bbpress.org/browser/plugin-browser-for-bbpress/trunk/plugin-browser.php?format=raw

    I wonder if trac can be tricked to pre-gzip it all to download beforehand as a bundled revision? It’s got to compress wonderfully as it’s entirely plain text and repeating php functions.

    ps. be sure to take advantage of gzip support in curl / fsockopen – I have some code I wrote somewhere to do this if you need ideas

    #2177

    Topic: Theme: Derleth

    in forum Themes
    garrik
    Member

    I started out just working on changing a color, but got carried away. I am still working on tweaks and css changes for the various forms, but I thought I would share it and see what you all thought. If anyone is interested in it I would be happy to post it for download.

    The theme is based on kakumei, which is really easy to play around with (good stuff Bryan Veloso) and has css rounded corners on the header and footer. What else. Oh its blue and orange, but thats easy to change if you like other colors.

    Links – http://www.realdisney.com/bbpress/

    #59479
    _ck_
    Participant

    In theory it should be possible to use the topic_status field to set a future topics flag ie. “4” and check the database everytime bbpress runs for that flag, then change it to 0 when the time has passed.

    I don’t see this as a big need for forums (wordpress is another matter) but it’s a simple enough plugin so maybe I’ll try later this weekend.

    #59459
    amazon3d
    Member
    #59469
    fel64
    Member

    This is the request forum but I think that feature suggestions on http://trac.bbpress.org are more likely to be seen, so I recommend making your pitch there.

    #51562
    fel64
    Member

    I don’t know off the top of my head. What I’d do in this case, as for pretty much every question that’s asked, is open my copy of bbPress and look around in the files. So that sort of thing sounds like a template tag, so I’d look at bb-includes/template-functions.php, then search for “profile_link” or a couple other similar terms if I couldn’t find it.

    This time I tested it and searching for “profile_link” will pretty quickly get you the function you want. But finding out what you need is something you can pretty easily do yourself most of the time. :)

    (Not that there’s a problem with you asking anything, this is just teach-a-man-to-fish thinkin’.)

    #2173
    amazon3d
    Member

    After a bunch of tweeking and what not (put wrong info in a few times)

    I got the BBPress installed. But when I go to go see a forum or post it gives me an error.

    I use 1&1 Internet to host my site (dont really recommend them)

    I have minor PHP knowledge (but I am learning more every minute.)

    It appears that it did not create the folders it needs to draw from. Forum, users, etc. So I’m not sure weather I have to manually create them or weather I have a bad batch of files or what not, been working on it all day trying to get that and a web calender working, finally got the calender working.

    Any input would be much appreciated.

    -Amazon3d

    http://www.Shawnmangeot.com

    #59441
    _ck_
    Participant

    There are many other things you will need to do to get it working properly with wordpress.

    1. cookies paths need to be fixed in both programs

    2. the integration plugin should be installed

    3. the allow spaces in usernames plugin should be installed

    4. force all registrations/logins through wordpress from the several places they are buried on the forum (the WP interfaces are far more developed)

    5. add the ” set default role when registering new user though forum” plugin tweak

    There are probably a few others I’ve forgotten by now.

    #59440
    izzypop
    Member

    Got it working, Stupid GoDaddy latency.

    Cheers

    #59241
    Sam Bauers
    Participant

    > it works, yay!

    Great!

    > idea: “power user toggle” that will turn the revision number into a hotlink to the svn directory

    Good idea, I’ll ad it to my “to do” list.

    > maybe show the filesize since curl/fopen has to pull the entire file down anyway so it knows the size

    It only completely pulls down the .php files from the trunk of each plugin to interrogate then and create the list, so I could only accurately report on the size of those. Otherwise I would have to traverse through all the subdirectories and add up the totals. Which would be a bit onerous.

    > a tally at the bottom of how many plugins shown would be interesting to see too

    A bit superfluous, but I’ll add it.

    > will it paginate if one day there are over a hundred plugins?

    That wouldn’t be too hard. But there aren’t that many plugins right now.

    For a lark I pointed the plugin to the WordPress Plugin SVN. It got about 1/4 of the way through retrieving the list of plugins and died (script timeout). Ultimately if this plugin is going to remain in use I’ll have to either compile the plugin list on a server somewhere and serve it as a single file to all plugins, or build a “specs” file format for plugins to use if they want to be in the browser. But that is what the WordPress plugin I mentioned earlier is attempting to do, so I’m more likely to assist in porting that plugin over to bbPress than extending this one to do it.

    #54083
    _ck_
    Participant

    Keep in mind that bbpress already tracks all topics started and all recent replies by each user in their profile.

    Subscribing to individual threads is something probably better suited to the notification plugin. Serialized meta data would have to be added to each topic with each user subscribed and then removed when unsubscribed. I guess I can look into it eventually if no-one else creates such a feature.

    #2172
    mazdakam
    Member

    i translate some plugins and have mo files but i don’t know how to define them to work?!

    i translate 22 bbpress plugins :)

    should i insert them in to the include/language folder?

    with which name or i must create one file and merge whole of them to he one file

    #51051
    jackhsieh
    Member

    Here below is the workable method for the purpose of trying bbpress. To hide the mail() function code and then add a echo() to show the password on-screen. Like below…

    (registration-functions.php)

    echo (‘Your Password:’ . “$pass”);

    /*

    mail( bb_get_user_email( $user->ID ), bb_get_option(‘name’) . ‘: ‘ . __(‘Password’),

    sprintf( $message, “$user->user_login”, “$pass”, bb_get_option(‘uri’) ),

    ‘From: ‘ . bb_get_option(‘admin_email’)

    */

    #59240
    _ck_
    Participant

    Okee, will try and report back in a minute.

    Thanks as always!

    *** cries tears of joy ****

    it works, yay!

    (note I had to manually delete the two options already inserted into bbpress to get it to load the entire plugin list)

    Wow, very nice work…

    idea: “power user toggle” that will turn the revision number into a hotlink to the svn directory so I can directly preview the source and maybe show the filesize since curl/fopen has to pull the entire file down anyway so it knows the size

    a tally at the bottom of how many plugins shown would be interesting to see too… will it paginate if one day there are over a hundred plugins?

    #59407

    In reply to: forum.wp-persian.com

    Sam Bauers
    Participant

    > so i have my bbpress full translating where can i upload it?

    You should post it on your own site and add a comment with the location in the blog here.

    I’ve also added a link to your translation file at http://www.bbpulp.org

    #59239
    Sam Bauers
    Participant

    Gah! In 0.1.9 I changed all the version numbers but didn’t actually change the code!

    0.1.10 is now committed, and *it* will fix your problem.

    #59238
    Sam Bauers
    Participant

    @_ck_

    Do you have version 0.1.9?

    That error was in 0.1.8 and fixed in 0.1.9

    #59406

    In reply to: forum.wp-persian.com

    mazdakam
    Member

    I noticed the “support forum” plugin was outputting english strings in your forum. I have just updated the plugin to use gettext on all the strings that weren’t using it. So if you want full translation it is now available (you will need to modify your language files to add the strings).

    yes you are right. i was busy for configuring the plugins now i am free for translating plugins languages

    so i have my bbpress full translating where can i upload it?

    i eamil it to the mailing list but i got no reply :)

Viewing 25 results - 60,426 through 60,450 (of 64,428 total)
Skip to toolbar