MyBB Community Forums

Full Version: Vienna 1.8.7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
When I want merge posts, show a message how if I don't select posts to merge. How resolve it?
(2017-10-31, 11:32 PM)Senna Wrote: [ -> ]When I want merge posts, show a message how if I don't select posts to merge. How resolve it?

Try this
https://community.mybb.com/thread-206896.html
Not worked. The chekbox show selected, but dont't merge the posts.
What does the message say when you try merge posts?
(2017-10-31, 11:54 PM)iAndrew Wrote: [ -> ]
(2017-10-31, 11:32 PM)Senna Wrote: [ -> ]When I want merge posts, show a message how if I don't select posts to merge. How resolve it?

Try this
https://community.mybb.com/thread-206896.html

In the first time, I write a incorrect codes, now with is correct codes this instructions solved my problem.

Thanks.
Will an updated version of this file be coming out any time soon?

Using this on 1.8.17 there are many errors such as: authorization code mismatch when logging in, inline moderation not work and so on.
(2018-07-24, 01:44 AM)isoldehn Wrote: [ -> ]Will an updated version of this file be coming out any time soon?

Using this on 1.8.17 there are many errors such as: authorization code mismatch when logging in, inline moderation not work and so on.

Update these three lines in your headerinclude template. They should fix most of the problems.

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1813"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1813"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1813"></script>


Update this bit in header_welcomeblock_guest
					<form method="post" action="{$mybb->settings['bburl']}/member.php">
						<input name="action" type="hidden" value="do_login" />
						<input name="url" type="hidden" value="" />
						<input name="quick_login" type="hidden" value="1" />
						<input name="my_post_key" type="hidden" value="{$mybb->post_code}" />
Hello iAndrew!, Incredible theme!

Men, how can I change this?:

[Image: 2mr9yf8.png]
Templates > Vienna > ForumBit Templates > forumbit_depth2_forum + forumbit_depth2_cat

<span class="float_right forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-quote-right"></i></span>

(2018-08-02, 03:32 PM)iAndrew Wrote: [ -> ]Templates > Vienna > ForumBit Templates > forumbit_depth2_forum + forumbit_depth2_cat

<span class="float_right forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-quote-right"></i></span>



Thanks for the answer mate, but how can I change it for images?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35