1
Cobra001
Myalbumb and Xoops Protector Problems
  • 2005/6/12 11:10

  • Cobra001

  • Just popping in

  • Posts: 27

  • Since: 2004/6/21


Hi, for some reason when i upload them their logo does not show up in the install module optionm if i click on the install button it then install fine but does not show up in the list of isntalled modules


Many Thanks


C



2
Cobra001
Re: liaise 1.23 and 1.22 problems
  • 2005/6/12 11:06

  • Cobra001

  • Just popping in

  • Posts: 27

  • Since: 2004/6/21


still having trobule my self



3
Cobra001
Re: Creating a Theme from a Invision Power board style CCS sheet
  • 2005/4/5 22:04

  • Cobra001

  • Just popping in

  • Posts: 27

  • Since: 2004/6/21


thanks



4
Cobra001
Re: vietnam theme required for a Hl2 mod
  • 2005/4/4 14:05

  • Cobra001

  • Just popping in

  • Posts: 27

  • Since: 2004/6/21


any chance you intrestead in helping out



5
Cobra001
Re: vietnam theme required for a Hl2 mod
  • 2005/4/4 14:04

  • Cobra001

  • Just popping in

  • Posts: 27

  • Since: 2004/6/21


we creating the mod name not sure yet as two team have merged together so we don't know if

a) while have a new name
b) a hybrid name
c) choose to use one of the orgianl tema names



6
Cobra001
Creating a Theme from a Invision Power board style CCS sheet
  • 2005/4/4 14:01

  • Cobra001

  • Just popping in

  • Posts: 27

  • Since: 2004/6/21


Hi, is there a quick way to convert them or do i have to do it by hand?


Thanks


Damien


here is the csss if anyone intrestead


---------------------------------------
html { overflow-x: hidden; overflow-y: auto; }

form { display:inline; }
img { vertical-align:middle; border:0px }
BODY { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000; margin:0px 10px 0px 10px;background-color:#F4F0E3 }
TABLE, TR, TD { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000; }
a:link, a:visited, a:active { text-decoration: underline; color: #000 }
a:hover { color: #465584; text-decoration:underline }

fieldset.search { padding:6px; line-height:150% }
label { cursor:pointer; }

img.attach { border:2px outset #EEF2F7;padding:2px }


Skin copyrighted by Kazuki. Find more skins at the IPB Skin Zone



#ipbwrapper { text-align:left; width:95%; margin-left:auto;margin-right:auto }
#ipbwrapper img { vertical-align:middle; border: 0px }

.googleroot { padding:6px; line-height:130% }
.googlechild { padding:6px; margin-left:30px; line-height:130% }
.googleparent { padding:6px; margin-left:30px; line-height:130% }
.googlebottom, .googlebottom a:link, .googlebottom a:visited, .googlebottom a:active { font-size:11px; color: #3A4F6C; }
This skin was created by Kazuki of the IF Skin Zone


7
Cobra001
vietnam theme required for a Hl2 mod
  • 2005/4/4 12:55

  • Cobra001

  • Just popping in

  • Posts: 27

  • Since: 2004/6/21


Hi looking for a vietnam theme (possibly jungle kida theme) for hl2 mod i working on. Would be very greatfull.


Thanks


Damien



8
Cobra001
Re: liaise 1.23 and 1.22 problems
  • 2005/4/3 23:02

  • Cobra001

  • Just popping in

  • Posts: 27

  • Since: 2004/6/21


thanks for the help



9
Cobra001
Re: liaise 1.23 and 1.22 problems
  • 2005/4/3 22:48

  • Cobra001

  • Just popping in

  • Posts: 27

  • Since: 2004/6/21


4.0.23-standard that the MySQL i am using


also hwo do i remove the dumping datapart



10
Cobra001
liaise 1.23 and 1.22 problems
  • 2005/4/3 12:38

  • Cobra001

  • Just popping in

  • Posts: 27

  • Since: 2004/6/21


Installing Liaise

## Table structure for table `liaise_forms`#CREATE TABLE `liaise_forms` ( `form_id` smallint(5) NOT NULL auto_increment, `form_send_method` char(1) NOT NULL default 'e', `form_send_to_group` smallint(3) NOT NULL default '0', `form_order` smallint(3) NOT NULL default '0', `form_delimiter` char(1) NOT NULL default 's', `form_title` varchar(255) NOT NULL default '', `form_submit_text` varchar(50) NOT NULL default '', `form_desc` text NOT NULL, `form_intro` text NOT NULL, `form_whereto` varchar(255) NOT NULL default '', PRIMARY KEY (`form_id`), KEY `form_order` (`form_order`)) TYPE=MyISAM;## Dumping data for table `liaise_forms`#INSERT INTO `liaise_forms` VALUES (1, 'e', 0, 1, 'b', 'Send feedback', 'Submit', 'Tell us about your comments for this site.', 'Contact us by filling out this form.', '');## Table structure for table `liaise_formelements`#CREATE TABLE `liaise_formelements` ( `ele_id` smallint(5) unsigned NOT NULL auto_increment, `form_id` smallint(5) NOT NULL default '0', `ele_type` varchar(10) NOT NULL default '', `ele_caption` varchar(255) NOT NULL default '', `ele_order` smallint(2) NOT NULL default '0', `ele_req` tinyint(1) NOT NULL default '1', `ele_value` text NOT NULL, `ele_display` tinyint(1) NOT NULL default '1', PRIMARY KEY (`ele_id`), KEY `ele_display` (`ele_display`), KEY `ele_order` (`ele_order`)) TYPE=MyISAM;## Dumping data for table `liaise_formelements`#INSERT INTO `liaise_formelements` VALUES (1, 1, 'checkbox', 'What are your hobbies?', 11, 1, 'a:7:{s:13:"I\'m a dreary.";i:1;s:35:"Searching adult contents on the net";i:0;s:66:"Arguing with people about those stupid things on discussion boards";i:0;s:33:"Searching software serial numbers";i:0;s:6:"Speech";i:0;s:34:"Making weapons of mass destruction";i:0;s:10:"{OTHER|30}";i:0;}', 1);INSERT INTO `liaise_formelements` VALUES (2, 1, 'text', 'Your name', 0, 1, 'a:3:{i:0;i:30;i:1;i:255;i:2;s:7:"{UNAME}";}', 1);INSERT INTO `liaise_formelements` VALUES (3, 1, 'text', 'Email', 1, 1, 'a:3:{i:0;i:30;i:1;i:255;i:2;s:7:"{EMAIL}";}', 1);INSERT INTO `liaise_formelements` VALUES (4, 1, 'text', 'Website', 3, 0, 'a:3:{i:0;i:30;i:1;i:255;i:2;s:7:"http://";}', 1);INSERT INTO `liaise_formelements` VALUES (5, 1, 'text', 'Company', 4, 0, 'a:3:{i:0;i:30;i:1;i:255;i:2;s:0:"";}', 1);INSERT INTO `liaise_formelements` VALUES (6, 1, 'text', 'Location', 5, 0, 'a:3:{i:0;i:30;i:1;i:255;i:2;s:0:"";}', 1);INSERT INTO `liaise_formelements` VALUES (7, 1, 'textarea', 'Comments', 6, 1, 'a:3:{i:0;s:0:"";i:1;i:5;i:2;i:35;}', 1);INSERT INTO `liaise_formelements` VALUES (8, 1, 'select', 'How are you today?', 7, 0, 'a:3:{i:0;i:1;i:1;i:0;i:2;a:6:{s:6:"Great!";i:0;s:9:"I\'m fine.";i:1;s:6:"So so.";i:0;s:8:"No good.";i:0;s:9:"I\'m sick.";i:0;s:5:"What?";i:0;}}', 1);INSERT INTO `liaise_formelements` VALUES (9, 1, 'text', 'Your credit card number', 14, 0, 'a:3:{i:0;i:30;i:1;i:255;i:2;s:15:"Are you crazy!?";}', 1);INSERT INTO `liaise_formelements` VALUES (10, 1, 'radio', 'How old are you?', 9, 0, 'a:8:{s:3:"0-9";i:0;s:5:"10-19";i:0;s:5:"20-29";i:0;s:5:"30-39";i:0;s:5:"40-49";i:0;s:5:"50-59";i:0;s:3:"60+";i:0;s:27:"It\'s none of your business.";i:1;}', 1);INSERT INTO `liaise_formelements` VALUES (11, 1, 'checkbox', 'foo', 13, 0, 'a:1:{s:3:"bar";i:0;}', 0);INSERT INTO `liaise_formelements` VALUES (12, 1, 'select', 'Why did you buy a computer?', 8, 1, 'a:3:{i:0;i:10;i:1;i:1;i:2;a:6:{s:25:"My room is too big for me";i:1;s:25:"I don\'t have a girlfriend";i:0;s:18:"My wife is a biddy";i:0;s:17:"I like spam mails";i:0;s:29:"That makes me look more smart";i:0;s:13:"I just forgot";i:0;}}', 1);INSERT INTO `liaise_formelements` VALUES (13, 1, 'radio', 'Gender', 2, 0, 'a:3:{s:4:"Male";i:0;s:6:"Female";i:0;s:15:"I won\'t tell ya";i:1;}', 1);INSERT INTO `liaise_formelements` VALUES (14, 1, 'yn', 'Do you believe your government?', 12, 0, 'a:2:{s:4:"_YES";i:1;s:3:"_NO";i:0;}', 1);INSERT INTO `liaise_formelements` VALUES (15, 1, 'html', '', 10, 0, 'a:3:{i:0;s:316:"I have no idea what should be placed here. Maybe a chapter from the holy bible? Click here if you have too much time to waste, or get a free PlayStation 2 if you are boring.";i:1;i:10;i:2;i:50;}', 1) is not a valid SQL!

Unable to install liaise. Error(s):
-----------------------------------------------


also when i was using 1.22 every time i saved a form after it was created EI crashed art from tghat its all be great


Thanks

Cobra




TopTop
(1) 2 3 »



Login

Who's Online

155 user(s) are online (103 user(s) are browsing Support Forums)


Members: 0


Guests: 155


more...

Donat-O-Meter

Stats
Goal: AU$15.00
Due Date: Jul 31
Gross Amount: AU$0.00
Net Balance: AU$0.00
Left to go: AU$15.00
Make donations with PayPal!

Latest GitHub Commits