[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-06-29T09:10:28-07:00 http://www.integramod.com/forum/feed.php?f=12&t=1348 2006-06-29T09:10:28-07:00 2006-06-29T09:10:28-07:00 http://www.integramod.com/forum/viewtopic.php?t=1348&p=10504#p10504 <![CDATA[Sub-Forums???]]> Statistics: Posted Author: tekguru — Thu Jun 29, 2006 9:10 am


]]>
2006-06-28T16:05:46-07:00 2006-06-28T16:05:46-07:00 http://www.integramod.com/forum/viewtopic.php?t=1348&p=10449#p10449 <![CDATA[Sub-Forums???]]>
'Bones Leaders' is pretty much the same block only ranking on points instead of posts. For that one, I modified the 'top cash' block to look like the 'top posters' block.

Statistics: Posted Author: tmotley — Wed Jun 28, 2006 4:05 pm


]]>
2006-06-28T12:23:05-07:00 2006-06-28T12:23:05-07:00 http://www.integramod.com/forum/viewtopic.php?t=1348&p=10427#p10427 <![CDATA[Sub-Forums???]]>
One Q, which is the block you are using for the Posts Leaders - looks pretty good!

Statistics: Posted Author: tekguru — Wed Jun 28, 2006 12:23 pm


]]>
2006-06-27T19:24:26-07:00 2006-06-27T19:24:26-07:00 http://www.integramod.com/forum/viewtopic.php?t=1348&p=10371#p10371 <![CDATA[Sub-Forums???]]>
Pretty much the only modifications I've made are buttons...

http://motleyville.com

Statistics: Posted Author: tmotley — Tue Jun 27, 2006 7:24 pm


]]>
2006-06-26T23:11:56-07:00 2006-06-26T23:11:56-07:00 http://www.integramod.com/forum/viewtopic.php?t=1348&p=10292#p10292 <![CDATA[Sub-Forums???]]>
I'd missed that on the button - will check it out and get my designer to correct it. Cheers for he heads-up.

What's your site BTW, be interested to see what you have done with the theme.

Statistics: Posted Author: tekguru — Mon Jun 26, 2006 11:11 pm


]]>
2006-06-26T17:45:43-07:00 2006-06-26T17:45:43-07:00 http://www.integramod.com/forum/viewtopic.php?t=1348&p=10268#p10268 <![CDATA[Sub-Forums???]]> Statistics: Posted Author: tmotley — Mon Jun 26, 2006 5:45 pm


]]>
2006-06-26T17:37:45-07:00 2006-06-26T17:37:45-07:00 http://www.integramod.com/forum/viewtopic.php?t=1348&p=10265#p10265 <![CDATA[Sub-Forums???]]>
tekguru, your site loads quickly for me but yours is the second site I've noticed recently with odd page generation line...

Page generation time: 1151368550.57s (PHP: 100% | SQL: 0%)

Statistics: Posted Author: tmotley — Mon Jun 26, 2006 5:37 pm


]]>
2006-06-26T11:32:32-07:00 2006-06-26T11:32:32-07:00 http://www.integramod.com/forum/viewtopic.php?t=1348&p=10250#p10250 <![CDATA[Sub-Forums???]]> Statistics: Posted Author: tekguru — Mon Jun 26, 2006 11:32 am


]]>
2006-06-26T00:33:35-07:00 2006-06-26T00:33:35-07:00 http://www.integramod.com/forum/viewtopic.php?t=1348&p=10238#p10238 <![CDATA[Re: Sub-Forums???]]>
Open templates/yourtheme/index_box.tpl
FIND
        <span>{catrow.forumrow.L_MODERATOR}{catrow.forumrow.MODERATORS}{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>

REPLACE WITH
        <span>{catrow.forumrow.L_MODERATOR}{catrow.forumrow.MODERATORS}{catrow.forumrow.L_LINKS}<br>{catrow.forumrow.LINKS}</span>


Just added a <br> between the subforum language key and the subforum links.

Statistics: Posted Author: Teelk — Mon Jun 26, 2006 12:33 am


]]>
2006-06-25T23:05:53-07:00 2006-06-25T23:05:53-07:00 http://www.integramod.com/forum/viewtopic.php?t=1348&p=10236#p10236 <![CDATA[Re: Sub-Forums???]]>
Any ideas how to page break immediately after the 'Subforums' title, as I think that would fix the neatness issues?

Statistics: Posted Author: tekguru — Sun Jun 25, 2006 11:05 pm


]]>
2006-06-25T22:17:00-07:00 2006-06-25T22:17:00-07:00 http://www.integramod.com/forum/viewtopic.php?t=1348&p=10235#p10235 <![CDATA[Re: Sub-Forums???]]> http://www.witchhunters.ca/coh/index.php

Check out the news forums...

I'll take a look at what edits I made, it's actually in one of the php files which makes it difficult to find...

Open includes/functions_categories_hierarchy.php
FIND[code]                     if ($link != '') $links .= (($links != '') ? ', ' ]REPLACE WITH[code]                     if ($link != '') $links .= (($links != '') ? '<br> ' ]
Just replaced the comma with the <br> tag. Did mine a little differently to add spaces and try to line it up on the right... doesn't quite look right though...

Statistics: Posted Author: Teelk — Sun Jun 25, 2006 10:17 pm


]]>
2006-06-25T00:43:14-07:00 2006-06-25T00:43:14-07:00 http://www.integramod.com/forum/viewtopic.php?t=1348&p=10161#p10161 <![CDATA[Sub-Forums???]]>
I want to add in a </br> or similar so I can get each sub-forum on a seperate line instead of just being after one another.

Spent a good hour lastnight trying to work it out and failed miserably!

Statistics: Posted Author: tekguru — Sun Jun 25, 2006 12:43 am


]]>