Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   ZenTracker (http://www.bvlist.com/forumdisplay.php?f=81)
-   -   Mods and changes (http://www.bvlist.com/showthread.php?t=7081)

firefly007 9th October 2011 21:24

Mods and changes
 
I got to say WOW!! f@cken Sweet man!

What a refreshing change and Im loving it... This is torrent tracker 2.0:ok:

I need a little tweak to the tracker that is allow users to be auto validated, how will i do this?

Thanks :)

Optix 9th October 2011 21:39

Thanks man ;)

If you want to auto-validate new accounts :
- Open /apps/frontend/modules/membres/actions/actions.class.php
- Search $m->setDroits("val");
- Replace "val" by "mbr"
- Delete the 15 lines below (after $m->save();) which proceed the sending of the confirmation mail
- Save and enjoy ;)

Bump: This solution is depreciated since the revision 34 has been released.
http://www.bvlist.com/zentracker/708...sion-34-a.html

Now, you've just to open /apps/frontend/config/app.yml and set "validate" to false. Clear the /cache/ content and let's rock ! :ok:

firefly007 13th November 2011 00:10

error when vote is made
 
Hey I'm getting a error when vote is placed...

Quote:

500 | Internal Server Error | Doctrine_Record_UnknownPropertyException

Unknown record property / related component "idsdg_questions" on "SdgVotes"

stack trace

  • at ()
    in SF_ROOT_DIR/lib/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Record/Filter/Standard.php line 55 ...
      • */
      • public function filterGet(Doctrine_Record $record, $name)
      • {
      • throw new Doctrine_Record_UnknownPropertyException(sprintf('Unknown record property / related component "%s" on "%s"', $name, get_class($record)));
      • }
      • }


Optix 13th November 2011 12:00

It's fixed since rev36. Keep up-to-date :)


All times are GMT +2. The time now is 02:43.

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