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

Recent

Welcome to TinyPortal. Please login or sign up.

June 17, 2024, 07:49:25 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,254
  • Total Topics: 21,225
  • Online today: 149
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 143
  • Total: 144
  • tino

certain blocks on certain pages

Started by darkorical, February 19, 2008, 04:55:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

G6Cad

#10
Tportal.php and tportalblocks.template.php are the files that holds the actions on the blocks.

IchBin

If you want to just do some custom php code you can check the URL for location.

if (isset($_GET['page']) && $_GET['page'] == 25)
echo 'all the stuff you want to display in this block if its in article number 25';