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

Recent

Welcome to TinyPortal. Please login or sign up.

April 19, 2024, 05:18:22 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,164
  • Total Topics: 21,219
  • Online today: 266
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 180
  • Total: 180

Hard coded text strings

Started by Mavn, October 15, 2010, 06:37:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mavn

TportalAdmin.template
Code (Line:2486) Select
<th colspan="2">Details</th>
Code (Line:2506) Select
<th colspan="2">Panels</th>
Code (line:2527) Select
<th colspan="2">Others</th>
<td class="windowbg" colspan="4">Internal</td>
// latest news
function template_news()
{
global $context, $settings, $options, $txt, $scripturl, $modSettings, $boarddir, $boardurl, $language;

echo '
<div class="cat_bar">
<h3 class="catbg">Tinyportal News</h3>
</div>
<div class="windowbg">
<span class="topslice"><span></span></span>
<div style="padding: 1em; text-align: center;">
Your TP installation is now updated to the latest version: v1.0 Release Candidate 1.
</div>
<span class="botslice"><span></span></span>
</div>
<div style="padding: 1em; line-height: 1.6em;">
TinyPortal is no longer maintained at http://www.tinyportal.net, but can be downloaded from the
<a style="text-decoration: underline;" href="http://custom.simplemachines.org/mods/index.php?mod=97">SMF modsite</a>.
<br>There is also a support forum for TP users run by former tinyportal.net team members at
<a href="http://www.tinyportal.net/index.php">www.tinyportal.co.uk</a>
<hr><em>- Bloc</em>
</div>
';
}