MyBB Community Forums

Full Version: Who was today online
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://mods.mybb.com/view/online-today-1.2.2
don't work for 1.6.7.. Error.




MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1366 - Incorrect integer value: '' for column 'tid' at row 1
Query:
INSERT INTO mybb_templates (tid,title,template,sid) VALUES ('','online_today_index',' {$lang->whos_online_today} [{$lang->complete_list}] {$lang->online_note_today}
{$onlinemembers} ','-1')
The plugin in question is quite old. Use the one mentioned below;
http://mods.mybb.com/view/show-users-who...ered-today
(2012-04-02, 12:39 PM)Yaldaram Wrote: [ -> ]The plugin in question is quite old. Use the one mentioned below;
http://mods.mybb.com/view/show-users-who...ered-today

How to i can recode it for (who was beeen todaY)? Toungue
Open ./inc/languages/english/regtoday.lang.php and edit the text you want to Smile
(2012-04-02, 02:22 PM)Yaldaram Wrote: [ -> ]Open ./inc/languages/english/regtoday.lang.php and edit the text you want to Smile

I'm bad with it. =( Can u help me with that? =(
Just open the file and edit the text between double quotes.

What changes do you like to do ?
(2012-04-02, 04:06 PM)Yaldaram Wrote: [ -> ]Just open the file and edit the text between double quotes.

What changes do you like to do ?

I want (Who was been today online) Wink Not registered..
Open the file I mentioned above and find;
$l['whos_regged_today'] = "Who Have Been Registered Today";
and Change it into;
$l['whos_regged_today'] = "Who was been today online";

Save the file.