Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'phpbb'

Viewing 25 results - 2,226 through 2,250 (of 2,304 total)
  • Author
    Search Results
  • #52330
    willdayble
    Member

    I’m getting an ‘out of memory error’ as so:

    Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 5803 bytes) in /home/pith/domains/pithrecords.com/public_html/phpbb2bbpress.php on line 910

    … is it just that my server sux?

    #1178
    bbolman
    Participant

    These are just a few things I thought might be handy for bbPress.

    1. Invitations – would allow users to invite other users to the forum and maybe give them credit of some sort for the referral.

    2. Cash – this is one of the really popular phpBB plugins, it gives users cash for posting, and sending messages, etc, and sets up the facility for other plugins to use the cash for their own various means.

    3. Original Poster – perhaps next to the most recent poster or under the topic title, this would show the original author of the post on the forum view, instead of having to view the topic to find out. Just one thing that sort of bothered me, as sometimes I like to know who started what.

    4. Subforums – I saw this somwhere, I think, but subforums would be a wonderful addition.

    5. WYSIWYG post editor – I assume this is already in the works somewhere, but for folks who aren’t good with tags and what not, it’s really not userfriendly to post in bbPress. Perhaps just a copy of WordPress’s editor.

    6. Custom Profile Fields – I think a plugin that allows admins to change the profile fields that are currently shown, add more, remove some, etc, would be really nice.

    So…those were just some ideas I had, maybe they are not feasible or easy, but hey, at least maybe I got the gears rolling.

    #52939
    Trent Adams
    Member

    Part of the issue is that all the plugins have come on fast in the past couple of months. In the New Year, we will have https://bbpress.org/plugins/ working and all the plugins will be in one place. Part of the fun of bbPress is the ability to have a light core file system and expand with plugins as most users don’t need all the functionality. phpBB is a great system, but extremely bloated for most users that don’t need all the functionality!

    As for the plugins that are around now, WOW! Thomas, Ardentfrost, So10 and others are popping them out like crazy! I would imagine no less than 50 plugins more in 2007. Can you?

    Trent

    #1170
    mistainu
    Member

    a better breadcrumb structure. spent an hour constructing one, but if it were only built in… also private messaging (or whispering like vanilla), topics and/or forums descriptions, categories would be nice.

    what i mean to say is take a look at phpbb, vanilla, etc. the old guys on the foruming bloc. don’t get me wrong. bbpress is a wonder to design with. but it doesn’t really cut as a top spec forum yet (we’re only 0.7?)

    #52421
    pontus
    Member

    Hehe, it was a pice of cake. :)

    http://www.crazy-media.com/bbpress/

    AND it is easy to add the extra “step” to ” Website Design > HTML Basics > Whats wrong with my site” to the top-links if you like and it’s easy to group the result on the frontpage if you like.

    (“General (forum cat block 1) >

    –Latest news (forum under general cat)

    –General Discussions (forum under general cat)

    –Site Feedback (forum under general cat)”)

    Well I think it feels “to much” so I made a new row in the table insted of giving every caregory its own line but its an easy to fix. Well, I didnt found any easy way to add a “middle-forum”, like it is in phpBB. If you clock on a categori you see all avalible forums.

    Well, well. My point with this post, if you would like i can post the code and changes. But I warn you, my “hack” isnt realy nice, it demands changes in the db, in the corefiles and ofcause template. And worst of all, it uses crapy if-else and no fancy “all data in the db and one function for each job”-stuff. I’m a newbi so I’m using newbi sollutions.

    #50596
    promesbanda
    Member

    Hi, donĀ“t take care of much about it. I am testing what this software does.

    #1144
    vaelrith
    Member

    I was thinking a plugin that when you click on the topic title in the “Latest Discusison” section, it takes you to the last post, or the last unread post by you (which I think would require cookies, I don’t know much about that). I’m sure you have seen this on forums like IPB or phpBB, you click on the topic title, and it takes you to the last unread post. This would be good for threads which have more than one page, so that once you go to the thread, you then won’t have to navigate to the correct page.

    #52779
    cgavin
    Member

    I edited them all to FALSE

    now I get!

    Parse error: syntax error, unexpected T_STRING in /home/virtual/site122/fst/var/www/html/bbpress/config.php on line 58

    !!

    What the heck?!

    I’ve installed hundreds of php/sql portals and boards before and never had anything like this.

    You guys could do a lot worse than just put together a complete php install script where you fill in the fields interactively ..

    The amount of time I have to waste with this sort of stuff really affects my software selection. I could have installed PhPBB a hundred times over already.

    Line 58 is:

    define(‘BBPATH’, dirname(__FILE__) . ‘/’ );

    #52329
    implicated
    Member

    Your PHP version is rather old, use this:

    if (!function_exists('file_put_contents')) {

    function file_put_contents($filename, $content) {

    if ($fp = fopen($filename, 'w')) {

    $result = fwrite($fp, $content);

    fclose($fp);

    return $result;

    }

    else {

    return false;

    }

    }

    }

    #52599

    In reply to: smf to bbpress

    Trent Adams
    Member

    Nothing that is written yet to my knowledge. Does SMF go over to phpBB format? If it does export to that, then you can use:

    https://bbpress.org/forums/topic/402?replies=10

    Hope that helps.

    Trent

    #52327
    jaxxx
    Member

    still no joy I’m afraid. this time it runs for a lot longer and I don’t get any errors, but it doesn’t update any of the tables. i’ll try and take another look at the weekend.

    #52326
    jaim3
    Member

    Hi,

    Have you checked if FILENAME (line 85) is writeable by the server? If it is, try switching EXPORT_TO_FILE to false and AUTO_IMPORT_EXPORTED_DATA to true. As usual, please do always a database backup before.

    Hope it helps :-)

    #52417
    spencerp
    Member

    Well, I’ve already been working on the layout, going by phpBB’s layout in general.. http://vindictivebastard.net/images/forumlayout.jpg

    I’m just in need of some PHP professionals, to maybe make up a plugin, or a way to hard code the front-page.php file. To assign each specific forum, to the category..?

    I was thinking of, maybe some how skipping the “loop” for the current forum “database calls”.. and just hard code it into the front-page, by calling in the forum’s [id’s].. bare in mind, I’m no PHP Pro here.. lol

    Anyone think something like that will work, or..?

    spencerp

    /And yes, my english grammar sucks too! Whee~

    #52325
    jaxxx
    Member

    hmm. i tried this, but get this error after step 8:

    Fatal error: Call to undefined function: file_put_contents() in phpbb2bbpress.php on line 383

    any suggestions?

    #1087
    spencerp
    Member

    Was wondering if someone wouldn’t mind making up a plugin for Forum Catagory (blocks)..? Like phpBB has..

    Example:

    General (forum cat block 1) >

    –Latest news (forum under general cat)

    –General Discussions (forum under general cat)

    –Site Feedback (forum under general cat)

    Website Design (forum cat block 2) >

    –HTML Basics (forum under website design cat)

    –PHP Coding (forum under website design cat)

    –CSS (forum under website design cat)

    Is anyone up for doing this maybe? I think it would be nice to have this option though, rather then having ALL the forums listed under ONE Section only.. :) ;)

    spencerp

    #52324
    Trent Adams
    Member

    I have thought about this a was thinking that it really doesn’t matter, but my preference would be to get the login integration with WP first if you are going to have it and this doesn’t apply to everyone because not everyone is going to sync logins with WP. The reason is that seems to be the hardest part and you have to have your key admin being the one you want and associated with the right user in WP.

    Once you are ready to go, then test the import of phpBB becauase if it doesn’t go according to plan, you can just empty tables in bbPress and the hardcoding part for integration is still done.

    Trent

    #52323
    spencerp
    Member

    IMHO, the best thing to do first is, make sure you’ve imported the phpBB stuff, into a fresh bbpress install, that doesn’t have the integration with WordPress.. then, integrate it with WordPress.. =/

    As is now, *some* people are still having problems with the bbpress+wordpress integratation deal.. again, IMHO.. I would just play it safe, by doing the phpBB (import) to a normal bbpress install first.. then go from there.. ?

    Trent, what do you think?

    spencerp

    #52322
    rablake
    Member

    I’ve got my bbpress install (just a simple thing to test with) integrated into my WordPress database. I’d like to be able to import selectively for testing but no screw everything up — is that possible? I note that the script calls for importing into a FRESH NEW bbpress install. :)

    #52321
    marky
    Member

    Brilliant; thanks so much, jaim3!

    #49983
    jaim3
    Member
    #52320
    spencerp
    Member

    Nice job! This is awesome, thank you so much for sharing this, with everyone.. ;) :)

    spencerp

    #52319
    ardentfrost
    Member

    nice dude, when I first made the move, I looked at how different the db’s were and said “meh, screw it.” I got the users over easily, but very good job on dealing with topics and posts!

    #49422

    In reply to: Importing from phpBB

    jaim3
    Member

    Hi,

    I enhaced the excellent Bruno Torres’ script and made it able to import bbCode, as well as to cleanly import topics marked as closed, sticky and announcements, as well as some other improvements and bugfixing.

    Have a look at this: https://bbpress.org/forums/topic/402

    #1079
    jaim3
    Member

    Hi!

    I switched my site’s phpBB forum to bbPress, and I’ve released the script I used for this purpose under the terms of the GPL.

    It’s largely based on the excellent starting point from Bruno Torres, to which I added some new features — like bbCode conversion with clean XHTML 1.1 compliant output, smily to text transcription, and the ability to import topics marked as closed, sticky and announcements as such.

    I made also some little bugfixing, and the resulting script was able to cleanly import almost everything valuable from my old phpBB database.

    You can have a look here if interested: http://www.iteisa.com/phpbb2bbpress/

    Hope it helps to spread bbPress and web standards all around! ;-)

    #1056
    nickbouton
    Member

    Hey all,

    I just started using bbPress yesterday, and as a WordPress and longtime phpBB user I’m pretty happy with it.

    The only drawback I see as a critical flaw right now is the lack of any kind of security / role-based restrictions on specific forums. I’d like to be able to pull over a phpBB2-based forum that I run, and using the phpbb2bbpress migration script another poster wrote, I was able to migrate all of the content over perfectly. However, I had at least a couple of private forums that are access-restricted based on user permissions, and I can’t really complete the migration until I can lock those forums down.

    Has anyone written a plugin (or does anyone know if this feature is coming soon?) that will allow role-based access to a specific number of forums in a bbPress installation? I don’t want to lock down the whole app (which I’ve seen a couple of threads about), just a couple of forums within the install.

    Thanks in advance-

Viewing 25 results - 2,226 through 2,250 (of 2,304 total)
Skip to toolbar