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

Recent

Welcome to TinyPortal. Please login or sign up.

June 16, 2024, 11:42:11 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,242
  • Total Topics: 21,223
  • Online today: 180
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 130
  • Total: 130

Where to edit/move TinyPortal v1.0 beta 4 © Bloc????

Started by S.Nieves, July 03, 2009, 05:30:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

S.Nieves

Hello, I am trying to move this down under my google ad. I was not able to locate this anywhere?

TinyPortal v1.0 beta 4 Ã,© Bloc

http://www.doggeekz.com

Thanks

Sam

Skhilled

I think it is in Display.template.php, if I remember correctly...

S.Nieves

No its not there.

I just about looked in every file lol

Zetan

If you want to move the copyright to the footer of the theme with the other copyright notices:

Code (TPBlockLayout.template.php file, at the bottom find and remove) Select


echo '
<p class="smalltext" style="text-align: center;">' , tportal_version() , '</p>';





Code (open the theme index.template.php file and find) Select


<span class="smalltext">', theme_copyright(), '<br />
               

and:

Code (Replace with) Select

<span class="smalltext">', theme_copyright(), ' | ' , tportal_version() , '<br />



FERNSIDEâ„¢

Thanks Zetan :)
In the copy I have, it was slightly different in the TPBlockLayout.template.php, but it was good to have been shown where to look :)

Code (removed) Select
echo '
<div class="smalltext" style="text-align: center; padding: 3px;">' , tportal_version();

echo '</div>';

Zetan

Quote from: Sabreâ„¢ on October 02, 2009, 11:52:52 PM
Thanks Zetan :)
In the copy I have, it was slightly different in the TPBlockLayout.template.php, but it was good to have been shown where to look :)

Code (removed) Select
echo '
<div class="smalltext" style="text-align: center; padding: 3px;">' , tportal_version();

echo '</div>';


The file has probably been updated since I posted that :)