[Mod Release 1.3] Contact Info


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: [Download] [Hide] [Select]
include_once(IP_ROOT_PATH . 'includes/bbcode.' . PHP_EXT);


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


open contact_us.php

FIND

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


AFTER ADD

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


Main download updated with fix...

Please Download Here

Enjoy

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

Profile PM  
Subject: Re: [Mod Release 1.3] Contact Info
so i am guessing you did not run the database query...

Code: [Download] [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...

:mrgreen: :mrgreen:

Subject: Re: [Mod Release 1.3] Contact Info
Code: [Download] [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: [Download] [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!

Profile PM  
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

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

Subject: Re: [Mod Release 1.3] Contact Info
in local ok!

on line don't work...

I repeat the installation...

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 1.5261s (PHP: 2% SQL: 98%)
SQL queries: 15 - Debug Off - GZIP Enabled