Quote:
Originally Posted by Socrate
hello 
I have to replace the file "tutorials.php", and following that, I have this like error:
PHP Code:
Database error in vBulletin 2.3.0:
Invalid SQL:
SELECT tutid,tutname,tutposted,tutposterid,tutmodded,tutpostername,tutvotes,tutviews
FROM tutorials
WHERE tutcat = '1'
ORDER BY tutposted ASC
mysql error: Champ 'tutmodded' inconnu dans field list
|
As of today I'm still getting the "tutmoded unknown" sql error. Just thought you'd like to know. SQL query adding the table fixed it.
I also had to edit some colors as you seem to pick only the default blues hardcoded instead of being picked from the style config...
Congrats on the hack anyway, up 'n running on 2.3.0
Btw,
1) how can I allow HTML on the tutorials? It's disabled by default.
2) how can i prevent UNREGISTERED users to read ANY tutorial?
3) What's the result of voting NO on a tutorial?
4) Would it be possible to sort the categories list alphabetically?
5) Is it possible to add the time the tutorial was posted? This is because I use the "Today at, Yesterday at," hack stamp and it shows weird as no time is displayed.
Thanks!