Search found 9 matches

by kmklr72
Mon Feb 09, 2009 11:09 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: ajax chat on 3.0.4
Replies: 26
Views: 110068

Re: ajax chat on 3.0.4

Assuming your phpBB install is in the root, you have to browse to http://www.yourdomain.com/chat_install.php?mode=install to install the database tables. Then delete the file when it's finished.
by kmklr72
Fri Feb 06, 2009 5:21 pm
Forum: phpBB 3.0.x Support
Topic: Help to update from 3.0.1 to 3.0.4
Replies: 15
Views: 19629

Re: Help to update from 3.0.1 to 3.0.4

The updater will give you an option to merge the changes after backing up the changed files. Just make sure you choose that option and the mods should still work after the update, as long as they haven't changed too much of the core code.
by kmklr72
Fri Feb 06, 2009 5:15 pm
Forum: phpBB 3.0.x Support
Topic: Link to website? redsilver theme?
Replies: 10
Views: 12555

Re: Link to website? redsilver theme?

I saw this line on your site, and it is what you need: <a href="./index.php"><img style="margin: -4px 40px -4px -4px;" src="./styles/RedSilver/imageset/site_logo.gif" alt="Site Logo" /></a> All you need to do is change this: <a href="./index.php"> To...
by kmklr72
Fri Feb 06, 2009 5:01 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: How do I place an image on the portal welcome page?
Replies: 1
Views: 4680

Re: How do I place an image on the portal welcome page?

I think it depends on what portal you are using. What you could try is use the image bbcode to put the image in there. If that doesn't work, then you will need to edit the appropriate html code to put the image where you want it.
by kmklr72
Fri Feb 06, 2009 4:53 pm
Forum: phpBB 3.0.x Support
Topic: Link to website? redsilver theme?
Replies: 10
Views: 12555

Re: Link to website? redsilver theme?

Open the overall_header.html template file and search for {U_INDEX}. Replace that with http://www.torquespin.com/ and it should link back to the site index.
by kmklr72
Thu Feb 05, 2009 11:07 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: looking for Portal mod for phpbb3[update]help
Replies: 9
Views: 16322

Re: looking for Portal mod for phpbb3

Here is the post with the download for Board3 Portal Board3 . As for not having side blocks, in the portal_body.html template file that the mod includes, just delete the lines that include the block right and block left template files. The include statements should look like this: <!-- INCLUDE [temp...
by kmklr72
Thu Feb 05, 2009 10:38 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: looking for Portal mod for phpbb3[update]help
Replies: 9
Views: 16322

Re: looking for Portal mod for phpbb3

There are 3 portal mods I know of off the top of my head. phpbbportal has many users, but some people say they aren't providing support anymore. Board3 is a good simple portal that I believe is based on phpbbportal. Stargate Portal is probably the biggest portal, with a huge amount of customization ...
by kmklr72
Thu Feb 05, 2009 10:21 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: Theme Debaucle.
Replies: 8
Views: 13291

Re: Theme Debaucle.

If you edit the theme through the ACP, then it get stored in the database from what I remember. The only way to make things permanent is to edit the files themselves with a decent text editor.
by kmklr72
Thu Feb 05, 2009 1:02 am
Forum: phpBB 3.0.x Support
Topic: help
Replies: 11
Views: 15475

Re: help

You need to run the chat install file. http://www.yourdomain.com/chat_install.php?mode=install. Replace yourdomain.com with your website URL.

Regards,
kmklr72