PDA

View Full Version : More custom text features


Scott
04/19/2004, 12:52 PM
I turned on the code option. This lets you post html, php, asp or whatever and show it in the forums. It won't be functioning code. It'll simply appear so you can show someone how to code or get help with code. the tags are [code*] and [/code*] (remove asteriks).

here's an example:



<tr align="center">
<td <if condition="$forum['displayorder'] % 2 == 0">class="alt2"<else />class="alt1"</if> valign="top"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
<td <if condition="$forum['displayorder'] % 2 == 0">class="alt2"<else />class="alt1"</if> align="left" id="f$forum[forumid]">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td>
<a href="forumdisplay.php?$session[sessionurl]forumid=$forum[forumid]"><b>$forum[title]</b></a>
<if condition="$vboptions['displayloggedin'] AND !$forum['link'] AND $forum['browsers']">
</if>

Dave
04/19/2004, 01:41 PM
Errrr can you explain that code to me? I'm lost after the tr align="center" part .... :)

LOL j/k I'll stay sweet and innocent thank you, but I like the idea ....

Silky
04/19/2004, 01:48 PM
[QUOTE=Dave]Errrr can you explain that code to me? I'm lost after the tr align="center" part .... :)

LOL j/k I'll stay sweet and innocent thank you, but I like the idea ....[/QUOTE]

That's why it's costing us money to build this site...that damn php stuff. :)

Dave
04/19/2004, 01:54 PM
[QUOTE=Silkenfairy]That's why it's costing us money to build this site...that damn php stuff. :)[/QUOTE]Ssssshhhhhhh I'm in enough hot water as it is :)

Scott
04/19/2004, 02:06 PM
It's a mix of php and html Dave. :) See what I'm up against? :)

Dave
04/19/2004, 02:09 PM
Absolutely! That looks a complete nightmare .... well not completely, I've seen a few code progammes in my time, but bad enough!