Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Annonymous uploads (http://www.bvlist.com/showthread.php?t=2106)

rulebreaker 28th February 2009 10:26

Annonymous uploads
 
Why are the torrent uploads set to upload as annoymous by default? i want the uploaders to choose whether he wants it to be annymous, i dont what him to have to keep unticking upload annoymously. why is it automatically ticked? how to i change it?

Ashur 28th February 2009 19:07

I didn't look at the code carefully for that part but there are different ways
1. through SQL check the default value on SQL and change it there
2. if you can't find it on SQL or it didn't work, then it's through php side which is more complicated because you need to look at tons of code to see where defaults are set
3. another way??? not sure if TBdev, Xam... etc designed a mod to control such aspect

sorry I'm not looking at this code because I don't have the time for it nor interested in wasting hours on such little annoying feature :-/

Good Luck finding it

rulebreaker 1st March 2009 18:49

hmm cant seem to find it, damn! anyone else here knows how to fix that?

joeroberts 1st March 2009 22:04

what vertion do you have?
look in upload.php find a line like this
PHP Code:

<input type="checkbox" name="uplver" value="yes"'.($_GET['uplver'] == 'yes' ? ' checked="checked"' : ($CURUSER['privacy'] == 'strong' || $CURUSER['privacy'] == 'verystrong' ? ' checked="checked"' : '')).'

and remove the
checked="checked"
Or go to your profile and set privacy lower :lol:

rulebreaker 2nd March 2009 17:16

im using TSSE 5.1. So its just the profile privacy causing the problem? :smack:

joeroberts 3rd March 2009 01:53

from what I read yes from the codes

Ashur 3rd March 2009 04:44

sweet problem solved

closing topic


All times are GMT +2. The time now is 20:13.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.