MyBB Community Forums

Full Version: Posting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi, i have a problem with posting.
I'll try to explain.When some member posts or opet threads there posts are shown individualy.
http://slike.milf-hosting.info/images/1313181533.jpg
And if you want to see thread you have to click on this replay.
They probably set their layout to threaded mode. To switch back to linear mode they need to click on the link that says Linear Mode at the top of the thread.

They might also have to change it in their usercp if they changed it there. The option is under Usercp >> Edit Options >> Thread View Mode

You might also need to revert this change if it was changed in the admincp, for that go to Admincp >> Configuration >> Showthread Options >> Usenet Style Thread View >> No
User CP > Edit Options > Thread View Options > in "Thread View Mode:" option, select "Linear"

Edit: Too much late reply Blush
(2011-08-12, 10:59 PM)- G33K - Wrote: [ -> ]They probably set their layout to threaded mode. To switch back to linear mode they need to click on the link that says Linear Mode at the top of the thread.

They might also have to change it in their usercp if they changed it there. The option is under Usercp >> Edit Options >> Thread View Mode

You might also need to revert this change if it was changed in the admincp, for that go to Admincp >> Configuration >> Showthread Options >> Usenet Style Thread View >> No

Thank you very much ! Smile
But i now have this error written on top of the forum.Can you explain me how to remove it ?
http://slike.milf-hosting.info/images/1313238904.jpg
Did you have edited any template ?
(2011-08-13, 12:46 PM)Yaldaram Wrote: [ -> ]Did you have edited any template ?
Yes, have.
I mean any post or postbit template ? Paste the code here of those postbit's edited template.
I think i didn't edit any post bit template exept avatar, and www
Avatar
<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" {width="100"
height="100"} /></a>
Www
<a
href="{$post['website']}"rel="nofollow"
target="_blank"><img src="{$theme['imglangdir']}/postbit_www.gif" alt="{$lang->postbit_website}" title="{$lang->postbit_website}" /></a>
And i have changed posters information to show on the left side.I think i didn't do nothing else
Change the above code of avatar to this;
<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" width="100"
height="100" /></a>
Error is still shown.
Pages: 1 2