PDA

View Full Version : $customfieldbits_above Output


citricguy2
10-09-2008, 08:53 PM
How do I edit the output of $customfieldbits_above?

I would like to change the table structure.

citricguy2
10-09-2008, 10:42 PM
Also looking to modify $newlinkbits

Any ideas? :)

Our Sponsors
 

Brian
10-10-2008, 10:41 AM
Editing the 'adv_links_add_edit_custombits' template will allow you to modify what's output from the $customfieldbits_above and $customfieldbits_below variables.

The code from the $newlinkbits variable is generated from the 'adv_links_linkbit' template, which is used everywhere you see a listing of links.

citricguy2
10-10-2008, 07:55 PM
Thank you for the response Brian. I'm loving the link directory software! :)

Quick question though about adv_links_add_edit_custombits though. It seems to be the input box and not the output of $customfieldbits_above The output seems to be in a table, the input has the fieldset code.


<fieldset class="fieldset"><legend>$field[title]</legend>
<div style="padding:$stylevar[formspacer]px">
$field[description]<br />
$inputbox

</div>
</fieldset>

Our Sponsors
 

citricguy2
10-12-2008, 10:07 PM
Found it: adv_links_showlink_custombits