Firefox PHP

lines defining threads

Posted by Jackal 
lines defining threads
March 05, 2009 12:41PM
i use threaded view with the emerald theme color modded. i was wondering if there is a way to put a line after each posted topic.

i don't want it to show the line after each reply. just after the main topic.
like this
Test
re:Test
re:Test
re:Test
____________________________________________________________________________

Test 1
re:Test 1
_____________________________________________________________________________

and so on. any help would be great
Re: lines defining threads
March 05, 2009 02:39PM
Please check out my similar solution here: [www.phorum.org]

You should be able to easily adapt it to remove the internal lines (hint: look at removing the top/bottom borders for regular td's in the css.tpl file).


Joe Curia (aka Azumandias)
Modules: l0Admin Mass Email00000000l000000Automatic Time Zones000ll.l00000Enhanced Custom Profiles0.00Google Calendar0000l.l000000Post Previews
000000000Admin Security Suite000000000000Check Modules for Upgrades0000External Authentication000000Group Auto-Email00000.00000Private Message Alerts
000000000Attachment Download Counter0000Custom Attachment Icons000ll.ll00Favorite Forums000000.00000Highlighted Search Terms0000Self-Delete Posts Option
000000000Attachment Watermarks0l00000000Custom Language Database00l.l.0Forum Lockdown00000.00000Ignore Forums0000000000000Threaded Tree View
000000000Automatic Message Pruning00.llll.00Easy Color Scheme Manager0l.l00Forum Subscriptions0000lll000Moderated User Group
Templates:lGeneric Integration000000000 0000Simple Rounded000000 00000000Tabbed Emerald
Re: lines defining threads
March 05, 2009 04:13PM
ok does that use the default border color? if so is there a way to give it a color other than that. i don't use borders at all or what i should say is that i have the borders the same color as the background so you don't see them.
Re: lines defining threads
March 05, 2009 04:15PM
Its all in the css.tpl. If you want the color changed, change it in the css.tpl file.


Joe Curia (aka Azumandias)
Modules: l0Admin Mass Email00000000l000000Automatic Time Zones000ll.l00000Enhanced Custom Profiles0.00Google Calendar0000l.l000000Post Previews
000000000Admin Security Suite000000000000Check Modules for Upgrades0000External Authentication000000Group Auto-Email00000.00000Private Message Alerts
000000000Attachment Download Counter0000Custom Attachment Icons000ll.ll00Favorite Forums000000.00000Highlighted Search Terms0000Self-Delete Posts Option
000000000Attachment Watermarks0l00000000Custom Language Database00l.l.0Forum Lockdown00000.00000Ignore Forums0000000000000Threaded Tree View
000000000Automatic Message Pruning00.llll.00Easy Color Scheme Manager0l.l00Forum Subscriptions0000lll000Moderated User Group
Templates:lGeneric Integration000000000 0000Simple Rounded000000 00000000Tabbed Emerald
Re: lines defining threads
March 05, 2009 04:31PM
first off Thank You! i get into things and i'll forget to say it


in the css.tp

#phorum table.list td.alt_thread {
background-color: {alt_background_color};
border-top: 5px solid {border_color};
}

#phorum table.list td.thread {
border-top: 5px solid {border_color};
}

can i just give it a value for the color like #000000 or can i point it to say the default text color? and which do i change? forgive my ignorance in this it's all new to me.



Edited 1 time(s). Last edit at 03/05/2009 04:32PM by Jackal.
Re: lines defining threads
March 05, 2009 04:41PM
Ah! got it hey THANK YOU!
Sorry, only registered users may post in this forum.

Click here to login