Settings Error

Started by TheListener, July 21, 2009, 08:39:38 PM

Previous topic - Next topic

TheListener


Undefined index: recent_poster_width
Settings.template.php

The guilty line is:

==>165:  'label' => $txt['recent_poster_width'],

Arantor

It's a missing string inside one of the theme language files, but it's going to be related to a mod, as it's not something in the core SMF setup.

What should that read? You can then just add it into Themes/yourtheme/languages/Modifications.english.php:

$txt['recent_poster_width'] = 'what this string should say';
Holder of controversial views, all of which my own.


JBlaze

And, don't forget to clear your cache after you add it.

Admin -> Forum Maintenance -> Routine -> Clear Cache
Jason Clemons
Former Team Member 2009 - 2012

Bulakbol

Add this txt string to your_theme/Settings.english.php
$txt['recent_poster_width'] = 'Select width for recent poster window.';
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Advertisement: