FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Suggestions » default theme css split
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: default theme css split [message #13924 is a reply to message #13818] Fri, 31 October 2003 17:23 Go to previous messageGo to previous message
AzaToth is currently offline  AzaToth   Sweden
Messages: 125
Registered: October 2003
Karma:
Senior Member

I men offcourse that image is the text insertet by the script, so if you specified in config:
msg_quote: path('../msg_quote.gif')

then the script build it as:
<img src="http://www.com/path/to/fud/images/msg_quote.gif" alt="[quote]" />


and if:
msg_quote: text('Quote', '#FFFFFF', '#000000', 70, 20)


then it is like:
<a style="background: #FFFFFF; color: #000000; width: 70; height: 20">Quote</a>

if it's a link...

I saw now that this was a hard bit Smile but I have one soultion, that is like this:

{SECTION: dmsg_delete_link}
<td align="right"><a class="GenLink" href="{TEMPLATE: dmsg_delete_link_lnk}"><img alt="" src="{THEME_IMAGE_ROOT}/msg_delete.png" /></a>&nbsp;</td>
{SECTION: END} 

{SECTION: dmsg_edit_link_lnk}
{ROOT}?t=post&amp;msg_id={VAR: obj->id}&amp;{DEF: _rsid}
{SECTION: END}

{SECTION: dmsg_edit_link}
<td align="right"><a class="GenLink" href="{TEMPLATE: dmsg_edit_link_lnk}"><img alt="" src="{THEME_IMAGE_ROOT}/msg_edit.png" /></a>&nbsp;&nbsp;&nbsp;&nbsp;</td>
{SECTION: END}

{SECTION: dmsg_reply_link_lnk}
{ROOT}?t=post&amp;reply_to={VAR: obj->id}&amp;{DEF: _rsid}
{SECTION: END}

{SECTION: dmsg_reply_link}
<td align="right"><a class="GenLink" href="{TEMPLATE: dmsg_reply_link_lnk}"><img alt="" src="{THEME_IMAGE_ROOT}/msg_reply.png" /></a>&nbsp;</td>
{SECTION: END}

{SECTION: dmsg_quote_link_lnk}
{ROOT}?t=post&amp;reply_to={VAR: obj->id}&amp;quote=true&amp;{DEF: _rsid}
{SECTION: END}

{SECTION: dmsg_quote_link}
<td align="right"><a style="background: #FFFFFF; color: #000000; width: 71px; height: 18px" class="GenLink" href="{TEMPLATE: dmsg_quote_link_lnk}">Quote</a></td>
{SECTION: END}

{SECTION: dmsg_message_toolbar message toolbar, normally contains post/quote type buttons}
<tr><td colspan="2" class="MsgToolBar"><table border=0 cellspacing=0 cellpadding=0 width="100%"><tr>
<td align="left">{TEMPLATE-DATA: user_profile}&nbsp;{TEMPLATE-DATA: email_link}&nbsp;{TEMPLATE-DATA: private_msg_link}</td>
<td width="100%" align="center" class="GenText">{TEMPLATE-DATA: next_page}</td>
{TEMPLATE-DATA: delete_link}{TEMPLATE-DATA: edit_link}{TEMPLATE-DATA: reply_link}{TEMPLATE-DATA: quote_link}
</tr></table></td></tr>
{SECTION: END}
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Maximum smileys
Next Topic: Global Admin DB Password field shouldn't be plain text
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 27 17:27:20 GMT 2024

Total time taken to generate the page: 0.04132 seconds