[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 561: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 617: sizeof(): Parameter must be an array or an object that implements Countable
phpBBModders.net • Skype MySql
Page 1 of 1

Skype MySql

Posted: 07 Jan 2009, 15:40
by djwilson
im having issues with the mysql part cant seem to add the skype field, and i had to reset my whole board as my theme was to hard to get to match

Re: Skype MySql

Posted: 07 Jan 2009, 15:47
by RMcGirr83
What stops you from running the mysql part of the mod install?

To run the sql update, you need to enter your database via phpmyadmin (usually) from within your hosts cpanel. Find your database, click on the sql tab and change the phpbb_ part to whatever your table prefixes are in the database for your forum.

Re: Skype MySql

Posted: 07 Jan 2009, 17:42
by RMcGirr83
..also there are only two style based "themes" in phpbb V 3

prosilver and subsilver2. Generally all themes that are different from those are based off of one or the other. You can tell which by going to the theme directory within the style. If the style has more than one css file, then that would be a prosilver based style, if it has only one then subsilver2 based.

The edits for either style are in the download for the mod (main install file for prosilver and in the contrib folder for subsilver2 based styles).