Hablore CMS client fix?

Status
Not open for further replies.
Nov 5, 2011
106
8
Hi guys, i have couple problems about Client fixing.
poke9.png


As you see i don't have Override variables
 

JynX

Posting Freak
Feb 6, 2016
710
438
The issue is you're using the Hablore skin that had multiple languages and you're using {language} to represent the variables. Change the {language} to external_variables.txt
 

Kak

Posting Freak
Apr 21, 2017
951
165
hablore cms is configured for r63b. although you could just change the client.php to a r63 one. might as well just use plusemu :p
 

Kak

Posting Freak
Apr 21, 2017
951
165
Code:
-- ----------------------------
-- Table structure for profile_comments
-- ----------------------------
DROP TABLE IF EXISTS `profile_comments`;
CREATE TABLE `profile_comments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `profile_id` int(11) NOT NULL,
  `sender` int(11) NOT NULL,
  `comment` varchar(500) NOT NULL,
  `posted_on` varchar(150) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=106 DEFAULT CHARSET=latin1;
 
Status
Not open for further replies.

Users who are viewing this thread

Top