Great Improvements!! :up:
One Question, Perhaps a
Bug: I've Activated the Options "Activate the full page mode chatbox", and "Full page mode chatbox in a new windows", but NO Dropdown Menu Option appears in the Menu Bar of the Forums!!
(In previous Versions appeared with Two Options, one to See the Chatbox in Full Page, and the Other to See the Messages History)!!
Do I need to Manually Introduce the Code in the "Navbar" Template?? (Could you Please Provide us the Code??)
I checked the Plugins, and in none of them Appears the Code "mgc_cb_evo.php?do=view_chatbox", so that this Code would be Introduced in Certain Place of the "Navbar", so I guess that some Manual Template Edit is necessary!!
I checked the Previous Version of this Mod, ans I found that You Specified the Following Template Edit, but a similar Code don't Appear in the Manual, so would be Nice that You Include it in the Zip File:
Code:
<!-- Comienzo de C?digo de MGC ChatBox 2007_07_27 -->
<if condition="$vboptions[mgc_chatbox] && $chatbox_permission">
<div class="vbmenu_popup" id="mgc_cb_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[mgc_chatbox]</td>
</tr>
<tr>
<td class="vbmenu_option">
<a href="mgc_chatbox.php?$session[sessionurl]do=view_chatbox" rel="nofollow">$vbphrase[mgc_cb_voir]</a>
</td>
</tr>
<tr>
<td class="vbmenu_option">
<a href="mgc_chatbox.php?$session[sessionurl]do=view_archive" rel="nofollow">$vbphrase[mgc_cb_voir_archives]</a>
</td>
</tr>
</table>
</div>
</if>
<!-- Final de C?digo de MGC ChatBox 2007_07_27 -->
I Appreciate Your Help!!
My Best Regards!!