Search Results for 'phpbb'
-
AuthorSearch Results
-
February 10, 2013 at 8:32 am #126187LynqParticipant
Aww man git is doing my head in lol.
I currently have windows.github.com but it won’t let me commit anything because of conflicts, then it redirects me to the command line tool. I can probably just make a local backup, delete my repo, resync it and then add the new files back in so it allows me to commit (hopefully).
If not then I will do some reading up on github I guess.
I am using: Windows, Wamp, Notepad++
Thanks a lot for all the help netweb, I will be trying to sort this mess out over the next couple of days!
February 9, 2013 at 10:52 pm #126178Stephen EdgarKeymasterI 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?
I am not sure what the best practice approach is as I am wrestling with the same issue myself for a project I am doing at the moment. I’ll ask @jjj his thoughts and get back to you.
Hey all, I am pretty bad with Github at the moment, I broke something so I made a new git repo.
Its all good, I took a look at the code and will submit another pull request against your original GitHub repo with all your updates and the bbPress 2.3 updates.
(I think it’s best to keep the original repo as people are following/starred/bookmarked it etc)
If anyone has any good git tutorials let me know lol.
What platform and devtools are you using to develop with?
Windows/Mac, MAMP/XAMP, Sublime Text 2/Notepad++/Netbeans etc etc
These tools below take some of the daunting command line horrors out of your learning Git.
If you are on Windows then use this http://windows.github.com/
(I use this for %90+ of anything to do with GitHub)If on a Mac grab this http://mac.github.com/
(I don’t have a Mac but this looks from my quick look the equiv of the Windows features above)If you want to get into Git via the command line check this out
http://try.github.com/February 9, 2013 at 1:15 pm #126164LynqParticipantHey 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. 😉
February 9, 2013 at 10:42 am #126162LynqParticipant@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?
February 8, 2013 at 4:54 am #126136Stephen EdgarKeymasterThis 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
February 8, 2013 at 4:36 am #126135Halo DiehardParticipantCopy 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 😀
February 7, 2013 at 7:26 pm #126115nadirParticipantVery 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.
February 7, 2013 at 7:06 pm #126114Stephen EdgarKeymasterCopy 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.)
February 7, 2013 at 6:57 pm #126112Stephen EdgarKeymasterLooks 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’.
February 7, 2013 at 6:36 pm #126111Halo DiehardParticipantHello, 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 🙂
February 7, 2013 at 5:34 pm #126110nadirParticipantHi 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
February 7, 2013 at 3:33 pm #126108LynqParticipantHey 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.
February 7, 2013 at 1:02 pm #126106In reply to: phpBB magic URLs fix?
wisemonkeyParticipantThank you!
February 7, 2013 at 8:25 am #126101muffinbombParticipantThanks 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?
February 6, 2013 at 8:58 pm #126077Stephen EdgarKeymasterI 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.
February 6, 2013 at 7:07 pm #126069In reply to: phpBB magic URLs fix?
Stephen EdgarKeymasterThe 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.
February 6, 2013 at 7:00 pm #126067In reply to: phpBB magic URLs fix?
wisemonkeyParticipantThanks Stephen…too bad I didn’t wait for bbPress 2.3! I’m hoping someone smarter than me can find a solution for this.
February 6, 2013 at 4:27 pm #126053In reply to: phpBB magic URLs fix?
Stephen EdgarKeymasterAll 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.
February 6, 2013 at 1:44 pm #126051Topic: phpBB magic URLs fix?
in forum TroubleshootingwisemonkeyParticipantHi
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
fernandoFebruary 3, 2013 at 8:08 am #125933Topic: 301 redirection from phpbb3 to bbpress
in forum TroubleshootingirydiumParticipantHello,
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?
February 1, 2013 at 7:06 pm #125856In reply to: Import forums Issue (Phpbb)
Stephen EdgarKeymasterNo, 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.
February 1, 2013 at 5:14 pm #125851nadirParticipantI 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!
February 1, 2013 at 5:20 am #125823In reply to: Import forums Issue (Phpbb)
Angelheart29ParticipantThanks 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.
January 30, 2013 at 6:19 pm #125778Stephen EdgarKeymasterYou 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.
January 30, 2013 at 5:52 pm #125777nadirParticipantHi 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?
-
AuthorSearch Results