Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Forum Layout 
 
Hello guys

I wonder if anyone can help? i would like to make my forum so its all in one box but im not sure how?

tia
 



 
TECHNIQUESend 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: Forum Layout 
 
Can you try to create an image explaining what you need please?
 




____________
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: Forum Layout 
 
forum


Rather than them all being seperate i would like them all in one box. So general would be the top then all others under it but not as sub forums. i did it a long time ago but cant for the life of me remember how

Hope this makes sense

tia

Technique
 



 
TECHNIQUESend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Layout 
 
You are using phpBB 3 right? I'll move this request to the appropriate support forum.

As soon as we find some free time, me or someone else will try to help you.

Thanks.
 




____________
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: Forum Layout 
 
No im using icy phoenix with black pearl template
 



 
TECHNIQUESend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Layout 
 
Sorry for the tennis match with your question as the ball.. i ve moved you back to icy  
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Layout 
 
Oh damn... then I'm the one who has to answer this...

Try this.

OPEN templates/default/index_box.tpl
FIND
Code: [Download] [Hide] [Select]
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div id="{catrow.MAIN_CAT_ID}_f_h" style="display:none;">
{IMG_THL}{IMG_THC}<img class="max-min-right" style="{SHOW_HIDE_PADDING}" src="{IMG_MAXIMISE}" onclick="ShowHide('{catrow.MAIN_CAT_ID}_f','{catrow.MAIN_CAT_ID}_f_h','{catrow.MAIN_CAT_ID}_f');" alt="{L_SHOW}" /><span class="forumlink">{catrow.tablehead.L_FORUM}</span>{IMG_THR_ALT}<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">
<tr><td> </td></tr>
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}
</div>
<div id="{catrow.MAIN_CAT_ID}_f">
<script type="text/javascript">
<!--
tmp = '{catrow.MAIN_CAT_ID}_f';
if(GetCookie(tmp) == '2')
{
    ShowHide('{catrow.MAIN_CAT_ID}_f', '{catrow.MAIN_CAT_ID}_f_h', '{catrow.MAIN_CAT_ID}_f');
}
//-->
</script>
{IMG_THL_ALT}{IMG_THC}<img class="max-min-right" style="{SHOW_HIDE_PADDING}" src="{IMG_MINIMISE}" onclick="ShowHide('{catrow.MAIN_CAT_ID}_f','{catrow.MAIN_CAT_ID}_f_h','{catrow.MAIN_CAT_ID}_f');" alt="{L_HIDE}" /><span class="forumlink">{catrow.tablehead.L_FORUM}</span>{IMG_THR}<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">
<!-- BEGIN cathead -->
<tr>
    <!-- BEGIN inc -->
    <td width="46" class="{catrow.cathead.inc.INC_CLASS}"><img src="{SPACER}" width="46" height="0" /></td>
    <!-- END inc -->
    <td class="{catrow.cathead.CLASS_CAT}" width="100%" colspan="{catrow.cathead.INC_SPAN}"><span class="cattitle"><a href="{catrow.cathead.U_VIEWCAT}" class="cattitle" title="{catrow.cathead.CAT_DESC}">{catrow.cathead.CAT_TITLE}</a></span></td>
    <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
</tr>
<!-- END cathead -->
<tr>
    <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap"> {L_FORUM} </th>
    <!--
    <th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
    <th width="50">&nbsp;{L_POSTS}&nbsp;</th>
    -->
    <th width="120" colspan="2"> {L_TOPICS} / {L_POSTS} </th>
    <th width="180"> {L_LASTPOST} </th>
</tr>
<!-- END tablehead -->

REPLACE WITH
Code: [Download] [Hide] [Select]
{IMG_THL}{IMG_THC}<span class="forumlink">{L_FORUM}</span>{IMG_THR_ALT}<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">
<tr><td> </td></tr>
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}
</div>
<tr>
    <th nowrap="nowrap"> {L_FORUM} </th>
    <th width="120" colspan="2"> {L_TOPICS} / {L_POSTS} </th>
    <th width="180"> {L_LASTPOST} </th>
</tr>


FIND
Code: [Download] [Hide] [Select]
<!-- BEGIN tablefoot -->
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}
</div>
<!-- END tablefoot -->
<!-- END catrow -->

REPLACE WITH
Code: [Download] [Hide] [Select]
<!-- END catrow -->
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}

 




____________
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: Forum Layout 
 
forum_2


Thats what i got after code change. Should have said this before but i would like it how it is on this site with icy phoenix support as forum heading the  under it patches and so on. hope that helps. Im sure the last time i used icy i just had a button in the ACP but it was a while ago so maybe im wrong.

Thanks for all your help so far
 



 
TECHNIQUESend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Layout 
 
you still have

ACP-Configuration-Icy_Phoenix-Forum

forum compression

play with the settings,
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Layout 
 
Sorry for being stupid but i dont follow, i went to ACP-Icy Phoenix-forum but only have 6 settings nothing to do with compression?
 



 
TECHNIQUESend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Layout 
 
first one is forum compression
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Layout 
 
forum_3


Thats what i see and i have put a tick in each setting but still no joy is this the page you talked about?
 



 
TECHNIQUESend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Layout 
 
Index Packing. set that to medium or none

and play with the other settings aswell, till the time you get more or less what you want
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Layout 
 
Forgive my ignorance but is there a link to instructions that explains this process from the begining?
 



 
boobalooSend 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


  

 

  cron