http://www.icyphoenix.com/viewtopic.php?f=28&t=6183&p=41927#p41927
-----------------------------------
DWho
Sun 26 Jul, 2009 13:41

[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

 [img]http://www.icyphoenix.com/files/images/166/26_07_2009_12_34_35.png[/img] 

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 linenumbers=false]include_once(IP_ROOT_PATH . 'includes/bbcode.' . PHP_EXT);[/code]

[code linenumbers=false]	'CONTACT_CODE' => $bbcode->parse($board_config['contact_text'], $bbcode_uid),[/code]

open contact_us.php

FIND

[code linenumbers=false]	'CONFIRM_IMG' => $confirm_image,
	'S_HIDDEN_FIELDS' => $s_hidden_fields,[/code]

AFTER ADD

[code linenumbers=false]	'CONTACT_CODE' => $bbcode->parse($board_config['contact_text'], $bbcode_uid),[/code]

Main download updated with fix...

[url=http://www.icyphoenix.co.uk/dload.php?action=file&file_id=14][size=14][color=chocolate][b]Please Download Here[/b][/color][/size]

Enjoy


