TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 196,004
  • Total Topics: 21,330
  • Online today: 488
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 1114
  • Total: 1114

Prevent users from collapsing blocks/columns

Started by jdougher, December 09, 2005, 09:52:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jdougher

In TP, it seems users can always collapse a left or right column. How can I prevent this from happening? Turn this feature off? When I set something up, it's for a reason, and I don't want users to have that ability. Thanks.

IchBin

You can take the collapse buttons right out of the theme if you want. Which theme are you looking to do this in?

jdougher

Two themes: techhead and mercury, both TP versions. Thanks!

jdougher

How do I take those collapse buttons out of themes? Thanks.

IchBin

In techhead scroll to the end of the index.template.php file and in Mercury they are about in the middle. Remove these lines:
// TinyPortal

         if($context['TPortal']['showtop'])
             echo '<a href="#" onclick="shrinkHeader(!current_header); return false;"><img id="upshrink" src="', $settings['images_url'], '/', empty($options['collapse_header']) ? 'upshrink.gif' : 'upshrink2.gif', '" alt="*" title="', $txt['upshrink_description'], '" style="margin: 0;" border="0" /></a><img id="upshrinkTemp" src="', $settings['images_url'], '/menuback.gif" alt="" style="margin:0px;" /><img src="', $settings['images_url'], '/menuback.gif" alt="" style="margin:0px;" /><img src="', $settings['images_url'], '/menuback.gif" alt="" style="margin:0px;" />';
         if($context['TPortal']['leftbar'])
             echo '<a href="#" onclick="shrinkHeaderLeftbar(!current_leftbar); return false;"><img id="upshrinkLeftbar" src="', $settings['images_url'], '/', empty($options['collapse_leftbar']) ? 'upshrink.gif' : 'upshrink2.gif', '" alt="*" title="', $txt['upshrink_description'], '" style="margin: 0;" border="0" /></a><img id="upshrinkTempLeftbar" src="', $settings['images_url'], '/menuback.gif" alt="" style="margin:0" />';
         if($context['TPortal']['rightbar'])
             echo '<a href="#" onclick="shrinkHeaderRightbar(!current_rightbar); return false;"><img id="upshrinkRightbar" src="', $settings['images_url'], '/', empty($options['collapse_rightbar']) ? 'upshrink.gif' : 'upshrink2.gif', '" alt="*" title="', $txt['upshrink_description'], '" style="margin: 0;" border="0" /></a><img id="upshrinkTempRightbar" src="', $settings['images_url'], '/menuback.gif" alt="" style="margin: 0;" />';
// TinyPortal end




This website is proudly hosted on Crocweb Cloud Website Hosting.