Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 60,776 through 60,800 (of 64,430 total)
  • Author
    Search Results
  • #58874
    Trent Adams
    Member

    WP doesn’t auto close tabs by default either (unless the new editor does it). Does anyone know if the QuickTags plugin for bbPress auto closes tabs?

    Trent

    #58534
    Trent Adams
    Member

    The download will be the latest one with the fix.

    Trent

    #58857
    Trent Adams
    Member

    What kind of markup are you trying to create because with bbPress you have to create a plugin to do this. Same way I did with the youTube plugin for allowing admins and mods to use the embed tag.

    Trent

    #58843
    Trent Adams
    Member

    Did you get this working? If you have access to your database through myphpAdmin or something like that, we can make sure that your admin user has the correct privelages pretty easy by looking at wp_users and then browsing to the admin user. The install of bbPress should not have changed the admin capabilities of your WP admin backend access because it would have added a completely seperate ‘role’ entry to wp_usermeta and not touched the wp_user table at all.

    Trent

    #2062
    _ck_
    Participant

    I’ve got sloppy members not closing their tags and the markup runs through the rest of the page. Doesn’t WP already do auto close on tags? Did bbpress not pick up that part of the code?

    #58081

    In reply to: bbSync

    wduluoz
    Member

    @fel64, having some strange problems now. I have followed your directions for the get_user, but now, when I post, the keymaster gets member inserted into usermeta and it crashes trying to pull up the capabilities array. I have wp and bbpress integrated.

    M
    Member

    After trying to add code between backticks, all I’m left with is something like this:

    `

    m

    `

    Instead of:

    <img src="http://www.yourimghosthere.com/yourimage.gif" />

    Deactivating plugins didn’t fix it, and nothing else has changed other than the upgrade. Is anyone else running into this?

    Edit: okay, at least now I know it works on the bbPress forums. I’ve no clue where to look to fix this, can anyone toss out an idea or two?

    ‘code’ works, so long as I don’t include the brackets around the code I’m trying to show.

    #2058
    _ck_
    Participant

    On WordPress, admin can post any content, any html markup regardless of restrictions for visitors.

    I’d like to be able to do that on BBpress?

    #2057
    Danny
    Member

    來源(From):

    http://sofree.twbbs.org/bbpress/topic/4

    下載(Download):

    http://s9011514.googlepages.com/bbPress_zh_TW_0.8.2.1.zip

    英文(English):

    Place『 zh_TW.mo』 & 『zh_TW.po』 into bb-includes/languages directory (you may have to create the languages directory yourself),

    and edit define(‘BBLANG’, ”); to define(‘BBLANG’, ‘zh_TW’); in config.php

    中文(Chinese):

    如何更改語系檔

    1.請先解壓縮 bbPress_zh_TW_0.8.2.1.zip

    2.接下來請在『bb-includes』資料夾中新增目錄→『languages』

    (簡單說:/bb-includes/languages/ )

    3.將解壓縮檔傳到『languages』目錄下

    4.到『config.php』檔案中

    找到 define(‘BBLANG’, ”);

    修改成 define(‘BBLANG’, ‘zh_TW’);

    5.完成!

    #2056
    bedbugger
    Participant

    After upgrading, I had my template and but no topics or forums listed.

    So I started over: installed just bbpress upgrade AND my old config.php file.

    This is the result:

    http://www.bedbugger.com/forum/

    You see the topics and forums, but can’t click to read them or login.

    #57450

    Ok, so answered my own question in the last post. Just had to go through everything step by step and see what collides and adjust accordingly. No, however, I need help with something else regarding this! I need to add a link to my forum profile edit to my loginanywhere script. It works at the bbpress site but then I switch over to the blog and it says profile_tab_link is an undefined function. Maybe there’s even another way to link to the profile edit? Please help!

    retrospec
    Member

    Hello,

    After installing the software successfully, all database tables were created ok but when I clicked on the link to login it repeatedly told me the forum software wasn’t installed. On checking I noticed two bizarre things:

    1. Although the placeholder topic had been created and other tables populated, the forum table had no entries, it was empty, i.e. it had not created the first forum detailed in the installation to match the topic that was there. Creating a temporary entry with the id of the successfully created made the forum work, but then…

    2. When I logged in as the user I created during the installation there was no admin option so I check the user meta table and it was down as ‘member’ and not ‘key master’.

    I am using the latest bbPress (downloaded this morning), running php 5.2.3 and mysql 5.0.41. Both are near enough out of the box installations and working fully (the only change to mysql was to set password in legacy mode).

    Please help as I can’t do anything!

    btw, one other minor question completely unrelated. Why when I look at people’s code listed in forums or hyperlinks, is it chopping off the entry at the end of the line and not wrapping? I’m using firefox, haven’t checked against IE.

    #58841
    _ck_
    Participant

    after studying this for awhile I guess I need someone to explain to me why BBpress hides posts and needs a view=all for view all posts? Can view all be on by default?

    #49620

    In reply to: Emoticons For bbPress?

    _ck_
    Participant

    I’ve now made a smilie plugin here:

    https://bbpress.org/plugins/topic/bb-smilies

    By the way, WordPress’s default smilie detection code and therefore the code converted here in the earlier post are very flawed when it comes to whitespace issues.

    I created a patch awhile back that made it work 99% of the time regardless of spaces before, after or at the end/beginning of a sentence.

    add this function:

    function prepSmilies($string) {return "/(s|^)".quotemeta(trim($string))."(s|$)/";}

    then add this near the start of function convert_smilies:

    $prep_search = array_map('prepSmilies', $wp_smiliessearch);

    then change the $contenst=str_replace line near the end of function covert_smilies:

    $content = preg_replace($prep_search, $wp_smiliesreplace, $content);

    Now if only it was this easy to tweak wp/bb’s search function to be so much more intelligent.

    #2011
    chaoticmess
    Member

    I edited the Karma Fruit theme for wordpress a bit to match the Bbpress theme. They dont look totally alike. There are some slight differences but I think when you look at it you think

    of the Bbpress theme. I loved the Bbpress theme so much I wanted my WordPress to look the same :) . If you want the file changes let me know. Its just a few lines of css to make the difference in the original look for Karma Fruit.

    http://chaoticmess.sittingonair.com/ < — Karma Fruit Theme

    http://chaoticmess.sittingonair.com/forum/ <—- Bbpress Green Theme

    MJ

    #57687

    In reply to: Tags not separating

    Arlo
    Member

    Yes, the line says “spaces” which adds to the confusion. BBPress touts a feature which doesn’t exist!

    #57685

    In reply to: Tags not separating

    thierryyyyyyy
    Participant

    I feel the previous post is a spam ….

    I’m also experiencing the “tag is very long when space is not the default parameter”.

    If bbPress team still don’t want to hear your request, I will perhap’s make a plugin to workaround this bug (for me, it is not a feature …)

    Null
    Member

    Added also as trac

    #58808

    In reply to: Paypal Donate Plugin?

    totalbalance
    Member

    Not sure if your familiar with Vanilla. Another clean, very popular php forum software package. Here’s the link to the plug-in page that allows users to decide if they want the “Buy a Drink” (paypal donate) on each of there posts. Not being a programmer, I don’t know what it would take to port it to bbPress.

    http://lussumo.com/addons/index.php?PostBackAction=AddOn&AddOnID=148

    #56706

    In reply to: Plugin: Avatar Upload

    beaver6813
    Member

    Hey there, i’ve just installed Avatar Upload and it works brilliantly i must say! However identicon for bb-press as posted by louisedade (created by fel) gives me an unexpected error when i try to activate, running this outside of the plugin centre or whatever you want to call it, it gives:

    Fatal error: Call to undefined function: add_action() in /home/bblocked/public_html/www/forums/my-plugins/identicon.php on line 286

    Inside the plugin centre it just says fatal error :-P

    I have identicon installed on my wordpress blog and bbpress retrieves all functions from wordpress etc etc intergrated bla bla bla :-P Any ideas?

    EDIT: When editing out add_action at the bottom it doesn’t produce any errors… so i don’t know what bbpress’s problem is :-/ anyway of getting it to give more info? “Fatal Error” doesn’t explain much lol

    #2044
    _ck_
    Participant

    Hi, sorry I’ve read and read and tinkered and tinkered without luck.

    BB does not see the WP logged in cookie for some reason.

    wordpress is in /news/

    bbpress is in /forum/

    I am using a plugin on wordpress to change the cookie path to “/” and firefox shows the cookie is indeed set to the “/”

    the domain is set to “example.com” without the “.”

    right now I’ve got in config.php set as

    $bb->usercookie = ‘wordpressuser’;

    $bb->passcookie = ‘wordpresspass’;

    $bb->cookiedomain = ‘example.com’;

    $bb->cookiepath = ‘/’;

    So what little detail have I missed?

    Thanks for any help!

    #58820
    Trent Adams
    Member

    You have to define your WP portions in config.php of your bbPress installation and have the plugin for WP installed to make sure WP uses the current bbPress users and not just having bbPress use the new users.

    Trent

    #58809
    Trent Adams
    Member

    Check out:

    Plugin: Post Notification

    Trent

    Trent Adams
    Member

    Good question Null. Post it to the devlist!

    Trent

Viewing 25 results - 60,776 through 60,800 (of 64,430 total)
Skip to toolbar