|
Re: Forum names with & display as & [message #22020 is a reply to message #21977] |
Sun, 09 January 2005 17:02 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Here is the fix:
--- showposts.tmpl~ 2005-01-09 11:02:17.000000000 -0600
+++ showposts.tmpl 2005-01-09 11:02:17.000000000 -0600
@@ -22,7 +22,7 @@
{REF: alt_var.tmpl}
{SECTION: post_entry}
-<tr class="{ALT-VAR: search_alt RowStyleA RowStyleB}"><td class="GenText"><a href="{TEMPLATE: post_entry_lnk}">{VAR: r[2]}</a></td><td class="GenText" nowrap><a href="{TEMPLATE: post_entry_lnk1}">{VAR-HTML: r[0]}</a></td><td class="DateText nw">{TEMPLATE: showposts_ent_date}</td></tr>
+<tr class="{ALT-VAR: search_alt RowStyleA RowStyleB}"><td class="GenText"><a href="{TEMPLATE: post_entry_lnk}">{VAR: r[2]}</a></td><td class="GenText" nowrap><a href="{TEMPLATE: post_entry_lnk1}">{VAR: r[0]}</a></td><td class="DateText nw">{TEMPLATE: showposts_ent_date}</td></tr>
{SECTION: END}
{PAGE: SHOWPOSTS_PAGE show all posts by a user}
FUDforum Core Developer
|
|
|
|
|
|
|
|
|