Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

CWCLAN.de

Asked Modified Viewed 4,784 times
G
globefreak
G
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

a bootstrap based Theme and Mod for Fusion v7

Website: www.cwclan.de

what do you think?
0 replies

6 posts

S
spunk
S
spunk 10
www.duesseltag.de/../../images/banner/banner209x69.png
  • Member, joined since
  • Contributed 92 posts on the community forums.
  • Started 6 threads in the forums
answered
Member

Looks great! Good work! :G
0 replies
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

It really looks great, where can I find the theme?
Id love to see it on the AddonDB here.
0 replies
G
globefreak
G
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

0 replies
— 3 months later —
V
vaesir
V
vaesir 10
  • Junior Member, joined since
  • Contributed 37 posts on the community forums.
  • Started 13 threads in the forums
answered
Junior Member

Hi
Got a problem with this theme.
Table 'dud_fusi489.DB_MENU_SETTINGS' doesn't existTable 'du_fusi489.DB_MENUS' doesn't exist

Thanks
0 replies
P
PeaceLaced
P
PHP-Fusion MAIN Support Team
PHP-Fusion USA NSS Admin
  • Member, joined since
  • Contributed 154 posts on the community forums.
  • Started 23 threads in the forums
answered
Member

Open the infusion.php and remove the table creation lines and replace them with the below code. The problem is ENGINE=MyISAM is missing.

$inf_newtable[1] = DB_MENUS." (
menu_id SMALLINT(5) NOT NULL AUTO_INCREMENT,
menu_cat SMALLINT(5) NOT NULL DEFAULT '0',
menu_name VARCHAR(100) DEFAULT '' NOT NULL,
menu_order SMALLINT(5) NOT NULL DEFAULT '0',
menu_link VARCHAR(200) DEFAULT '' NOT NULL,
menu_access SMALLINT(5) DEFAULT '0' NOT NULL,
menu_window TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (menu_id)
) ENGINE=MyISAM;";


$inf_newtable[2] = DB_MENU_SETTINGS." (
mset_horver CHAR(1),
mset_subhorver CHAR(1),
mset_imgon VARCHAR(100),
mset_imgon_sub VARCHAR(100),
mset_imgoff VARCHAR(100),
mset_imgoff_main VARCHAR(100),
mset_bgcolor VARCHAR(8),
mset_textcolor VARCHAR(8),
mset_hbgcolor VARCHAR(8),
mset_hbgcolor_sub VARCHAR(8),
mset_hbgcolor_sub_on VARCHAR(8),
mset_htextcolor VARCHAR(8),
mset_htextcolor_sub VARCHAR(8),
mset_textcolor_sub VARCHAR(8),
mset_bordercol VARCHAR(8),
mset_width VARCHAR(10),
mset_width_sub VARCHAR(10),
mset_textweight VARCHAR(10),
mset_textweight_sub VARCHAR(10),
mset_textweight_on VARCHAR(10),
mset_textweight_sub_on VARCHAR(10),
mset_textsize CHAR(2),
mset_textalign VARCHAR(10),
mset_textfont VARCHAR(100)
) ENGINE=MyISAM;";
Edited by PeaceLaced on 18-05-2014 15:58,
0 replies
Q
quiki
Q
quiki 10
  • Member, joined since
  • Contributed 171 posts on the community forums.
  • Started 41 threads in the forums
answered
Member

Great work, very nice theme!
0 replies

Category Forum

Post Your Site

Labels

None yet

Statistics

  • Views 0 views
  • Posts 6 posts
  • Votes 0 votes
  • Topic users 6 members

6 participants

F
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
P
P
PHP-Fusion MAIN Support Team
PHP-Fusion USA NSS Admin
  • Member, joined since
  • Contributed 154 posts on the community forums.
  • Started 23 threads in the forums
V
V
vaesir 10
  • Junior Member, joined since
  • Contributed 37 posts on the community forums.
  • Started 13 threads in the forums
Q
Q
quiki 10
  • Member, joined since
  • Contributed 171 posts on the community forums.
  • Started 41 threads in the forums
S
S
spunk 10
www.duesseltag.de/../../images/banner/banner209x69.png
  • Member, joined since
  • Contributed 92 posts on the community forums.
  • Started 6 threads in the forums
G
G
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet