MyBB Community Forums

Full Version: Thead Modus ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,

I'm guessing this is a simple question, but i'm going crazy trying to find a solution.

I've been tweaking my forum and now I'm trying to locate the link for "thread mode" and "linear mode".

I want to add some CSS, so those links do not conform to my default setting.

I looked at the source code and I would usually see the appropriate template in a comment section, but all i get in this case is "Thead Modus".

Anyone clues on where I should be looking?

Here is a picture of the links I'm trying to change:

[Image: link_example.jpg]

I pretty much want to format them like the post number URL.

TIA
Admin CP --> Templates --> Modify / Delete --> *expand your template set* --> Show Thread Templates --> showthread

		<span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>