MyBB Community Forums

Full Version: old image not show in mybb1.8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
1.8 have a many bug
& use bad editor  Sleepy

& not show old image !!!!

plz help me

screen:
Stop reporting your own threads, especially if you posted them 15 minutes before...
Check your permissions and look in the ucp whether "show images" is enabled.
(2014-09-15, 01:16 PM)Jones H Wrote: [ -> ]Stop reporting your own threads, especially if you posted them 15 minutes before...
Check your permissions and look in the ucp whether "show images" is enabled.

i find problem

User CP -> Edit Options -> Display images in posts is ticked.

But

i want set this for all user's
plz give me JQuery code
for set to all

tnx man

critors can not write 1 JQuery code !!!!!!!!!!!!!!!!!!!!!!!!
Even builders are able to support?
(2014-09-15, 01:20 PM)shallman Wrote: [ -> ][
But

i want set this for all user's
plz give me JQuery code
for set to all

tnx man

critors can not write 1 JQuery code !!!!!!!!!!!!!!!!!!!!!!!!
Even builders are able to support?

For all users how default settings this?
(2014-09-16, 03:17 PM)roy Wrote: [ -> ]
(2014-09-15, 01:20 PM)shallman Wrote: [ -> ][
But

i want set this for all user's
plz give me JQuery code
for set to all

tnx man


critors can not write 1 JQuery code !!!!!!!!!!!!!!!!!!!!!!!!
Even builders are able to support?

For all users how default settings this?

for all user set the show image
plz help me man
SQL query - in PHPMyAdmin
UPDATE `mybb_users` SET `showvideos` = '1';
UPDATE `mybb_users` SET `showimages` = '1';
Is there no easy way to do this? I don't want to run SQL query.
(2015-06-02, 08:11 AM)mac_12 Wrote: [ -> ]Is there no easy way to do this? I don't want to run SQL query.

No, the simpliest way is mysql query.
(2014-09-24, 07:11 PM)Snake_ Wrote: [ -> ]SQL query  - in PHPMyAdmin
UPDATE `mybb_users` SET `showvideos` = '1';
UPDATE `mybb_users` SET `showimages` = '1';

Not able to find this in my table.
(2015-06-17, 02:17 AM)mac_12 Wrote: [ -> ]Not able to find this in my table.

They are there for sure. Dis you really enter phpMyAdmin?
Pages: 1 2