Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post View Subforums 
 
how I can make the subforums be seen as a list?

YES:




NO:



 



 
stockiceSend 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: View Subforums 
 
Sorry, but I don't understand what you really need.

Anyway the template you are talking about is: index_box.tpl
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: View Subforums 
 
Hey...

I Use Subforums as List on my site...

Here is the codechange

OPEN includes/functions_categories_hierarchy.php
FIND
Code: [Download] [Hide] [Select]
                        else
                        {
                            $wlast_post = '<a href="' . append_sid(VIEWTOPIC_MG . '?'  . POST_POST_URL . '=' . $wdata['tree.topic_last_post_id']) . '#p' . $wdata['tree.topic_last_post_id'] . '">';
                            $wlast_post .= '<img src="' . $wfolder_image . '" alt="' . $wfolder_alt . '" title="' . $wfolder_alt . '" /></a>&nbsp;';
                        }

REPLACE WITH
Code: [Download] [Hide] [Select]
                        else
                        {
                            $wlast_post = '&nbsp;<a href="' . append_sid(VIEWTOPIC_MG . '?'  . POST_POST_URL . '=' . $wdata['tree.topic_last_post_id']) . '#p' . $wdata['tree.topic_last_post_id'] . '">';
                            $wlast_post .= '<img src="' . $wfolder_image . '" alt="' . $wfolder_alt . '" title="' . $wfolder_alt . '" /></a>&nbsp;';
                        }


FIND
Code: [Download] [Hide] [Select]
                    if ($link != '')
                    {
                        $links .= (($links != '') ? ', ' : '') . $wlast_post . $link;
                    }

REPLACE WITH
Code: [Download] [Hide] [Select]
                    if ($link != '')
                    {
                        $links .= (($links != '') ? ',<br />' : '') . $wlast_post . $link;
                    }

 




____________

Play Games at GamesCampus!
 
KugeLSichASend private messageVisit poster's website  
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