Status
Not open for further replies.

vaio

Customer
In vb default style all works perfect, but in my 2 custem styles i see only

Error: Invalid Instance: 0
Loading......



an u help me
 
second error

so if i click on a username in sb the Window with Send Pm...

Looks like




What can i do? So i cant click this. Can i change it without window so if i click the username ill get direct pm to user
 
With template edits I bet you could, but it's not something we can support due to the difficulty in knowing whether it'd work and keep working.
 
i thing thats the template

<div class="dbtech_vbshout_shout" id="dbtech_shoutbox_shout{vb:var shoutid}_{vb:var instance.instanceid}">
<input id="dbtech_shoutbox_shout{vb:var shoutid}_message{vb:var instance.instanceid}" type="hidden" value="{vb:var message_raw}" />
<span id="dbtech_shoutbox_shout{vb:var shoutid}_time{vb:var instance.instanceid}"<vb:if condition="$canedit"> ondblclick="return vBShout{vb:var instance.instanceid}.edit_shout('{vb:var shoutid}');"</vb:if>>[{vb:var time}]</span>
<span id="dbtech_shoutbox_shout{vb:var shoutid}_username{vb:var instance.instanceid}">{vb:raw memberaction_dropdown}:

<vb:comment>
<vb:if condition="$canpm"><a href="javascript://" onclick="return vBShout{vb:var instance.instanceid}.create_pm('{vb:var userid}', '{vb:var jsusername}');" title="{vb:raw usertitle}"><vb:else /><a href="{vb:link member, {vb:raw shoutuserinfo}}" target="_blank" title="{vb:raw usertitle}"></vb:if>{vb:raw musername}</a>
</vb:comment>
</span>
<span style="{vb:var styleprops}"<vb:if condition="$canedit"> ondblclick="return vBShout{vb:var instance.instanceid}.edit_shout('{vb:var shoutid}');"</vb:if>>{vb:raw message}</span>
</div>

can u say me whats the change in the template
 
Change template to:
Code:
<div class="dbtech_vbshout_shout" id="dbtech_shoutbox_shout{vb:var shoutid}_{vb:var instance.instanceid}">
<input id="dbtech_shoutbox_shout{vb:var shoutid}_message{vb:var instance.instanceid}" type="hidden" value="{vb:var message_raw}" />
<span id="dbtech_shoutbox_shout{vb:var shoutid}_time{vb:var instance.instanceid}"<vb:if condition="$canedit"> ondblclick="return vBShout{vb:var instance.instanceid}.edit_shout('{vb:var shoutid}');"</vb:if>>[{vb:var time}]</span> 
<span id="dbtech_shoutbox_shout{vb:var shoutid}_username{vb:var instance.instanceid}">{vb:raw musername}:
<vb:if condition="$canpm"><a href="javascript://" onclick="return vBShout{vb:var instance.instanceid}.create_pm('{vb:var userid}', '{vb:var jsusername}');" title="{vb:raw usertitle}"><vb:else /><a href="{vb:link member, {vb:raw shoutuserinfo}}" target="_blank" title="{vb:raw usertitle}"></vb:if>{vb:raw musername}</a>
</span> 
<span style="{vb:var styleprops}"<vb:if condition="$canedit"> ondblclick="return vBShout{vb:var instance.instanceid}.edit_shout('{vb:var shoutid}');"</vb:if>>{vb:raw message}</span>
</div>
 
Status
Not open for further replies.

Similar threads

Legacy vBShout

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
3,179
Customer rating
5.00 star(s) 1 ratings
Back
Top