Timan! I Need You Assistance Once More~~!

Is there a way to get this all organized and make it look native to the skin?

Please!!!

IMG_0047.PNG

#534972

Or let me know how to remove "Similar Links" in the mobile skin! :)

#534973

Yea, its a mod though. If you want me to skin it on your site, you can setup a dummy account for me (pm the details etc).

#534997

Yes I'll do that once I get back to comp. I'm on iPhone rite now. I'll also throw you $5. Send me ur paypal info :)

#534998

Alright that should do it, if you still wanna donate, just use the link in the header here :)

#535000

Thanks man. Looks good. Can you show me what you did?

#535009

Can you post the instructions for this Timan?

#535052

Heres the code for the template.

Template: hookdp3similarTopics

<div class='box'>
<h3>{$this->lang->words['dp3_st_header']}</h3>
<ul>
<if test="hassimilartopics:|:is_array( $topics_data ) AND count( $topics_data )">
<foreach loop="topics:$topics_data as $tid => $data">
<li id='trow_{$data['tid']}'>
<a class="arrow" id="tid-link-{$data['tid']}" href="../../unavailable.html"showtopic={$data['tid']}" base="public" template="showtopic" seotitle="{$data['title_seo']}"}" title='{$this->lang->words['topic_started_on']} {$data['start_date']}' class='topic_title'>{$data['title']}</a>
</li>
</foreach>
</if>
</ul>
</div>

#535055

Thanks, I see you logged back in. You implementing my other request? :)

#535058

Also, where is "hookdp3similarTopics" located. I cannot find it!

Just looked at every section under Templates and came up empty handed. Hrmmm

#535059

Heh was fixing a tiny bug I had with the template for similar topics. What was the other thing you wanted done?

#535060

Another question. Is there a way to get avatars to display in the online users list similar to the members list. Not the list on the bottom of the main index, but the list when you click "Users Online: XX Active User(s)"

Posted that in another thread (http://www.aqua-soft.org/forum/topic/53685-shoutbox-tab/)

#535061