News Icons In Portal »  Show posts from    to     

Icy Phoenix


Old Support Topics - News Icons In Portal



xmenfile [ Sun 23 Mar, 2008 20:54 ]
Post subject: News Icons In Portal
I need some helps how to change News Icons to the right side. How do i change numbers of characters on portal? I appreciate it.


JHOSMAN [ Sun 23 Mar, 2008 23:06 ]
Post subject: Re: News Icons In Portal
But these are not messages left by visitors and left him as News, should have selected the option for a category and look at the portal revised permits your forums.


xmenfile [ Sun 23 Mar, 2008 23:19 ]
Post subject: Re: News Icons In Portal
That's not my questions. I want to move the icons on the left to the right side. I also want more characters.


JHOSMAN [ Sun 23 Mar, 2008 23:40 ]
Post subject: Re: News Icons In Portal
He then asked the wrong understanding then that it is PHP and I believe that TPL Icyphoenix Specialists can help you more than me.


xmenfile [ Sat 05 Apr, 2008 20:07 ]
Post subject: Re: News Icons In Portal
anyone help me move the yellow/red icons (see 1st post) to the right side. thank you


Vortex [ Sat 05 Apr, 2008 20:29 ]
Post subject: Re: News Icons In Portal
xmenfile wrote: [View Post]
anyone help me move the yellow/red icons (see 1st post) to the right side. thank you



Try this:


templates/*template*/blocks/news_block.tpl


Find

Code: [Hide] [Select]
<tr>
<td class="row2g-left-top">
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="1"><img src="{SPACER}" alt="" width="1" height="100%" /></td>
<td valign="top"><a href="{INDEX_FILE}?{PORTAL_PAGE_ID}cat_id={articles.CAT_ID}" title ="{articles.CATEGORY}"><img src="{articles.CAT_IMG}" alt="{articles.CATEGORY}" /></a></td>
<td width="1"><img src="{SPACER}" alt="" width="1" height="100%" /></td>
</tr>
</table>
</td>
<td class="row2g-left-top" width="100%">
<div class="post-text" style="padding:2px;">{articles.BODY}</div>
<div class="content-padding">{articles.ATTACHMENTS}</div><br /><br />
<span class="gensmall">{articles.READ_MORE_LINK}&nbsp;</span><br /><br />
</td>
</tr>



Change it with:




Code: [Hide] [Select]
<tr>

<td class="row2g-left-top" width="100%">
<div class="post-text" style="padding:2px;">{articles.BODY}</div>
<div class="content-padding">{articles.ATTACHMENTS}</div><br /><br />
<span class="gensmall">{articles.READ_MORE_LINK}&nbsp;</span><br /><br />
</td>

<td class="row2g-left-top">
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="1"><img src="{SPACER}" alt="" width="1" height="100%" /></td>
<td valign="top"><a href="{INDEX_FILE}?{PORTAL_PAGE_ID}cat_id={articles.CAT_ID}" title ="{articles.CATEGORY}"><img src="{articles.CAT_IMG}" alt="{articles.CATEGORY}" /></a></td>
<td width="1"><img src="{SPACER}" alt="" width="1" height="100%" /></td>
</tr>
</table>
</td>
</tr>






Edit: sorry, wrong copy&paste. Now is correct.


xmenfile [ Sat 05 Apr, 2008 21:20 ]
Post subject: Re: News Icons In Portal
super, you're the best. Thank you,




Powered by Icy Phoenix