The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#32
|
||||
|
||||
I'll check it out.
|
#33
|
|||
|
|||
i cant upload avatars, nothing happens, just takes me to admin index
and when i delete avatar i get sql error, column 'avatar' not fund in 'feild list' |
#34
|
|||
|
|||
Quote:
well half of it, its hard to weed it all out. |
#35
|
|||
|
|||
I had a problem with team avatars not coming up. The reason is that it always looks for .gifs for some reason. I uploaded a jpg and it was a jpg on the server but in the source code the team page was looking for the same file name just with a .gif
|
#36
|
|||
|
|||
Quote:
|
#37
|
|||
|
|||
honestly, shoud'nt this be a beta release?
how are we suppose to delete the private chat? does that stay there forever? How can fix the problem with images always looking for gif? |
#38
|
||||
|
||||
The problem is in this following bit of code at the bottom of teamadmin.php - I don't know much PHP or I would try to fix it. It is automattically saving the path to the images in the DB with the gif extension regardless of the filetype. The upload function in function_team is saving them properly - All that needs done is a way to add the correct extension in this code here so it referrences it correctly in the DB.
PHP Code:
|
#39
|
|||
|
|||
yeah i am not good either it should be something like
$teamoldava = "team".$teamid."_avatar.$type"; |
#40
|
||||
|
||||
Quote:
|
#41
|
|||
|
|||
sorry for late with answer i will rls v2.0.1 which will be bug fix of avatars problem, spelling and session problem
if you have few more problems please tell me... |
#42
|
||||
|
||||
Quote:
[high]* Andrew clicks install again.[/high] |
#43
|
|||
|
|||
another problem is you cant view member.php as guest or you get a database error
this caused because guest has no team id can you provide a fix? |
#44
|
||||
|
||||
last step:
in profile.php FIND : $DB_site->query(" UPDATE " . TABLE_PREFIX . "user SET BEFORE ADD : // team hack if ($options['removeme'] = 1 ) { $DB_site->query(" UPDATE " . TABLE_PREFIX . "user SET teamid='0',teamadmin='0' WHERE userid='$bbuserinfo[userid]' "); } however, there're alot of places has $DB_site->query(" UPDATE " . TABLE_PREFIX . "user SET where should I add the code? |
#45
|
|||
|
|||
I don't think it matters. I just added it above the first one I found.
|
#46
|
|||
|
|||
i have a few odd things popup.
the first one was headers in the admincp/userteam.php - i had to remove some of the header statments... guess it never did the ?go=modify or what ever part. I then get this error for misc things. This time this error came from trying to delete a users from the team admin page. Error An Error Has Occured! [ Go Back ] An error has occured, the following message has been left below: -------------------------------------------------------------------------------- No team specified. If you followed a valid link, please notify the webmaster. ---- and when i try to apply for a team. i get a simular error: Error An Error Has Occured! [ Go Back ] An error has occured, the following message has been left below: -------------------------------------------------------------------------------- Your Request has ben submited.Please wait for pm from team. also - when you try to vote on the poll to see if you want the user added to the team or not, it says: No Thread specified. If you followed a valid link, please notify the webmaster and when you just go ahead and add him to the team, it gives a simular error like above again. I need help bad |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|