Search Results for 'phpbb'
-
AuthorSearch Results
-
March 1, 2007 at 1:59 am #54405
In reply to: REQ: Theme demo switcher like phpBB
bbolman
ParticipantI have a really tiny question. Is there a way to move the popup-deal to the bottom of the page (it is in the top left right now)? In this position it somewhat obscures the top content. Thanks so much by the way, it’s working beautifully.
February 27, 2007 at 10:36 pm #54843In reply to: file attachments….
mirce
MemberLol,
I am preparing to switch from PHPbb to bbPress.
PHPbb has indeed many more MODs but its a nightmare when it comes to security and spam.
February 27, 2007 at 10:29 pm #54842In reply to: file attachments….
Null
MemberLink to the phpbb attachment mod:
http://www.phpbb.com/phpBB/viewtopic.php?t=74505
Forum excample:
http://www.3dvalley.com/phpbb/viewtopic.php?p=49#49
One of the best mods for phpbb.
February 27, 2007 at 10:04 pm #54840In reply to: file attachments….
Null
MemberI suggest phpbb it has a very nice attachment plugin, with many functions
February 26, 2007 at 11:47 pm #54404In reply to: REQ: Theme demo switcher like phpBB
lonemadmax
MemberNew version, same link. No need to touch core files now. It relies on the bb_foot action to inject the box. More info in the README.
February 26, 2007 at 2:29 pm #55051In reply to: 3 question about bbPress
ardentfrost
MemberbbPress isn’t for someone who wants a program that can do everything including fixing your kitchen sink. It’s for people who want a slim, quick forum software that is highly customizable. You certainly have a good many plugins to choose from already, and the number is constantly getting bigger… for instance bbPress doesn’t come with stuff like private messaging, but you can easily install it using a plugin that some really smart guy created. But then if you feel that PMs aren’t needed in your forum, then you don’t have to install it and that choice causes your forum to stay trim instead of being bloated with features you don’t need.
However, if you feel you need everything packaged with phpBB, I think your choice is already made.
And to answer your questions:
1. I’m not sure, but I do know that a lot of different languages have been added to bbPress… you just have to install the correct files and I’m not exactly sure if there is a repository of them
2. Yes
3. The admin area is very slim with few options. Customization comes from theming and plugins. Plugins have the capability to add options to the admin pages (though none of mine do that yet… it’s on my docket)
February 26, 2007 at 9:02 am #55050In reply to: 3 question about bbPress
john24
Member@amethystdrag
Thank you for helping me. I am stuck between going for phpBB that has all the things I need, plus I have worked for phpBB on another site for 3 years. Or going for bbPress.
February 25, 2007 at 4:10 am #54403In reply to: REQ: Theme demo switcher like phpBB
bbolman
ParticipantThis looks really cool. I’ll get working on installing this tomorrow.
February 24, 2007 at 7:48 pm #54402In reply to: REQ: Theme demo switcher like phpBB
lonemadmax
MemberUnfortunately, I don’t have a place to show it. You can download and install, *your forum will keep its functionality*, just with an optional annoying box reminding you that you can test themes. And only if you install that part.
Also, a few things I failed to mention: it’s ugly (I just wanted it to work and I’m not a designer, anyway), it expects nice theme names, the box only appears in the pages that use bb_get_header and the template’s header file is supposed to not finish in the middle of a tag (the middle of the tag itself, not its content, of course). Those don’t seem to be great assumptions, even though I’ve only tested it with two themes.
February 24, 2007 at 9:40 am #54401In reply to: REQ: Theme demo switcher like phpBB
Null
MemberDemo plz?
Also found this one where you can dowload the theme you are watching (http://alexking.org/projects/wordpress/theme_browser.php) but it isn’t for download. (Author doesn’t want that)
February 24, 2007 at 6:17 am #54400In reply to: REQ: Theme demo switcher like phpBB
lonemadmax
MemberOK, here it is. Notice though that the selection box is added using evil ways. You may be all well and good if you don’t add it, though. More info in the README.
A few modifications and it will become a nice plugin that saves the user preferred theme in the db and id not annoying (and only works for registered users when logged in). Will that be useful to anyone?
February 21, 2007 at 10:48 am #50414In reply to: Importing from vanilla
Ziyphr
MemberThe last phpBB to Vanilla converter doesn’t work perfectly with the latest Vanilla so needs some fiddling. Both Vanilla and bbPress could do with investing in a universal converter similar to what punBB has. It’s a lot of work but will be worthwhile.
February 21, 2007 at 12:46 am #50413In reply to: Importing from vanilla
bbolman
ParticipantIs there a vanilla to phpbb deal? That seems like the easiest way to go…
the bbPress folks ought to consider hiring a team member or somebody to just work on importers. Without them it makes getting people to make the move just that much harder.
February 20, 2007 at 3:57 pm #54814In reply to: Rewriting URLs
mirce
MemberMarky,
I have the same issue. I want to switch from PHPBB to bbPress and keep the internal links the same. You can try to adjust my plugin for this:
https://bbpress.org/forums/topic/771
Depending on how the links are right now at PHPBB you may be able to do it.
February 20, 2007 at 3:51 pm #1451Topic: Rewriting URLs
in forum Troubleshootingmarky
MemberI switched from phpBB to bbPress recently thanks very much in part to a script found in these forums.
Now, many of the existing posts contain links to each other in the old phpBB format /topic.php?t=123. Since the topic IDs have stayed the same in the conversion process, I’d like to use ModRewrite to automatically redirect to the new /topic/123 URL scheme. I’ve tried the following in my .htaccess, but it doesn’t appear to work. (Admittedly, my knowledge of ModRewrite is shaky at best.)
RewriteEngine on
RewriteRule ^/forums/viewtopic.php?t=([0-9]+)$
/forums/topic/$1 [R](In the real code there isn’t a linebreak on the second line.)
Does anyone have any advice?
February 20, 2007 at 2:40 pm #49991In reply to: Import phpBB posts into bbPress?
ebotunes
MemberYes, I encountered this problem last night. I had to manually add the topic_resolved field to the bb_topics table then it worked fine.
other than that – superb script – worked a treat – thanks very much!!
ebo
February 19, 2007 at 8:52 pm #54399In reply to: REQ: Theme demo switcher like phpBB
Null
MemberGo ahead then
February 19, 2007 at 8:17 pm #54398In reply to: REQ: Theme demo switcher like phpBB
lonemadmax
MemberIf it’s for a demo, wouldn’t an ad hoc patch be enough? I have not delved into the code, but I guess that adding the name of the chosen theme to the user cookie and changing the function that tells what template is in use to look there first (if necessary) would do. Well, and the dropdown box to select theme, of course.
February 19, 2007 at 9:23 am #54537In reply to: Why not stick to “theme”
intellivision
ParticipantI agree that how they work is more important. But having used phpBB, where they call plugins “mods” — easily confused with “moderator” — now is the time to simplify. That’s just an example of how terms can be misunderstood.
Newbies will be using this software every day for 1, 5, even 12 years. Every 10th or 100th newbie will waste a 1/2 hour because of the theme/template overlap disconnect, and you’ll come up with a ton of unnecessary hair-pulling-outing.
I guess my point is with all the elegance and simplicity inherent in bbPress, why leave this confusion?
February 18, 2007 at 3:53 am #54666In reply to: Import SMF to bbPress
lonemadmax
MemberSometime ago I adapted a script that imports data from phpBB. Some of the changes are probably a Bad Thing, but it worked for me (about 40 users, 15 forums, 150 topics and 800 posts).
Among the changes:
- Keeps current users, forums, etc. in bbPress. The new forum had started, so I wanted that, even though most new messages were just for testing.
- When an SMF username is found in the bbPress DB, the bbPress user is assigned to the SMF one. Otherwise, a new user is created.
- Imports tags that can’t be used in bbPress, such as table, flash and some stupid formatting stuff.
- Probably other things I don’t remember.
Jump to the CONFIGURATION SECTION and change to match your setup and liking. Wherever you see phpbb it really means smf, of course. One of the things I didn’t do was that type of cleanup. Also, despite the comments saying that you need a fresh new install of bbPress, that’s not true anymore.
Keep in mind that data reuse only happens with users. If a forum or a topic exists in bbPress with the same name that one from SMF, you’ll probably get two topics with the same name (different ID number, though). I haven’t tested this, and I don’t know if that means problems.
Also, subforums become forums on their own, as bbPress uses a flat one-level system. If you are using the plugin that allows for subforums, you may be able to correct this afterwards, or even add the code to the script so that it is done.
If you don’t want any of the probably Bad Things I introduced, get the original one and look compare the
$export_sqllines to have a feeling of what to change.
Now, if there’s any interest, where do I send it?
February 15, 2007 at 11:06 pm #54665In reply to: Import SMF to bbPress
Trent Adams
MemberThere is nothing written or in the works that I know of, but if you can get into phpBB format, there is an importer:
https://bbpress.org/forums/search.php?q=import
Trent
February 15, 2007 at 4:49 pm #54647In reply to: bbPress 0.8 in Indonesian
Null
MemberWe need a dl page with a list with these language files like:
http://www.phpbb.com/downloads.php (you need to scroll down a bit)
February 13, 2007 at 4:47 am #54260In reply to: Patch: Categories for version 0.8
mrpapasworld
Memberyou can see this in work now at http://test.158th.com
still some styling work to do and such… also going to port the forums and data in from phpBB (actually nukeBB)
February 12, 2007 at 8:08 am #1401Topic: Why not stick to “theme”
in forum Themesintellivision
Participant…like in WordPress? The additional use of “template” will tend to divide and confuse, no?
Like how, across software, plugins are either “mods”, “modules”, “extensions” or “addons”.
Now’s the time! We can still consolidate the concept into one term.
I’m splitting hairs, I know
. bbPress is wonderful. Thanks so much to the developers. I’m a phpBB veteran (admin), and bbPress is so nice I want to cry.
February 11, 2007 at 7:42 am #54500In reply to: Import from PunBB forum
-
AuthorSearch Results