Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'codes'

Viewing 25 results - 1,651 through 1,675 (of 1,693 total)
  • Author
    Search Results
  • meitershaker
    Member

    yes _ck_

    _ck_
    Participant

    Did you comment out the line I listed above in the plugin?

    meitershaker
    Member

    erf, the bbcodes are already not displayed :'( :'(

    i try to make:

    code strong test /strong /code

    but i can’t see the strong balise.

    _ck_
    Participant

    If you want to also use [pre] then you have to also edit the bbcode plugin to translate that tag too.

    Hmm, this is strange, I have ‘pre’ in the allow extra tags list but it’s not being added.

    Update: argh, bbPress unsets “pre” and “br”

    Alright, if you want bbcode processed in code/backtick sections, simply comment out this line in the plugin:

    // if (preg_match_all("|<code>(.*?)</code>|sim", $text, $backticks)) {foreach ($backticks[0] as $backtick) {++$counter; $text=str_replace($backtick,"_bbcode_lite_".$counter."_",$text);}}

    It’s right under

    $counter=0;

    meitershaker
    Member

    with pre or code, bbcode are not displayed…

    i need to see bbcodes in code tags because on my forum i use pre-formatted posts, for many uses

    in example for:

    pre strong test /strong /pre

    i would like to see strong and /strong …

    there is no way?

    ++

    _ck_
    Participant

    I don’t understand what you are trying to do.

    IMHO, anything between code (or backticks) should ALWAYS be seen raw, unfiltered.

    If you need a tag similar to CODE, why not add the PRE tag to bbPress’s allowed tags. bbCode will work between PRE tags.

    meitershaker
    Member

    ah ck, it is possible to have the choice for that? in example, i would like to propose “posts templates” for presentations or interviews, and i need that.

    _ck_
    Participant

    bbcode is not displayed between code tags or backticks.

    This is a purposely designed feature, not a bug.

    chrishajer
    Participant

    Can you post a screenshot showing the functionality that is missing, or what the plugin is doing wrong?

    meitershaker
    Member

    Hi,

    i have a little problem with the bbcode lite plugin: when i use the code bbcode, and when i display others bbodes into it, this bbcodes are not displayed in code.. so it is possible to correct that?

    Bye

    ++

    #55312
    Detective
    Member

    Pilola, you could use this plugin: https://wordpress.org/extend/plugins/gaming-codes/

    I use it here: http://www.ryuuko.cl/bbpress/ (see the “nuestros usuarios” links).

    #66837
    mogo
    Member

    I faced the same problem, when installing bbpress 1 alpha with integration options (wp2.6) .

    The problem is because of automatic generated codes by wordpress api. I installed wp 2.6 and get those codes through api. I had bb-login.php problems when I installed bbpress 1 alpha. And I changed wp codes written in wp-config.php to simple ones( I removed some special characters such a ),”,],/,,[,},{ ) , and then it worked.

    I hope this helps you too.

    #3585
    tbrams
    Member

    I have a forum running as an appendix to the wordpress blog we have at lyngbytaekwondo.dk and people love it.

    Now after upgrading WP to version 2.5.1 it seems like all my html examples in the forum are being ruined when I try to add something. Right after installing the forum I did a post where wrote a post about how to use som of the html codes available and it worked nicely with the backtick to keep bbPress from formatting.

    When I tried to modify something yesterday by editing the post, all the html examples in backticks were destroyed and I cannot get the backtick to work again.

    If anybody can recommend a starting point for me to debug this, it will be appreciated.

    #3530

    Topic: Adding [code]

    in forum Plugins
    rivermaya
    Member

    Hi,

    why if I use the

    Code:

    it didn’t show the real code that I want to show to members ? like hyperlink codes or br

    it always converted to html ..

    how to fix it or what plugins I must install ?

    I already installed bbcode Lite n Buttons Toolbar

    #3446
    cliffmaster
    Member

    Anyone else have this problem with 1and1 ?

    I cannot get pretty permalinks to run, even after following directions.

    I wrote to them

    I am running wordpress and bbpress in the same root directory

    http://mysite.com is wordpress install and

    http://mysite.com/bbpress/ is bbpress install each install has

    it’s own .htaccess for using permalinks. WordPress permalinks work fine

    but I cannot get bbpress pretty permalinks to work at all. I have tried

    different variations of htaccess codes for both files without any

    success. It seems to me that the main root htaccess is overriding the

    /bbpress/ htaccess.

    Any suggestions ?

    This was their reply to me.

    “Dear Cliffmaster, (Customer ID: 6XXXXXXXX)

    Thank you for contacting us.

    With regards to your query,

    we would highly suggest that you install BBpress on a different folder

    and not on folder where you have installed a different CMS (WordPress).

    Please separate the two CMS’s by installing them on different folders

    under the root directory (/.)

    If you have any further questions please do not hesitate to contact us.

    Sincerely,

    Technical Support

    1&1 Internet “

    #3418
    Detective
    Member

    Foros Ryuuko

    I use a custom theme (heavily a modified Kakumei) and some custom plugins. The forum is new, so it doesn’t have activity, all our users are still using the Vanilla forum we had.

    I didn’t hack any core files, all “non standard things” are donde via custom plugins.

    Plugins i use:

    – My own “Ajustes” (for sidebar, footer and navigation menu content, profile content, and some html tags).

    – MD5 Insecurity (will be deactivated soon).

    – Private Messaging Extended

    – A custom Quicktags (ported from Vanilla)

    – Ajaxed Quote

    – Simple Online List (i also modified a lot this plugin, because it never worked for me ….).

    – Unread Topics. I also modified this one, it was doing too many queries. I added some indices and reduced the overhead.

    – User Photo. I ported the User Photo WP plugin.

    – Human Test.

    Also i indirectly use:

    – Gaming Codes: each user can enter his gaming codes. They’re displayed on the user profile.

    Aleph: this plugin creates user lists (among other things). So i use it inside WP like a “member list”. The beauty is that i can easily create different user lists, so i created a list for each gaming code (in other words, users can see which users have a certain gamer code).

    As i said, the theme is a heavily modified Kakumei. I replaced all topics/forum loops with my own, trying to mimick the Vanilla look. Also the css is based on the Tarski theme for WordPress. In fact, i import it directly from the WP installation.

    For the forum/topic icons, i created a custom plugin which printed the css based on the slug of each forum, and then i added the resulting code to the style.css. I still have to create a lot of icons, those are temporary.

    I hope you like my forums and if you have any questions or would like a plugin/theme release, just ask :p

    #60550
    chrishajer
    Participant

    Is this still related to the Simple Onlinelist plugin? If so, please post the actual error message you’re getting.

    The original error message says the table is not there, so, can you check the database with a tool like phpMyAdmin and see if the table was actually created?

    Is it possible the plugin hard codes the bb_ table prefix, but you’re using something different for your installation?

    #65059
    Mufasa
    Member

    Can somebody set that spammer on fire? Please!!! Seriously hot sticky napalm would be just fine…

    Nobody can login to our site at all – including Admin.

    We will probably hack it to work – but I think we should all vote for bbPress [shortcodes] and widgets.

    1) [bbPress]

    2) bbPress widgets

    Hail bbPress [shortcodes] and widgets ;)

    #65056
    Mufasa
    Member

    Ya know what…

    What would solve all these problems would be shortcodes.

    If I could just create a page and add a shortcode:

    [bbPress] then all our problems would just go away.

    Then if you wanted to get the bbPress “search” and “hot tags” to show in your sidebar you can just add the bbPress widgets and they would in theory just work.

    I guess that means my request is:

    1) Add a bbPress [forum] shortcode for wordpress

    2) Release some bbPress widgets for the wordpress sidebar

    #3312
    migpilot
    Member

    I am well stumped, I really am :(

    I have read as much as I can find on issues with integration but still no love.

    The setup:

    Server IIS.

    Latest WP.

    Latest BB.

    ALL secret codes match.

    Config files have the suggested added lines of code.

    Priv mappings are all set correctly.

    So far though, I can get only one account to auto login into wp from bb, and that’s only if I log in through BB only, ie. if I login through WP, it does not carry over to BB but does from BB to WP. This user incidentally has an account setup both in BB and WP.

    Any other BB account can not log into WP, regardless of being logged into BB first.

    Any ideas out there? I’m loving both new versions, but I have close to 2000 users that I would like to allow contribution privs to WP with their existing BB accounts – it seems WP does not see any of the BB users.

    Cheers!

    #64924
    gerikg
    Member

    How I did it… Please back up everything before starting.

    You need to find a theme close to your WP to make it easier.

    1. BBPress side,I renamed the style.css to styleold.css

    2. Copied over the WPress style.css over to BBpress

    3. Open both files at the same time. You want to copy over some of the codes from styleold.css to style.css. You might need to play with it. Do not copy “body”.

    4. Open both header.php. On the BBpress header copy over from WP header everything after <body> tag. Replacing whatever is there.

    5. Open both footer.php. This one is a little tricky.

    You can just copy over the whole thing and make sure you have <?php do_action(‘bb_foot’, ”); ?> in the file. You will lose the designers info though OR You need to see on WP side if there is any closing tags. bring that over and delete any closing tags on the BBPress side.

    6. Sidebars: depending where the <?php get_sidebar(); ?> tag. For example my <?php get_sidebar(); ?> tag is IN the footer.php Others the <?php get_sidebar(); ?> is in the other php files right before the get_footer tag or after get header tag.

    that’s it.

    make sure in your bb-config.php

    there is

    $bb->WP_BB = true;

    if (file_exists(‘../wp-blog-header.php’))

    require_once(‘../wp-blog-header.php’);

    else

    if (file_exists(‘../../wp-blog-header.php’))

    require_once(‘../../wp-blog-header.php’);

    after <?php tag.

    Goodluck.

    #63719
    Detective
    Member

    Hi, i have a plugin that will support this soon :)

    The plugin is named Gaming Codes. It’s for WP, but i have a stripped down version for bbPress. I’ll post it here soon.

    #3209
    momo-i
    Member

    Hi all,

    I’m using this in Japanese. When the user is registered, mail is garbled. It seems that it is because the mail body is submitted with raw UTF8 (not MIME-encode) also this is because of mail in Japanese(encoded iso-2022-jp) being provided as shown in RFC1468.(See http://www.ietf.org/rfc/rfc1468.txt)

    However, it is possible to display it even in Japanese with UTF8 normally by doing appropriate treatment.

    1. Add Content-Type header and etc.

    $headers[] = “MIME-Version: 1.0”;

    $headers[] = “Content-Type: text/plain; Charset=UTF-8”;

    $headers[] = “Content-Transfer-Encoding: 8bit”;

    2. MIME encodes the header.

    use mb_encode_mimeheader().

    http://www.php.net/manual/en/function.mb-encode-mimeheader.php

    Regards,

    #2912
    deesdogcare
    Member

    I have tried a variety of codes that have been offered up in these forums in an attempt to hide subforums on my main page because one of my parent forums is dog breeds~~~ can you imagine how HUGE my front page will beonce I add in all of my subforums?

    All of my attempts to utilize code offered in the forums has failed. One piece looked likeit MIGHT do what I wanted, but I could never figure out where to paste it!

    Please forgive me for my lack of knowledge ~~~ I am learning as I go.

    I have pasted my code for my front-page.php into the paste bin. If you could look at it and give me a clue, I’d appreciate it!!!

    http://pastebin.com/m4e612460

    Thanks!

    D

    #62547
    fel64
    Member

    You do need a localisation file, but if one doesn’t come with the topic it’s typically the sort of thing you can do for yourself.

    Some wp themes let you set the colour scheme in the admin panel (Mandigo for one), but it’s a fairly simple task to open the style.css file and change the hex colour-codes (once you understand what they are).

    Having bb as a subdirectory of wp is a good start but it’s not necessary as far as I know. My wp install is in a folder /wordpress/, while bb is in the forums subdomain. This should be everything you need to know on integration: https://bbpress.org/documentation/integration-with-wordpress/

Viewing 25 results - 1,651 through 1,675 (of 1,693 total)
Skip to toolbar