Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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: 113 Time(s)

 



 
xmenfileSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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.
 




____________
? JHOSMAN - Webmaster
 
JHOSMANSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
xmenfileSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.  
 




____________
? JHOSMAN - Webmaster
 
JHOSMANSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: News Icons In Portal 
 
anyone help me move the yellow/red icons (see 1st post) to the right side.  thank you   
 



 
xmenfileSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [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.
 



 
VortexSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: News Icons In Portal 
 
super, you're the best.  Thank you,
 



 
xmenfileSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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