Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
User details problem
09-27-2011, 12:57 AM
Post: #1
User details problem
This is my current userdetails design. i am using inspired2

[Image: 6640027.jpg]


I want to change it into something like this? please help me admin.
[Image: 6640051.jpg]
Quote this message in a reply
09-27-2011, 01:20 AM
Post: #2
RE: User details problem
You can change it from User CP, go to user CP, click on "edit options", then in "Thread View Options" tick the option "Display posts in classic mode."

Or you can use this plug-in to force all users to use the classic post view.

Code:
http://mods.mybb.com/view/default-profile-for-1-6

[Image: userbar-for-yuva-pix.png]
Quote this message in a reply
09-27-2011, 01:55 AM
Post: #3
RE: User details problem
already uploaded the default but still not working please help admin.

this is my settings

[Image: 6640337.jpg][Image: 6640342.jpg]
Quote this message in a reply
09-27-2011, 02:48 AM
Post: #4
RE: User details problem
You can follow this tutorial.
Code:
http://community.mybb.com/thread-40093.html

[Image: userbar-for-yuva-pix.png]
Quote this message in a reply
09-27-2011, 08:43 AM (This post was last modified: 09-27-2011 08:58 AM by PinoyKaizen.)
Post: #5
RE: User details problem
admin i dont understand this how to apply this?

"If you want to put everybody on the classic postbit, run this query in PHPMyAdmin, or some other database manager:

PHP Code:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'

If you want to put everybody on the horizontal postbit, run this query in PHPMyAdmin, or some other database manager:

PHP Code:
UPDATE `mybb_users` SET `classicpostbit` = '0' WHERE `classicpostbit` = '1'

Remember to make sure yout table prefix (mybb_ here) is correct."
how to do this:

Finally, to set the option for all existing users, run this database query:

Code:
UPDATE mybb_users SET classicpostbit=1

Again, change the 1 to 0 if necessary.

Done.
Quote this message in a reply
09-27-2011, 01:03 PM
Post: #6
RE: User details problem
Do you have access to phpmyadmin?

[Image: userbar-for-yuva-pix.png]
Quote this message in a reply
09-27-2011, 10:40 PM
Post: #7
RE: User details problem
admin is it in the cpanel area?
Quote this message in a reply
10-01-2011, 02:00 PM
Post: #8
RE: User details problem
Yes its in the cpanel area, Have you created your forum using free forum creation sites?

[Image: userbar-for-yuva-pix.png]
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)