MyBB Community Forums

Full Version: Edit the profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i edit my profile to be like the default profile of the "SMF" software? I would really like to know so i could change mines to it because it looks pretty cool that way...
Do you mean the classic postbit?

User Control Panel / Edit Options / Display posts in classic mode . Enable it.
(2013-06-05, 01:51 AM)un4saken Wrote: [ -> ]Do you mean the classic postbit?

User Control Panel / Edit Options / Display posts in classic mode . Enable it.

I went there and got this code o.o :


/home/pulsive/public_html/inc/languages/english/mytabs.lang.php does not exist

Does this enable it for everyone?
No, it enables for you. You need put mytabs.lang.php to inc/languages/english/ from http://mods.mybb.com/view/mytabs

If you want to force everyone use it, you need to run this query
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'

and alter classic postbit setting for new users

Admin CP --> Configuration --> Show Thread Options
(2013-06-05, 02:16 AM)un4saken Wrote: [ -> ]No, it enables for you. You need put mytabs.lang.php to inc/languages/english/ from http://mods.mybb.com/view/mytabs

If you want to force everyone use it, you need to run this query
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'

and alter classic postbit setting for new users

Admin CP --> Configuration --> Show Thread Options

Wait what exactly do i do with:

UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'

?????????????????

I figured out how to do it for myself, but i wanna force it on all users.
First of all, go to Admin CP --> Configuration --> Show Thread Options and select "Display posts using the classic layout"

Then go to your phpmyadmin panel and run this query

UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0
Confused lol, i finished this part:

First of all, go to Admin CP --> Configuration --> Show Thread Options and select "Display posts using the classic layout"

Not sure what my phpmyadmin panel is and what i do with the query lol, im confused sorry.
You can find phpMyAdmin in your cpanel (panel provided by your host).

http://community.mybb.com/thread-4720.html
Then follow that.
Let's make things easier.

First of all, go to Admin CP --> Configuration --> Show Thread Options and select "Display posts using the classic layout"

Then upload force_enable_classicpostbit.php file to your /forum/ directory. Simply browse www.yoursite.com/forum/force_enable_classicpostbit.php


File concept
<?php

define('IN_MYBB', 1);
require_once ("inc/init.php");

global $db;

$query = $db->query("UPDATE ".TABLE_PREFIX."users SET classicpostbit='1'");

echo ("Done! Please delete this file.");


?>
Hello,
just quick question, how to provide CHANGE SIGNATURE in EDIT PROFILE?
myBB was upgraded from ver 1.6.3 to 1.6.10
This option was available in MyBB ver 1.6.3 but it is gone in myBB ver 1.6.10
Please advice

see the screen shot:
[Image: 35cissn.png]