Search Results for 'phpbb'
-
Search Results
-
Hi,
I have many questions before migrating from phpbb to bbpress.
My forum for educators is very popular, and I need to have information before trying to move from phpbb to bbpress.1. can more than 110 000 users be imported
2. My website runs a specific version of phpbb SEO for allowing permalinks for every forum – will this be imported ? (so that there is not a lot of redirect)
3. My website stores custom profile fields for every user (more than just ICQ, but also custom ones). How could I have the same kind of functionalities using bbpress ?
4. What about performance – will it be better than phpbb. I know bbpress is very powerful for small forums, but I have no idea regarding huge ones. Can wp caching plugins work for bbpress as well ?
5. Is the entire UI translated in French – it doesn’t seem to me, but maybe I’m wrong.
6. Can I use any plugins writter for wp for bbpress ?Thanks for your help,
BenjaminI know view your post and threads is available in IP, VB. PHPBB
but i was wondering if this Is possible in bbPress ?
if so how to view all your posts / topics in bbpress
I’m not a website developer. I’m just a user of WP for two sites. I have a third site that I had a developer set up which is a forum and it is run with phpbb (he said this is what I should use).
What frustrates me is the huge DIFFICULTY in installing a “mod.” I don’t want to have to contact my web developer to install a mod every time I need one. That’s why ALL my websites (except this forum one) are run on wordpress – I can install/change just about anything on it myself within seconds.
What I’m wondering is, if I switch to bbpress is the installation of plugins just like wordpress? I don’t have any problem with that because it’s just click on a couple of buttons. Phpbb on the other hand, requires me to edit files and write code for a “mod” installation. It’s time-consuming and drives me nuts.
My forum is http://www.ForumJudo.com if that matters to your recommendations. I just basically want a site where users can send/receive private messages, vote on posts, post video/audio files, start topics, mods can delete posts & ban users, etc., and possibly a chat feature in the future.
I just know that phpbb is too difficult to install “mods.” I don’t want to learn code.
Thanks for any advice on this!
Hi everyone. I’m in the process of migrating my website from phpBB to bbPress. In modifying the template, I feel like I’m pretty limited to what I can change without getting into modifying core files.
Basically, this is what my phpBB forum looks like –
And this is how my bbPress looks like right now –
I want to retain the look of the former, but in the archive-forum.php template file, the only code that is being called in that area is “bbp_get_template_part( ‘content’, ‘archive-forum’ );”
It looks like bbp_get_template_part() is calling the entire thing, whereas I’m used to phpBB giving me individual tags – I guess their equivalent to what you’d call shortcodes? – for the category name, the forum name, number of posts etc to place them precisely where I want them in the template.
So what am I missing? What file can I modify, or what functions could I call, that would allow me that same level of control?
Hopefully this is coherent. I’m pretty new to using bbPress – and BuddyPress, and WordPress… – so I feel a bit mentally fatigued from learning these systems, lol. Any help would most certainly be appreciated. Let me know if anything needs clarification, and thanks in advance to anyone who reads this wall of text. Cheers.
Topic: Simple registration question
Hi there, I used to be using phpbb message boards, and found that many spammers would get round captcha. The best solution for me was an option to have a simple question for people registering like about the sport the forum was based on.
I am now starting out with bbpress, and being totally hailed with spam even using the captcha plugin for posters. Is there a simple question plugin, or one that has worked for others? Am sure this must be a common problem as registration is so simple!
Thanks
Topic: URLs issue
I 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?
Topic: Netball forum
This is my netball forum, migrated to bbPress from phpbb:
The import sort of mucked up, so I have a few odd Anonymous users here and there that I have been having to change in the database, but no other problems otherwise.
We designed it to fit into our website as much as possible. Our website is an online digital netball magazine, with the latest netball news and netball forum too.
Thanks @netweb for your help!