![]() |
1 Attachment(s)
I'll have you try the attached install file. It installed with no error for me, but since I didn't have the error before I don't know if this will work.
|
Quote:
Thx. |
I have this error comming in.
Changed some things to xxx Database error in vBulletin 4.2.2: Invalid SQL: SELECT COUNT(id) AS ownerrides FROM vbrides_rides WHERE userid= AND active=1 AND status<>2 ORDER BY userid; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND active=1 AND status<>2 ORDER BY userid' at line 1 Error Number : 1064 Request Date : Thursday, October 30th 2014 @ 08:42:18 PM Error Date : Thursday, October 30th 2014 @ 08:42:18 PM Script : http://www.xxx.nl/showthread.php?xxx Referrer : IP Address : xxx Username : xx Classname : vB_Database MySQL Version : 5.5.37-cll |
Today someone put something in quotes and the program added extra characters.
Any ideas what this may be? |
In which section igota, the main description or one of the fields. Guess i can just look on your site huh. Looks like I'll be working on an update version.
Gijsje the error code is missing the userid value, looking into that too. I'm on a phone at work so not sure, but if if that error is crashing the site look if i but an option in admin settings to turn off that in postbit. Otherwise you can go to manage plugins an turn off the one relating to postbit count for now. |
Quote:
|
Hi, thank you for the great plugin. It is wonderful. I want to disable mandatory fields (Year, Make and Model) how to do it?
Is it possible to "Short Summary" add character count? Thanks. |
romaszek, there isn't gonna be an easy way to disable those, would at least require deleting some code from the template. I looked into adding a character count, didn't get anything solid yet.
The year, make, an model are added together to make the title, so if you where to eliminate them how would you suggest coming up with a title. |
I have a music portal, your wonderful plugin I want to adapt to CV for musicians. It is perfect for my purposes, I adopt only those fields if you agree. That's why I want to disable the forced field. Can you help me to do it in code?
Thank you very much. The problem with the audio. I added an mp3 file but no player... Sorry bad english ... |
Hi,
I made a primitive character count for Short Summary. 1. Create a file: sign_limit.js HTML Code:
function SignLimit(tab,max) 3. Template: 'vbrides_addedit_ride' find: HTML Code:
<textarea name="smalldesc" style="width:100%;height:100px;">{vb:raw smalldesc}</textarea> HTML Code:
<textarea name="smalldesc" style="width:100%;height:100px;" id="smalldesc" onkeyup="SignLimit(this,255);" cols="\"25"">{vb:raw smalldesc}</textarea> HTML Code:
<script src="http://yourdomain/vbrides/sign_limit.js" type="text/javascript"></script> This is very primitive but for me it works. |
All times are GMT. The time now is 06:42 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|