-Cookie- Posted August 3, 2013 Share Posted August 3, 2013 i have tried using the online/offline dot in my horizontal userinfo and it doesn't work, for instance when someone is online on my board it still says there offline the coding i have at the moment<if test="$post['author']['_online']"><img src="{style_images_url}/online.png" alt="" class='post_online' data-tooltip="Online" /><else /><img src="{style_images_url}/offline.png" alt="" class='post_online' data-tooltip="Offline" /></if> for some reason it doesn't say if there online, it just says there offline Link to comment Share on other sites More sharing options...
0 Lock Down Posted August 3, 2013 Share Posted August 3, 2013 That is because the variable is not $post but $author<if test="$author['_online']"><img src="{style_images_url}/online.png" alt="" class='post_online' data-tooltip="Online" /><else /><img src="{style_images_url}/offline.png" alt="" class='post_online' data-tooltip="Offline" /></if> 1 Link to comment Share on other sites More sharing options...
0 -Cookie- Posted August 4, 2013 Author Share Posted August 4, 2013 That is because the variable is not $post but $author<if test="$author['_online']"><img src="{style_images_url}/online.png" alt="" class='post_online' data-tooltip="Online" /><else /><img src="{style_images_url}/offline.png" alt="" class='post_online' data-tooltip="Offline" /></if>worked great thanks so much Link to comment Share on other sites More sharing options...
0 Chris Posted August 4, 2013 Share Posted August 4, 2013 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
-Cookie-
i have tried using the online/offline dot in my horizontal userinfo and it doesn't work, for instance when someone is online on my board it still says there offline
the coding i have at the moment
<if test="$post['author']['_online']"><img src="{style_images_url}/online.png" alt="" class='post_online' data-tooltip="Online" /><else /><img src="{style_images_url}/offline.png" alt="" class='post_online' data-tooltip="Offline" /></if>for some reason it doesn't say if there online, it just says there offline
Link to comment
Share on other sites
3 answers to this question
Recommended Posts