The inactive feature also works with hits in. If you automatical make sites inactive after 14 days of no voting, you can assume the button is not there. Dont see the need here to make a extra plugin for this.
The inactive mail will help the member noticing it though. Improoving the current...
A plugin for the current, way to old review system which is a leftover from aardvark (thats why hidden by default and we recommend disqus ) will not happen.
We have and always had plans for a new improved rating system for VL, but time, you know... :) Having disqus gives us the opportunity to...
Well if you see it strictly, your site is updated by the time crawler next sees your page, so making that the last mod date is no issue.
Change in rankings, new members ( moved up, down ). Stats page generally update a lot also
Meta tags with html editors? happy google errors ;)
If you have the latest seo plugin it has ids applied to the html which you can put into css
seo_main_h2 - the h2 for main page
seo_cat_h2 - h2 category page
seo_cat_p - category description
style lkike this for example
#seo_main_h2 {...
No, we do not support manual updates. Thats the main reason this project was born.
You should never edit any php, so its always safe to replace.
As far as the skin goes, if there are important changes ( like in 0.7 final ) we write them down. And future versions will have a skin compare...
It is limited to 155 chars, as its used in meta description. If you must, phpmyadmin -> VL_categories -> cat_description -> edit field value 155, to 255
Now you meta description should be to long. Havent tried it there, but in head area try to include our new tag ( only for VL 0.8 )...
Post #1 files updated.
If someone else have the same problem as Bart download update.zip from this post and replace it into your install folder. Then run updater again.
Update Instructions:
- As usual take a backup of your files and database incase something goes wrong
- Upload and replace all the files from the update bundle onto your ftp and run install/update.php from your browser
- If you use a custom skin add a folder called "child" into it.
- If you...
We will work on this when the new email system is in place, which we will do for 0.9
Since a user cant extend his premium membership until it actually expired ( needs a change ), its no use to email him that its about to expire.
Currently he gets a email once his membership ended.
Once we work...
Step 2 is completed? Looks like it cannot read the protocols paths due a missing directory or generally a wrong path setting in admin_settings_build_page.php ( path inclusion is sometimes a pain )
Please msg me ftp info and i would like to try out another include path on your hosting.
Disable...
A properbly better way would be a ip check.
You place a file on your toplist which when called with a parameter such as file.php?u=toplist_username&ipcheck=ipnumber
This file queries your database for that member and checks if the ip voted for him already.
If it returns 1, he voted already. If...
This feature has been created and will be in the 0.8 release.
Anyone interested to hear the change before we release 0.8 shall shout and it will be posted.
Iam not sure if it can be handled via plugin. Well part of it, yes.
1. you cannot use google friendly vote links this way, as they need to append their websites user id ( voter ) to the vote url
2. We would need a new field in the database ip_log where it stores that user id from the vote url...