View Single Post
  #6  
Old 27th June 2012, 09:04
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
Nice mod , but the dropdown menu it isn't show up for login page

animatedcollapse.addDiv('kelly', 'fade=1,height=40px')
i attached the javascript file witch it missing on the first post





@Black1

loggedinorreturn();

and it's look like


Code:
<?

/***********************************************/
/*=========[TS Special Edition v.5.6]==========*/
/*=============[Special Thanks To]=============*/
/*        DrNet - wWw.SpecialCoders.CoM        */
/*          Vinson - wWw.Decode4u.CoM          */
/*    MrDecoder - wWw.Fearless-Releases.CoM    */
/*           Fynnon - wWw.BvList.CoM           */
/***********************************************/


   define ('THIS_SCRIPT', 'index.php');
  require_once 'global.php';
  define ('TS_BLOG_VERSION', '1.4.1');
  define ('IN_PLUGIN_SYSTEM', true);
  gzip ();
  dbconn (true);
  maxsysop ();
  if ($MEMBERSONLY == 'yes')
{
    loggedinorreturn();
Attached Files
File Type: rar animatedcollapse.rar (3.8 KB, 67 views)

Last edited by Marco; 27th June 2012 at 09:21.
Reply With Quote