Template Modification System *NEW bugfixes*

Here is the code from the first link:
Andreas said:
That has already been requested on vBulletin-Germany.org some time ago and is on the To Do-List :)

@Lionel
Well, adding[hide]
Code:
<if condition="$show['modcplink']">
code here
</if>

above
Code:
<if condition="$show['adminoptions']">

is actually the same as replacing
Code:
<if condition="$show['adminoptions']">

with
Code:
<if condition="$show['modcplink']">
code here
</if>
<if condition="$show['adminoptions']">
isn't it?

The first difference between the original 1st line
Code:
<if condition="$show['adminoptions']">

and the new 1st line
Code:
<if condition="$show['modcplink']">

is
Code:
modcplink']">
[hide]
So this is considered as the beginning of the modification.

Here are the XMLs from the second and third links:
[hide]http://www.mediafire.com/?d92dmr3idsm
http://www.mediafire.com/?6jmbemmcwwc[/hide]
 
Back
Top