Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 60,551 through 60,575 (of 64,515 total)
  • Author
    Search Results
  • #59404

    In reply to: forum.wp-persian.com

    _ck_
    Participant

    That’s actually pretty impressive to see.

    I think I’ve seen wordpress/bbpress on some Israeli sites too but in Hebrew.

    #59235
    Sam Bauers
    Participant

    > you are trying to use a bb-admin function that was meant for local file access to do remote file access?

    I’ve replaced this call in the new version (0.1.7) with a custom function that doesn’t use the file() call. So it will now use CURL where possible.

    New version also only retrieves headers where possible to speed up transfers.

    Also fixed sub-directory support for PHP installs that don’t use CURL.

    #59401

    In reply to: forum.wp-persian.com

    Trent Adams
    Member

    Great job! Will it have bbPress support as well! I hope so, or this is not the place to post it ;)

    http://forum.wp-persian.com

    Trent

    #59427
    fel64
    Member

    Can’t select database means your database details are wrong. It could be anything. Have you got any other applications that need database access? What did you use there?

    #57315

    In reply to: Plugin: bb-Topic-Views

    outchy
    Member

    this works really well on the front page, although i’m having a slight issue with my dashboard. when this plugin is active, i get the following error text on the right-hand side:

    Recently Moderated

    * Post on

    bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AND meta_key=’views” at line 1]

    SELECT meta_value FROM bb_topicmeta WHERE topic_id = AND meta_key=’views’

    bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ ‘views’, )’ at line 1]

    INSERT INTO bb_topicmeta ( meta_id, topic_id, meta_key, meta_value) VALUES ( NULL , , ‘views’, )

    Welcome to SK6Fans.com by neddi.

    Here is a screenshot

    Any thoughts?

    #59426
    omarvelous
    Member

    This problem sounds very familiar. You will have to excuse me, for it’s been a long while since I’ve toyed with bbpress…. BUT i’m pretty sure when I experienced this same problem, it was related to the password. I too had it blank, but for some reason the setup process doesn’t like “blank” passwords.

    I would suggest maybe creating a SQL user, with a password, and see if that resolves your problem.

    #2163
    gostallion
    Member

    Hi i just want to check if anyone knows installation of gengo on wp to support a 2nd language would interfere with bbpress?

    My bbpress totally tanked. I can’t login, when I try to do a new registration, admin’s email appears on the email field.

    Please help!

    #59324
    berniesteak
    Member

    I also have a bbpresss and wpmu installed at http://themotorcade.com and http://themotorcade.com/forums/ and that works fine, no 404 messages.

    I tried using the htaccess settings from that site on my problem development site and no joy.

    #59152
    kjted
    Member

    I’ve not forgotten about this. I will post up some code when i’ve finished. I’ve just written an insertion class too.

    #56739

    In reply to: Plugin: Avatar Upload

    LMD
    Participant

    Oh! I see, the sub-sub folders are empty, I just downloaded it from here myself to check.

    When I browsed bbPress’ Subversion repository, the files ARE there — I didn’t forget to commit them! — so somehow the bbPress Plugin Browser (the one on this site, NOT Sam’s plugin) has messed up the ZIP download.

    The question is, whether it is a one-off or a systematic problem? Admins? Coders? Any ideas?

    To solve your problem outchy (and yes, somehow the identicon section got deleted in your avatar.php file), you can download files directly from the Trac browser.

    Here is the avatar.php file (long url, sorry):

    https://plugins-dev.bbpress.org/browser/avatar-upload/trunk/additional-files/my-templates/avatar.php

    You can not save that page itself, but scroll right to the bottom of it and you’ll see “Download in other formats” – just click on “Original Format” and you’ll be prompted to save a PHP file.

    You can do it for any other files you’re missing.

    #2162
    yulaw
    Member

    Hello,

    I have this nifty USB Webserver (which I can run on the computer too from hard disk), to try out forums, blogs, and more.

    Now I stumbled across this BBPRESS, and this looked exactly like the thing I need!

    However! for some reason I can’t install it, and I have been searching through the forums allready, but i don’t have a lot of time today to search through the forums for hours.

    So here’s my problem, I get the dreafull “can’t select DB” error.

    I have no password on my mysql, as its just an standallone webserver which only I, the one behind this laptop, can access, and so it does not require a password.

    To access my webserver by a browser, I type in “http://localhost:8080”, it uses port 8080 to make sure it doesn’t conflict with 80.

    Anyways, i’ve read a lot of sollutions on how to correct the problem, but for some reason I just can’t seem to solve this! maybe i’m wanting to go too fast, or perhaps I just overlook one tiny thing.

    But its getting a little annoying after a few hours.

    So that’s why I need help.

    This is the first part of config.php which I needed to fill in.

    <?php

    // ** MySQL settings ** //

    define(‘BBDB_NAME’, ‘bbpress’); // The name of the database

    define(‘BBDB_USER’, ‘root’); // Your MySQL username

    define(‘BBDB_PASSWORD’, ”); // …and password

    define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

    // Change the prefix if you want to have multiple forums in a single database.

    $bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!

    // The full URL of your bbPress install

    $bb->uri = ‘http://localhost:8080/bbpress&#8217;;

    // What are you going to call me?

    $bb->name = ‘Test website’;

    // This must be set before you run the install script.

    $bb->admin_email = ‘enigmatic@live.nl’;

    // Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks.

    $bb->mod_rewrite = false;

    // The number of topics that show on each page.

    $bb->page_topics = 30;

    // A user can edit a post for this many minutes after submitting.

    $bb->edit_lock = 60;

    // Your timezone offset. Example: -7 for Pacific Daylight Time.

    $bb->gmt_offset = 0;

    So with “define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value”, I allready changed it a few times to “bbpress.localhost” or “localost.bbpress” as said in another topic, I tried a lot of things, but to no avail.

    I seriously need help, before i’m going to cry :'(

    I kid I kid, but help is apreciated.

    #2161
    _ck_
    Participant

    I’m gonna need this one in a hurry so if there’s nothing similar in existance, looks like I have a weekend project.

    For now I’m going to keep it simple, add a text link somewhere in the template and that will popup a javascript query for a description why it should be moderated and then an email will be fired off to the admin. What I really want it to do is create a new post in the moderator forum so one of the mods will see it and take action, but that might have to wait until the next version.

    Am I the only one (other than the few documented examples) who’s using bbpress for something other than a micro-forum and needs these kinds of tools?

    ps. the examples page needs to be updated, over 200,000 registered members now

    #59398
    _ck_
    Participant

    I’ve created couple of enhancements to the view count plugin which I’ve attached to the plugin’s page.

    It’s very easy to edit the templates.

    (Oh and xml-rpc is the first thing I disable in any blog configuration – it’s a spammer & evil hacker’s dream)

    The WordPress (and bbpress) community is very dis-organized, which is probably to be expected given the nature of blogging itself, everyone just does their own thing and hopes someone else shows up and comes along for the ride.

    #49624

    In reply to: Emoticons For bbPress?

    fel64
    Member

    Ooooh, I really hate that. What file are you trying to use as a plugin?

    #49623

    In reply to: Emoticons For bbPress?

    mazdakam
    Member

    i did wht u said

    file apear in plugin list but

    when i try to actve it i see this error message:

    Plugin could not be activated; it produced a Fatal Error.

    #59397
    fel64
    Member

    Err. No-one here’s obliged to look through threads. People often do, though, but there’s just no guarantee that someone will have the time and will to help people *and* that they then know what to do or have _anything_ useful to say. I’m sorry if you haven’t been helped.

    There’s a plugin that adds a view count. It’s not in the core. Maybe it should be. Why don’t you request it on trac?

    I think you add fields to the table by editing the template file. W3Schools has a good guide to table HTML, and you can use PHP to fill it with a template tag or whatever. http://www.w3schools.com/html/html_tables.asp

    #49622

    In reply to: Emoticons For bbPress?

    fel64
    Member

    It’s not a plugin. Add this to the top of the file, after the <?php:

    /*
    Plugin Name: Nerr
    */

    #56736

    In reply to: Plugin: Avatar Upload

    LMD
    Participant

    How are you installing the plugin? Are you downloading it directly or are you using the ‘Plugin browser for bbPress’ plugin? If the latter, then I think it’s not downloading properly, you need to do it manually by downloading the current ZIP file, unzipping it and follow the instructions in the readme.txt file.

    Here is the Avatar Upload plugin in the bbPRess Plugin Browser, the newest version of the code is always to be found on that page:

    https://bbpress.org/plugins/topic/46

    Click on the link “Download latest version” — or just click the following download link for now:

    https://bbpress.org/plugins/download/avatar-upload.0.7.zip

    #2157
    longtex
    Member

    I’ve been struggling with trying to get information regarding a problem with xml-rpc in WP… more posts that I should have made, probably, but it just boggles my mind that apparently not one single person the WP community gives a rodent’s fundament about xml-rpc (or if such is given, lacks either knowledge or helpfulness). In the course of this effort, it became clear to me that what was (IS) really frustrating about it is that I have no idea whether people are even LOOKING at any of the questions, so in a brief discussion it seemed like a good idea to make it a feature request for bbpress – that is, to have an (at least optional) views count for each thread, so one can find out if anyone’s even taking a peek at it… which provides some feedback (is my Topic Title not good enough to get people to look at it? or are people looking and shaking their heads?).

    Having just installed (only partially successfully, so far) bbpress, I don’t (yet) know where to look for the obvious place to add a field to the table and update it before displaying the thread… but I’ll bet someone knows, eh?

    outchy
    Member

    yeah that’ll work for now, thanks.

    #49621

    In reply to: Emoticons For bbPress?

    mazdakam
    Member

    i am using 0.8.2.1 i upload the files but in plugins list in admin area it didnt appear!! any one know the reason?

    fel64
    Member

    That’s the maxlength property of input fields.

    You can still edit the HTML, though, and submit your crazy username. A serverside check is best.

    Null
    Member

    Yes just edit the textfield (where you have to enter your username) and just let it except like 5 characters or less…

    mikelothar
    Member

    I have never coded sql, but i agree for some unknown reason that i don’t think it’s difficult to code. I’m just curious as to why noone ever did so before. In my opinion, this is the only obstacle in bbPress.

    If anyone should decide to give this a go and try to make the plugin, i just have one (more?) request.. and that is that the plugin also indicates a new topic in the forums part, and not only in the latest discussions. The Indicate New Posts plugin fails to do this.

    Who do i have to sleep with to get this plugin? :D

    #59234
    Sam Bauers
    Participant

    > update: actually this is not directly your fault, though you are trying to use a bb-admin function that was meant for local file access to do remote file access?

    If you check the short “to do” list at the top of the plugin you’ll see that I plan to address that issue in the future. I might just copy and paste the code from that internal function and then hack in my own curl/fopen alternative function.

    > If I am not mistaken, you just found a bbpress security loophole.

    Explain your concerns, how do you think this would be exploited? If it can be we should patch it up.

    > ps. any concerns about eventually 2,000-20,000 bbpress users hammering the svn with so many file downloads to examine all the plugin headers?

    36 downloads so far, let’s start worrying at 1,000

Viewing 25 results - 60,551 through 60,575 (of 64,515 total)
Skip to toolbar