Here We can Exchange Our trusted tricks with other
Here We can Exchange Our trusted tricks with other |
Friend Request Block Set On All Pages For Example This Is Nice One Trick
In Dolphin it is not very obvious when someone is requesting to befriend. You have to go to accounts, and then activities. So, my solution to this is as follows Use Deanos Tools to add a PHP block code to the HOMEPAGE and add the following code; $iProfileID = getID( $_GET['ID'] );
I have this block of code at the top, so that it cannot be missed. Thats all, have fun! W// |
Media Uploading Limit Setting
I believe in all newer versions of dolphin, file size limits in dolphin are obtained from the PHP INI max upload setting as per this code in inc/classes/BxDolFilesUploader.php at line 66 in the BxDolFilesUploader function |
Move Guests instnand to join.php
Have you tried searching forum? There are couple of topics about this. this one +1 Do this check_logged(); Put this if(!isMember()) And done. Good luck |