K kalle801 Member Jun 4, 2013 #1 Hello all. Is it Possible to create an Plugin that shows the In/Out Stats directly on the Users Banner? Here is a little Sample: Greetings.
Hello all. Is it Possible to create an Plugin that shows the In/Out Stats directly on the Users Banner? Here is a little Sample: Greetings.
Mark Administrator Staff member Jun 4, 2013 #2 yes very easy, a plugin is not required. Simply edit your templates http://visiolist.com/docs/styles-design this tag {$unq_in_0_daily} will show unique in today while this tag will show unique out today {$unq_out_0_daily}
yes very easy, a plugin is not required. Simply edit your templates http://visiolist.com/docs/styles-design this tag {$unq_in_0_daily} will show unique in today while this tag will show unique out today {$unq_out_0_daily}
K kalle801 Member Jun 7, 2013 #4 okay. and is it Possible to let the original banners show that a user uploads? And if, how?
Mark Administrator Staff member Jun 7, 2013 #5 yes, the tag is {$banner_url} usage: <img src="{$banner_url}">
Mark Administrator Staff member Jun 7, 2013 #7 paste it in your skin templates, wherever you want the banner to show. table_top_row table_row etc.
Mark Administrator Staff member Jun 7, 2013 #9 since this is now a specific question about the custom skin you are using, please post in the thread for your skin instead of this topic. Your question may have also been asked before, please check the thread.
since this is now a specific question about the custom skin you are using, please post in the thread for your skin instead of this topic. Your question may have also been asked before, please check the thread.
K kalle801 Member Jun 7, 2013 #10 got it after a long try time ^^ Now the last thing i need to know is: How can i delete the Screen in Read more?
got it after a long try time ^^ Now the last thing i need to know is: How can i delete the Screen in Read more?
Mark Administrator Staff member Jun 7, 2013 #11 if that is the only place on your site still using screenshots, simply disable screenshots by deleting your API key. or add to the bottom of your CSS .screenshot {display: none;}
if that is the only place on your site still using screenshots, simply disable screenshots by deleting your API key. or add to the bottom of your CSS .screenshot {display: none;}
Mark Administrator Staff member Jun 7, 2013 #13 you did not add the line of CSS anywhere I can see... try again and make sure you do it.
Mark Administrator Staff member Jun 7, 2013 #14 thread moved to the correct forum "design help", none of this is a plugin request.
K kalle801 Member Jun 7, 2013 #15 I did. but i removed it allready Sry was my fault (Cache). It works.