Posts Tagged ‘phpBB’

phpBB 3 Template Customization

Monday, November 17th, 2008 by hejian

Disable the cache
ACP -> General -> Server configuration -> Load settings -> General options -> Recompile stale style components

fusion2phpbb - Migration data from PHP-Fusion forum to phpBB

Thursday, February 21st, 2008 by hejian

I have finished the fusion2phpbb script. It can migrate users, forums, posts, privmsgs into phpBB.

Download
Need $200 donation before download:


After I got the payment, I will send you the downloading URL, and I will provide 30 days support for help you using it.

phpBB database

Thursday, February 21st, 2008 by hejian

phpbb_forums
forum_name: name of forum.
forum_desc: description of forum.

phpbb_posts_text
post_subject: subject of post.
post_text: text of post.

phpbb_topics
topic_title: title of topic.
topic_status: 0=open 1=locked

phpbb_users
user_avatar: avatar of user.
user_sig: signature of user.

Most Used phpBB Mods

Tuesday, April 24th, 2007 by hejian

The mods really depend on what you want form the site. These are my most used phpBB Mods:

SEO
shutbox
last visit
birthdays
Profile control
Attachment
quick reply
Cash
Topic calendar
Flashing GIF for new PM
PM Export
Main Admin Security
Anti Bot Question MOD
EasyMOD
Digests
Custom mass PM
Categories Hierarchy
Custom mass email
Yet Another Anti Robotic Register Flood
Stop Spambot Registration
Unique Registration Hash
Views
Save posts as drafts
points
Bank
SImple Merge
Subforums
subcathegories

phpBB Style Customization

Monday, March 26th, 2007 by hejian

1. Make a copy of the subSilver directory
Make a copy of the template/subSilver direcotory to template/xxx directory.

2. Rename subSilver.cfg and subSilver.css
Rename the subSIlver.cfg and subSilver.css to xxx.cfg and xxx.css.

3. Replace subSilver to xxx in template files
Find all the template files contain subSilver:

find subSilver template/xxx -r

And replace all the subSilver to xxx.

4. Modify these files to quick customize the template
xxx.css
overall_header.tpl
overall_footer.tpl
index_body.tpl

Wordpress template made by HeJian