PDA

View Full Version : PHP Code


Lombardo
01-22-2008, 02:36 PM
Could someone tell what this code does

<if condition="$show['inlinemod']">
$spacer_close
<form action="inlinemod.php?threadid=$threadinfo[threadid]&amp;p=$postid" method="post" id="inlinemodform">
$spacer_open
</if>

Flow Fusion
01-22-2008, 02:53 PM
OK if you have a php file called "inlinemod.php is what this is for.

So if you have this file....show it

<if condition=$show['inlinemod']">

And for it to give the option to show the inlinemodform


https://vborg.vbsupport.ru/search.php?searchid=7632351

Opserty
01-22-2008, 04:02 PM
Opens the form for the inline moderation, i.e. the checkboxes you see at the side of threads/posts.

Lombardo
01-22-2008, 04:16 PM
Thanks for your help