• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Arkonia Online layout error

danio4don

AlatharStudio
Joined
Jun 15, 2012
Messages
395
Reaction score
59
Location
Poland
hello i have such a problem when i used this layout you can't see the panels on the right can anyone help me with this? panels do not work only on the home page. works normally on the rest of the subpages




and here it works but only on subpages




I will be very grateful for any help. and even put a beer :)
 

Attachments

I fixed add to database

CREATE TABLE IF NOT EXISTS znote_news (
id int(11) NOT NULL AUTO_INCREMENT,
title varchar(30) NOT NULL,
text text NOT NULL,
date int(11) NOT NULL,
pid int(11) NOT NULL,
PRIMARY KEY (id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
 
Back
Top