MyBB Community Forums

Full Version: ishare Help needed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please see board header color attached. It stops at FACEBOOK...any ideas?
URL please?
There is a colspan missing in the thead.

1. Admin CP > Templates & Style > Templates > Apart Calm Templates > Show Thread Templates > showthread_sharebuttons.
2. Find:

<td class="thead" colspan="">

3. Replace with:

<td class="thead" colspan="8">
only available in global... Here is what is here now:

<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="{$mybb->settings['buttonsperrow']}">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['ishare']}.gif" id="ishare_img" class="expander" alt="[-]" title="[-]" /></div>
<strong>{$lang->share_bookmark}</strong>&nbsp;<i>(<a href="javascript:MyBB.popupWindow('misc.php?action=sharebuttonspopup&tid={$mybb->input['tid']}', 'sharebuttons', 360, 350);">{$lang->show_all}</a>)</i>
</td>
</tr>
</thead>
<tbody style="{$collapsed['ishare_e']}" id="ishare_e">
{$buttons}
</tbody>
</table>
Weird, there seems to be a setting for the number of buttons per row in the code but I can't find it in anywhere. But, temporarily, you can just replace {$mybb->settings['buttonsperrow']} with 8.
Thank you! So if I remove 1 button..make it =7, etc? With 7 buttons, thought it was odd tht it would be 8 :-)
Correct. Not sure how that works either, but that's what you must do. Smile
Thank you!
Ple help me. iSHare not show guest. i want to ishare show guest. Thank
(2011-04-23, 04:03 PM)Fábio Maia Wrote: [ -> ]There is a colspan missing in the thead.

1. Admin CP > Templates & Style > Templates > Apart Calm Templates > Show Thread Templates > showthread_sharebuttons.
2. Find:

<td class="thead" colspan="">

3. Replace with:

<td class="thead" colspan="8">


mybb 1.6.5 i not see showthread_sharebuttons