SMF Support > SMF 1.1.x Support
Buttons are not there after converting
Owdy:
Try this
UPDATE members SET showOnline= '1' WHERE showOnline = '0';
TF_:
Thanks!
But how do I set this "Show unread post" thing in the template? I get only error.
And what is the code for Show new replies ?
--- Code: ---// If the user is logged in, display stuff like their name, new messages, etc.
if ($context['user']['is_logged'])
{
echo '
', $txt[247], ' <b>', $context['user']['name'], '</b>, ';
I WANT THE SHOW NEW POSTS HERE
// Are there any members waiting for approval?
--- End code ---
TF_:
--- Quote from: Owdy on March 18, 2004, 02:18:18 PM ---Try this
UPDATE members SET showOnline= '1' WHERE showOnline = '0';
--- End quote ---
In which database table ?
Owdy:
--- Quote from: TF_ on March 18, 2004, 02:30:17 PM ---
--- Quote from: Owdy on March 18, 2004, 02:18:18 PM ---Try this
UPDATE members SET showOnline= '1' WHERE showOnline = '0';
--- End quote ---
In which database table ?
--- End quote ---
members / in Query window
TF_:
--- Quote from: Owdy on March 18, 2004, 02:33:18 PM ---
--- Quote from: TF_ on March 18, 2004, 02:30:17 PM ---
--- Quote from: Owdy on March 18, 2004, 02:18:18 PM ---Try this
UPDATE members SET showOnline= '1' WHERE showOnline = '0';
--- End quote ---
In which database table ?
--- End quote ---
members / in Query window
--- End quote ---
Thnx again ;) But now I only want answer on my last post over here! Thank you ;D
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version