Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 28,001 through 28,025 (of 32,495 total)
  • Author
    Search Results
  • #3085
    Shagalaga
    Member

    2 Questions…

    …how can i add new groups?…

    …and…

    ….can somebody code a plugin for a refreshbutton at the bottom of a topic?

    #63765
    Munnday
    Member

    I am sure the team with have bbPress out very shortly – afterall WP2.5 was only just released.

    @MUN33B: As far as I can tell from the nightly build I have been using, the sending password to email is still the default setting for bbPress (as it is with WordPress). In terms of comparing it to MyBB (which is a great bit of software – the team should be proud) it’s a bit hard – bbPress is intended to be a lightweight forum solution, minimal on features but highly customisable – where at software like MyBB tends to have all the features built in.

    Well that’s my 2 cents anyway ;)

    #3084
    pad
    Member

    http://www.wordpress.org

    2.5 is finally live. So will we be seeing bbPress 0.9 now too? :D Let’s hope so!

    #63762
    Shagalaga
    Member

    wow, ein sehr schönes und aktives Forum :-)

    #63718
    Shagalaga
    Member

    ok now, i need your help :-P

    i have no idea what to do :-(

    <iframe src=”http://gamercard.xbox.com/insertgamertaghere.card&#8221; scrolling=”no” frameBorder=”0″ height=”140″ width=”204″></iframe>

    <iframe src=”http://gamercard.xbox.com/ with%space.card” scrolling=”no” frameBorder=”0″ height=”140″ width=”204″></iframe>

    these are the gamertaglinks

    #63717
    Shagalaga
    Member

    ok, thx i dont need now, i need it for my second board ;-)

    #63713
    sb73542
    Participant

    Hmmm, so it sounds like the answer is “no”. Next question: how hard would it be for me to create a plugin like this? Or is anyone else working on a general “stuff-show” plugin that lets you show various blocks of code in different parts of the forum?

    Thanks.

    #63751

    In reply to: 404 Plugins repository

    Covi
    Member

    😯

    U can access to this URL??:

    https://bbpress.org/plugins/topic/bbpress-theme-switcher/bbpress-theme-switcher.zip

    I will try to refresh the caché… I haven’t any proxy or anything like this.

    :(

    Thx, for answer.

    #63742
    _ck_
    Participant

    41 ;-)

    http://bbshowcase.org/forums/view/installed-plugins

    whoops, looks like I need to fix the plugin status for 0.9

    #63739

    In reply to: missing path

    chrishajer
    Participant

    You need to turn off permalinks, at least for now, to get this working. In your config.php, make the mod_rewrite line look like this:

    $bb->mod_rewrite = false;

    #52132

    In reply to: Private Forums Plugin

    Covi
    Member

    We need a download section on the plugin homepage, BBpress plugins repository is broken :(

    Regards, Covi.

    #3071
    Covi
    Member

    Hey, the plugins repository is broken.

    The download section flushes an 404 error page.

    Regards ;)

    #3070
    Shagalaga
    Member

    Simple question too all :-D

    i use 6

    #3069

    Topic: missing path

    in forum Installation
    felix1220
    Member

    Hi, I followed the steps to install this forum, everything looks fine, the forum is up and running, the problem now, as soon as I try to access my profile I get an 404, cause there is no directory named /forum/profile/

    I gave before setup new a chmod 777 to /forum/ but its the same problem.

    I made the /forum/profile/ manual, but nothing change…

    so, now I just need to know, this problem is between my ears or can be solved :-)

    MySQL Client-Version: 4.1.11

    PHP-Version 4.4.7

    Forum is installed without wordpress

    Thanks

    #63166
    affacat
    Member

    Ah, just found this thread. I had just posted the sparepencil ajax-fix link in an older thread.

    I am having permission issues. Have tried creating a new keymaster to no avail. I had the same exact issue with WP 2.3.3 until I used the ajax fixing plugin above. It feels like the same exact problem in every way.

    The sparepencil plugin had a less eloquent fix originally – I don’t remember precisely but you basically just commented out a block of code and replaced it with something short and sweet (something to do with cookie decryption i think). Is there any quick fix like that here?

    Basically, anything that will let me start properly admin’ing bbPress would be fantastic.

    #61122
    affacat
    Member

    Having the same issue – first tag added ok. Second tag said gave me the permission error.

    This reminds me of the ajax issue with WP. Is there any chance it’s related?

    http://sparepencil.com/code/ajax-referer-fix/

    #2791
    affacat
    Member

    After a day of on-again, off-again effort I have successfully imported my SMF to bbPress – and integrated it with WP.

    I did this on a local test server, then installed bbPress live, then drop/imported my bbpress tables and user tables (my wp user tables in this case).

    Steps:

    1. Installed PhpBB 2.0.23 (legacy version available from phpbb people) and made sure it worked

    2. Used files within a zip file called convert_smf_111_v1b.zip to convert SMF -> Phpbb. Unfortunately, I can’t find the link to the thread right now… I found this

    http://www.phpbb.com/community/viewtopic.php?f=10&t=306321&st=0&sk=t&sd=a

    but it isn’t as new a version.

    I believe the file I used is here:

    http://sourceforge.net/project/showfiles.php?group_id=141446

    sorry I lost the link to the discussion.

    NOTE 1 : I had to manually go into the database and upgrade my main account to ‘level 1’ to become admin again.

    NOTE 2 : Your password probably won’t work and you probably can’t send yourself an email either. I hacked phpbb/includes/emailer.php and included the variable $this->msg into the error message so that the email appeared on the screen. This gave me the ability to reset my account and get a new password.

    3. Implemented the following MOD on PhpBB to switch conflicting User Ids

    http://www.phpbb.com/community/viewtopic.php?t=388155&sid=3d5e8f776a7086b6fec64c3e80c7cbca

    (this part is tedious! the MOD is a pain to install and rearranging is no fun either)

    Here are directions on how to install a Phpbb mod:

    http://www.phpbb.com/community/viewtopic.php?t=61611

    4. installed Jaim3’s PhpBB to bbPress converter per instructions

    http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter

    This created a .sql file.

    NOTE 1: Make sure to create a temp folder where the file wants to be created

    5. Important edits to .sql file

    A) since I did an integrated WP/BBpress install, I needed to search and replace bb_user for wp_user

    B) Delete any lines that add users who already exist in BB/WP

    C) add a field called topic_resolved to bb_topics

    D) Delete the sample test posts and forums in the bbpress tables

    6. Import the .sql into your database. The above should have solved any conflicts, but if you get an error it should be relatively easy to figure out.

    7. At this point, since I wasn’t doing it live I installed bbPress live, and then drop/created my test tables (all bb tables plus user tables) on my live server and all went well.

    8. This should be everything. Have a drink.

    #63580
    CoreForce
    Member

    As I hardcode byteorder to 0 (zero) everthing is fine.

    Something is wrong with the magic number check for byte order validation.

    #63714
    ben-shaf
    Member

    I changed in formatting-functions.php this code:

    $text = preg_replace(‘/[^a-z0-9-]/i’, ”, $text);

    $text = preg_replace(‘|-+|’, ‘-‘, $text);

    to:

    $text = preg_replace(‘|%([a-fA-F0-9][a-fA-F0-9])|’, ”, $text);

    $text = preg_replace(‘/&.+?;/’, ”, $text);

    AND

    $text = preg_replace(‘/[^a-z0-9_-]/i’, ”, $text);

    to:

    $text = preg_replace(‘|[^a-z0-9 _.-@]|i’, ”, $text);

    * Original code from WordPress (formatting.php), maybe true :)

    Now, I can registration arab characters, but I can not login ( This username does not exist.)

    ????

    #49958

    In reply to: En español

    Covi
    Member

    Gracias krackenn, todo un detalle por tu parte.

    …solo una cosilla… podrías incluir el fuente en la descarga?? ;)

    Un saludo.

    #49957

    In reply to: En español

    Covi
    Member

    Tenéis un alta! :D

    Hola de nuevo Ganzúa y cia.

    Lussumo era temporal hasta que BBPress madurara algo más, ahora, por fin, lo he implementao en la Web junto con Wordpres y a decir verdad, pese a usar versiones Release, me va genial.

    He de decir que para integrar BBPress con el nuevo sistema de passwords de WP2.5 he tenido que meter el diff de BBPress previsto para la 0.9… así que como decía, realmente uso todo releases: WP2.5 y BBPress 0.83+el hack para el password de la 0.9 :D

    #3060
    Shagalaga
    Member

    Could anyone code a plugin which shows your 360 gamertag instead of/under your Nickname

    #60384
    aiitee
    Member

    should i add the first code before the ?> right? because that didnt worked out for me… and the mod rewrite rules i added to the .htacess file, i have some coding there:

    Options +FollowSymLinks +ExecCGI

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]

    RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]

    RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /tags.php?tag=$1&page=$2 [L,QSA]

    RewriteRule ^tags/([^/]+)/?$ /tags.php?tag=$1 [L,QSA]

    RewriteRule ^tags/?$ /tags.php [L,QSA]

    RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^profile/([^/]+)/([^/]+)/?$ /profile.php?id=$1&tab=$2 [L,QSA]

    RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&tab=$2&page=$3 [L,QSA]

    RewriteRule ^profile/([^/]+)/?$ /profile.php?id=$1 [L,QSA]

    RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /view.php?view=$1&page=$2 [L,QSA]

    RewriteRule ^view/([^/]+)/?$ /view.php?view=$1 [L,QSA]

    RewriteRule ^rss/?$ /rss.php [L,QSA]

    RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum=$1 [L,QSA]

    RewriteRule ^rss/topic/([^/]+)/?$ /rss.php?topic=$1 [L,QSA]

    RewriteRule ^rss/tags/([^/]+)/?$ /rss.php?tag=$1 [L,QSA]

    RewriteRule ^rss/profile/([^/]+)/?$ /rss.php?profile=$1 [L,QSA]

    </IfModule>

    should i delete this and copy the one you gave me?

    #3057
    sb73542
    Participant

    Hi there,

    I would like to switch my forums over to bbPress. However, I can’t seem to find a plugin that will let me display blocks of information in different parts of my forum. For example in Vanilla forums, the “Nuggets” extension lets me add any php code to the header, threads, after the 3rd post, at the footer, wherever. I personally could use this functionality to display Google Adsense code after the first post of every thread. Is there any way I could do this with bbPress?

    Thanks a lot!

    #63164
    Nola1974
    Participant

    I agree. I know bbpress isn’t ‘designed’ to be a drop in integration with wordpress, it seems obvious to me that that should be a major focus. There’s simply too many issues with integration for two projects that share so many concepts, etc… Hopefully 2.5/0.9 will solve a lot of that. It shouldn’t be too much longer after that that WPMU will graft the 2.5 code. I just can’t believe there’s threads on here from 2 years ago about problems sharing cookies.. that are still active. heh.

Viewing 25 results - 28,001 through 28,025 (of 32,495 total)
Skip to toolbar