uh where did you get that CSS file from? it has nothing to do with your website at all... appears stolen.
anyway, I told you exactly what to do, but when you do that you will have 10 other things to sort out.
this part of your CSS: nav .column .add_server in HTML would be something like
<nav class="column">
<span class="add_server">
but your HTML code has none of this... so it cant possibly work.
perfect thanks, i got it working:
{$p_show_stats} - make sure you are adding this to skins/yourskin/child/stats.hml
your plugin had a small mistake, you dont need .html on the template name
corrected code:
if($TMPL['premium_flag'] == 1) {
$TMPL['p_show_stats'] =...
your initial post indicates you did not make a stats.html template in your plugin folder... perhaps you should go over the tutorial on how to make a plugin.
http://visiolist.com/community/threads/how-to-create-a-plugin.20/
then if you still have questions, upload what you have so we can see.
you need to hack the code to do that
sources/user_cpl.php
remove this line:
$DB->query("INSERT INTO {$CONF['sql_prefix']}_ip_log (ip_address, timestamp) VALUES ('{$TMPL['ip']}','{$TMPL['timestamp']}')", __FILE__, __LINE__);
Never witnessed anything like this before.
If you have SSH on your hosting account you can run the following shell command to find out where this is coming from
grep -R "har blitt lagt" *
the title is never displayed on the login form.
the title is never displayed on the login form, I think you meant the join form... in that case you can simply add the maxlength HTML attribute in your title field in your join_form template...