[Mod Release 1.3] Contact Info »  Show posts from    to     

Icy Phoenix


Old Customizations - [Mod Release 1.3] Contact Info



DWho [ Sun 26 Jul, 2009 13:41 ]
Post subject: [Mod Release 1.3] Contact Info
This will enable you via the Acp to enter information into a text box using bbcode (no html at this time will be upgrading)
This will the appear above your contact us form allowing you to enter more contact information or what ever you like...
No need to edit any files or know html.

I made this addon/mod so my junior admin can add information to our contact form without the need to edit files

26_07_2009_12_34_35

OOOOPS

If anyone has downloaded this mod I made an error in the install file...

please follow these instructions to fix the problem..

open includes/page_header.php

ANDRemove

Code: [Hide] [Select]
include_once(IP_ROOT_PATH . 'includes/bbcode.' . PHP_EXT);


Code: [Hide] [Select]
'CONTACT_CODE' => $bbcode->parse($board_config['contact_text'], $bbcode_uid),


open contact_us.php

FIND

Code: [Hide] [Select]
'CONFIRM_IMG' => $confirm_image,
'S_HIDDEN_FIELDS' => $s_hidden_fields,


AFTER ADD

Code: [Hide] [Select]
'CONTACT_CODE' => $bbcode->parse($board_config['contact_text'], $bbcode_uid),


Main download updated with fix...

Please Download Here

Enjoy


pax [ Fri 25 Sep, 2009 01:11 ]
Post subject: Re: [Mod Release 1.3] Contact Info
don't work...

installation is good...but in the contact page nothing does not appears...

not even the preview...

pp_1253834166_954809


DWho [ Fri 25 Sep, 2009 10:34 ]
Post subject: Re: [Mod Release 1.3] Contact Info
so i am guessing you did not run the database query...

Code: [Hide] [Select]
INSERT INTO `ip_config` (`config_name`, `config_value`) VALUES ('switch_contact', '0');
INSERT INTO `ip_config` (`config_name`,`config_value`) VALUES ('contact_text','[b]Telephone:[/b] 01230 123456\r\n\r\n[b]Look at our special deals[/b] [url=page2.php][color=orange][b]click here[/b][/color][/url]\r\n\r\n[color=blue]This is an example text[/color]');


that helps...



pax [ Fri 25 Sep, 2009 11:58 ]
Post subject: Re: [Mod Release 1.3] Contact Info
Code: [Hide] [Select]
Errore

query SQL:

INSERT INTO `ip_config` ( `config_name` , `config_value` )
VALUES (
'switch_contact', '0'
);

Messaggio di MySQL: Documentazione
#1062 - Duplicate entry 'switch_contact' for key 1



Code: [Hide] [Select]
Errore

query SQL:

INSERT INTO `ip_config` ( `config_name` , `config_value` )
VALUES (
'contact_text', '[b]Telephone:[/b] 01230 123456\r\n\r\n[b]Look at our special deals[/b] [url=page2.php][color=orange][b]click here[/b][/color][/url]\r\n\r\n[color=blue]This is an example text[/color]'
)

Messaggio di MySQL: Documentazione
#1062 - Duplicate entry 'contact_text' for key 1



the query they had been executed...don't work!


spydie [ Fri 25 Sep, 2009 12:14 ]
Post subject: Re: [Mod Release 1.3] Contact Info
It look´s like you havent got the Patch installed, PAX.

This runs with the new contact us included in RC patch.


Mike.

If you look on his pic, you see that he is´nt using the patch version


DWho [ Fri 25 Sep, 2009 12:41 ]
Post subject: Re: [Mod Release 1.3] Contact Info
See i need my glasses again as i cant see what you see...

I just installed this on a basic ip1.3 with no errors...

so i am missing something here


pax [ Fri 25 Sep, 2009 12:46 ]
Post subject: Re: [Mod Release 1.3] Contact Info
in local ok!

on line don't work...

I repeat the installation...




Powered by Icy Phoenix