Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'phpbb'

Viewing 25 results - 801 through 825 (of 2,297 total)
  • Author
    Search Results
  • Lynq
    Participant

    Hey all, I am pretty bad with Github at the moment, I broke something so I made a new git repo.

    https://github.com/EpicWebs/bbpress-starter-theme-v2.0

    If anyone has any good git tutorials let me know lol. 😉

    Lynq
    Participant

    @netweb – I currently have a new version of my theme sitting locally but I am fairly certain the updates you did aren’t included. I am thinking it might be best to try and extend the bbpress-functions.php from yet another custom functions file so that this can almost sit on top of that and never need to be changed?

    Any thoughts about it?

    Stephen Edgar
    Keymaster

    This is the .zip file to download and extract on your PC to then upload with FTP to your webhost:

    https://github.com/EpicWebs/bbPress-starter-theme-epicwebs/archive/master.zip

    Halo Diehard
    Participant

    Copy all the files to your themes root directory and it should look something like this:

    /wp-content/themes/my-theme/bbpress-functions.php
    /wp-content/themes/my-theme/bbpress
    /wp-content/themes/my-theme/css

    (Where ‘my-theme’ is the name of your theme, there is nothing you need to activate.)

    Now I am *really* confused! Because the file I downloaded for this theme is called “default”, and none of those files are in it 😀

    nadir
    Participant

    Very cool – I appreciate the continued help and support, Stephen.

    I’m glad to hear I can simply hit stop and start when I want to resume – awesome UX there. I’ll give the import another go.

    Stephen Edgar
    Keymaster

    Copy all the files to your themes root directory and it should look something like this:

    • /wp-content/themes/my-theme/bbpress-functions.php
    • /wp-content/themes/my-theme/bbpress
    • /wp-content/themes/my-theme/css

    (Where ‘my-theme’ is the name of your theme, there is nothing you need to activate.)

    Stephen Edgar
    Keymaster

    Looks like the conversion hangs around 13,000 replies …. I have about 20,000 more to go. It definitely slows down near the end.

    If it hangs and appears that nothing is progressing, click ‘stop’, wait a minute to give your webhost a moment to finish anything it might be doing, click ‘start’ and it should resume from where it left off. Take note of the step and count of where it was up to so after importing you can check that for example all replies between 13,400 & 13,499 have indeed been imported.

    However, the posts that do end up getting converted look beautiful.

    Cool, took a while to get to this point but quite satisfied with the results.

    My only guess is the scrubbing process is taking a lot more resources than before this beta version? Any insights would be much appreciated

    There have been no changes to the actual converter, only the importer. Granted that the import now imports more phpBB fields than it did previously but this should make only a small increase to the SQL query performance.

    As each topic or reply is imported it is parsed with ~30 regex strings to convert the BBCodes, I haven’t done any benchmarks but presumably this has some impact.

    My base phpBB database import I have used for the past 6 months to test with is around ~6000 topics and 30,000 replies and I haven’t really noticed much of an impact during what I would say has been ~100 imports.

    Also, I’ve noticed that there seems to be only two levels of hiearchy that gets converted … Categories and 1 level of forums below that. Nested forums within forums in phpbb don’t get pulled in? It’s okay for me either way because i’ll modify my forum structure before importing them.

    That should work fine, I tested things to a depth of 4 with a forums hierarchy based on the ‘‘nested set model’.

    Halo Diehard
    Participant

    Hello, thank you for creating this theme! I am trying to install it and have copied the “default” file into my theme’s root. Was I supposed to only copy the files inside the default file? I don’t see any difference in my bbPress look.

    Or is there somewhere on my dashboard I have to activate it?

    Thanks 🙂

    nadir
    Participant

    Hi Stephen,

    Looks like the conversion hangs around 13,000 replies …. I have about 20,000 more to go. It definitely slows down near the end.

    However, the posts that do end up getting converted look beautiful.

    My only guess is the scrubbing process is taking a lot more resources than before this beta version? Any insights would be much appreciated 🙂

    Also, I’ve noticed that there seems to be only two levels of hiearchy that gets converted … Categories and 1 level of forums below that. Nested forums within forums in phpbb don’t get pulled in? It’s okay for me either way because i’ll modify my forum structure before importing them.

    nadir

    Lynq
    Participant

    Hey muffin, the theme is kind of like a jump start to get people going, it’s not a fully complete theme. Descriptions currently are a little difficult but should be able to get them sorted.

    #126106

    In reply to: phpBB magic URLs fix?

    wisemonkey
    Participant

    Thank you!

    muffinbomb
    Participant

    Thanks for the template. I managed to get it integrated. The only issue I have so far is that the Forum description does not show up under the title of the Forum.  Was this deliberate or an overlooked item?

    Eg: http://thedragonlords.com/

    Stephen Edgar
    Keymaster

    @Lynq,

    I just sent you a pull request over at GitHub and updated all the things.

    • Update to latest bbPress r4754 code changes
    • Added README.md
    • Updated bbpress-functions.php
    • Updated bbpress.css
    • Added custom CSS changes to bbpress-rtl.css
    • Removed unused templates

    bbPress r4754 is at this stage bbPress 2.3 Beta 2 and I am pretty sure any other changes we make before releasing 2.3 won’t affect any of what I just updated.

    There are no changes to your code, just the bbPress updates to the latest version available.

    #126069

    In reply to: phpBB magic URLs fix?

    Stephen Edgar
    Keymaster

    The good thing though is that the majority of what is included in the 2.3 update can be used manually on your MySQL database to convert the BBCodes & Magic URL’s to WordPress friendly HTML.

    I just haven’t written any docs on this yet, I also haven’t actually done it on a site I desperately need to do this with. Hopefully in the next couple of days I can get some time to get this started.

    #126067

    In reply to: phpBB magic URLs fix?

    wisemonkey
    Participant

    Thanks Stephen…too bad I didn’t wait for bbPress 2.3! I’m hoping someone smarter than me can find a solution for this.

    #126053

    In reply to: phpBB magic URLs fix?

    Stephen Edgar
    Keymaster

    All the BBCodes and Magic URL’s are fully converted to HTML in the upcoming bbPress 2.3

    There is no current way to rerun it though to convert existing sites.

    #126051
    wisemonkey
    Participant

    Hi

    I have done a search here, but nothing seems to come up.
    I have installed BBpress/BuddyPress and migrated a small phpBB forum on my site http://www.wisemonkeysblog.com but the phpBB shortened URLs (and actually all the phpBB shortcodes) didn’t convert. I have tried to use a couple of plugins (eg bbPress2 BBCode ) to no avail.

    I notice that the actual URL is still there in the markup, so I have converted a few of them manually…but there must be a better way. A plugin or a SQL fix perhaps.

    Does anyone know of such fix?

    TIA
    fernando

    #125933
    irydium
    Participant

    Hello,

    I have just migrated my phpbb3 to bbpress and I need to redirect all my forums and topics using the 301 protocol.

    Can you help me?

    #125856
    Stephen Edgar
    Keymaster

    No, migrating bbPress forums to BuddyPress’ is not something we have looked at yet…

    It has come up a couple of times now and might be something we can look at in the future.

    nadir
    Participant

    I am going to grab the beta and give it a shot then! I’ll report back with the results .. it’s about 40k posts and 2k users.

    I’ll try changing post_parent in the database and running the repair tools, too.

    Thank you, Stephen!

    #125823
    Angelheart29
    Participant

    Thanks for your responses. Last Thing : Is this possible to migrate the forum bbpress (forums), to the buddypress’s system (group-forums) ? I like the presentation and plugins buddypress, so i wanted to manage forums with buddypress system.

    Stephen Edgar
    Keymaster

    You can grab the 2.3 beta 1 now, see https://bbpress.org/blog/2013/01/bbpress-2-3-beta-1/

    In theory changing `post_parent` should do the trick though you need to run the ‘Repair Tools’ after doing this to recount all the things.

    nadir
    Participant

    Hi Stephan, that’s great to hear! Any idea when you plan to release? I’m just doing demo runs right now; I’ll be officially moving my phpbb3-based community over to this bbpress install next month.

    I have already been doing a lot of user pruning and forum configuration on the live phpbb forum to make it as close to what I want the bbpress to look like.

    I guess I will need to figure out how to mass move topics from a regular forum into a group designated forum. I tried mucking with the database by changing the “post_parent” field to match up with the new group forum, however it didn’t work… the front end looked a little wonky. Tips?

    Stephen Edgar
    Keymaster

    Excellent, the BBCode cleanup bits are the main changes that will ship with bbPress 2.3, I think I have most of them sorted now.

    Moving topics is a manual task at the moment, it is planned for a future release. (#1838 & #1721)

    Are you able to configure your old phpBB forums (or a copy of them) and set these forums the way you want them to exist in bbPress and then do the import?
    (Essentially use the phpBB mod tools to get the setup you want before importing into bbPress)

    nadir
    Participant

    Stephan, I ended up with a fresh install again and did the import from scratch. This time, it looks like it worked!

    Has there been any resources for cleaning up bbcode? it looks like a bunch of random characters are in place around the brackets where bbcode once was.

    Also, I am using sitewide forums over the buddypress forums. However, I wanted to migrate topics from one of the imported forums into the group forum that was created … however, I see no option to mass move topics? I did some searching and found a reference to it if I were to “delete” a forum, however trashing it, simply just puts it in the trash bin! Can you please shed some light onthis?

    Thank you so much for your continued support! I’ve been a hardcore phpbb user for a long time but the painful customization of it finally turned me!

Viewing 25 results - 801 through 825 (of 2,297 total)
Skip to toolbar