Simple Machines Community Forum

Customizing SMF => Tips and Tricks => Topic started by: Lum-chan on November 19, 2004, 08:22:51 PM

Title: [TIP/TRICK] Remove Moderators: and Topic: in tree-view and/or Inline-view
Post by: Lum-chan on November 19, 2004, 08:22:51 PM
Want to get rid of the (Moderators: and/or (Topic: addons in the treeview (foldervier and/or Inline view)?

In index.template.php find and remove the code below to remove the (Moderators: part:



// Show something after the link...?
if (isset($tree['extra_after']))
echo $tree['extra_after'];


In index.template.php find and remove the code below to remove the (Topic: part:


// Show something before the link?
if (isset($tree['extra_before']))
echo $tree['extra_before'];


Title: Re: (RC2) Remove Moderators: and Topic: in tree-view and/or Inline-view
Post by: admactanium on November 19, 2004, 08:52:00 PM
ot: but how do you switch between tree and inline view?
Title: Re: (RC2) Remove Moderators: and Topic: in tree-view and/or Inline-view
Post by: Lum-chan on November 19, 2004, 09:17:13 PM
That's how the board administrator likes to see it:

Admin -> Current Theme Settings ->  Enable inline links (is a checkbox)

Title: Re: (RC2) Remove Moderators: and Topic: in tree-view and/or Inline-view
Post by: Tobias Eigen on November 25, 2004, 12:16:45 PM
Hiya,

I'm interested in seeing this tree/inline view option - is it testable on the community forum someplace?

cheers,

tobias
Title: Re: (RC2) Remove Moderators: and Topic: in tree-view and/or Inline-view
Post by: Lum-chan on July 13, 2008, 03:53:15 PM
This works still just fine in SMF 1.1.5
Title: Re: [TIP/TRICK] Remove Moderators: and Topic: in tree-view and/or Inline-view
Post by: M@nNiak on August 13, 2008, 04:32:43 AM
very , very usefull

tx  ;)