SOLVED News Icons In Portal


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.


news.jpg
Description:  
Download
Filename: news.jpg
Filesize: 65.71 KB
Downloaded: 117 Time(s)

Profile PM  
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.

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.

Profile PM  
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. :mricy:

Subject: Re: News Icons In Portal
anyone help me move the yellow/red icons (see 1st post) to the right side. thank you :mryellow: :mricy:

Profile PM  
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 :mryellow: :mricy:



Try this:


templates/*template*/blocks/news_block.tpl


Find

Code: [Download] [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: [Download] [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.

Subject: Re: News Icons In Portal
super, you're the best. Thank you,

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.2033s (PHP: 9% SQL: 91%)
SQL queries: 12 - Debug Off - GZIP Enabled