(2015-08-02, 03:15 AM)eNvy Wrote:(2015-08-02, 02:43 AM)ecoo Wrote: Hey there, great theme! I have one questions, and is it, how do I add another sidebox below/above the current "Latest Activity" sidebar?
Thanks!
Look inside the index template, you will see this:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"> <div class="expcolimage"><img src="{$theme['imgdir']}/collapse.png" id="ths_img" class="expander" alt="[-]" title="[-]" /></div> <strong>{$lang->xstyled_latestactivity}</strong> </td> </tr> <tr> <td style="{$collapsed['ths_e']} padding: 0;" id="ths_e"> <div class="latestthreads float_left"></div> </td> </tr> </table> <div class="theadend"></div>
If you want to add another sidebox, just copy the same table, but before, adds a <br /> tag, and after paste the same table with the last <div class="theadend"> tag, and just change the title / content there.
The title is here:
[size=small][font=Monaco, Consolas, Courier, monospace]<strong>{$lang->xstyled_latestactivity}</strong>[/font][/size]
And the content is here:
[size=small][font=Monaco, Consolas, Courier, monospace]<div class="lates[/font][/size][size=small][font=Monaco, Consolas, Courier, monospace]tthreads float_left"></div>[/font][/size]
Cheers.
Hey there, thanks for the reply. What would the code be for if I want to put a specific thread in the sidebar, just like how the threads are formatted in the "Latest Activity" sidebar.
Thank you!
I started with one question, but now I have another!

Is there a way to disable the feature where when you put your mouse over a link a small black box appears that gives you a description of the link? I want to disable it because it causes mobile users to have to double tap a link to open it.
Thanks!