Follow Us:
Tricked Out Mods: Forums

Best Hosting
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Nice work!
 
 
Post new topic   Reply to topic   print    Tricked Out News Forum Index -> Feedback
View previous topic :: View next topic  
Author Message
andyb
Regular
Regular


Joined: Aug 09, 2011
Posts: 11
Location: Tamworth, UK

PostPosted: Tue Aug 09, 2011 2:16 pm 
Post subject: Nice work!
Reply with quote

Some pretty good stuff you've been working on here- thanks for helping the community!

A question, if I may;

on this site, what mods/ tweaks/ addons do you have installed/ operational?

There's quite a lot for me to get my head around; I see stuff I like, but am not sure which area/ mod they belong to.... (like in the forums where you can share with twitter/ facebook/ etc. )

Cheers.

Andy
  
Back to top
View user's profile Send private message Visit poster's website
bobby
Site Admin
Site Admin


Joined: Jan 20, 2009
Posts: 782


PostPosted: Tue Aug 09, 2011 7:48 pm 
Post subject:
Reply with quote

Thank you. I will have to look for the forums that I have entered the directions for those mods. I think they are at Ravens site. I will post them here tomorrow,
_________________
Tricked Out News
  
Back to top
View user's profile Send private message Visit poster's website
RobvanderWel
Newbie
Newbie


Joined: Jul 26, 2011
Posts: 9
Location: Nederland

PostPosted: Wed Aug 10, 2011 2:52 pm 
Post subject:
Reply with quote

Thanks bobby, i keep my eye on this topic as well,

And thanks for all the nice mod you wrote, almost use them all Wink
  
Back to top
View user's profile Send private message Visit poster's website
bobby
Site Admin
Site Admin


Joined: Jan 20, 2009
Posts: 782


PostPosted: Wed Aug 24, 2011 7:19 am 
Post subject:
Reply with quote

Sorry for the delay. The site that had the mod is now offline. I will look on some of my old hard drives and see if I can locate it.
_________________
Tricked Out News
  
Back to top
View user's profile Send private message Visit poster's website
RobvanderWel
Newbie
Newbie


Joined: Jul 26, 2011
Posts: 9
Location: Nederland

PostPosted: Mon Aug 29, 2011 7:45 am 
Post subject:
Reply with quote

It must be a line in the viewtopic_body.tpl around line 39
  
Back to top
View user's profile Send private message Visit poster's website
bobby
Site Admin
Site Admin


Joined: Jan 20, 2009
Posts: 782


PostPosted: Mon Aug 29, 2011 8:05 am 
Post subject:
Reply with quote

There are several files that need edited.

I have sent SgtLegend at Evo Xtreme a pm requesting the mod. He closed his site down that had it.
_________________
Tricked Out News
  
Back to top
View user's profile Send private message Visit poster's website
RobvanderWel
Newbie
Newbie


Joined: Jul 26, 2011
Posts: 9
Location: Nederland

PostPosted: Tue Aug 30, 2011 4:59 pm 
Post subject:
Reply with quote

Oke thanks for al the work.

Another question in the header of your site than the sign in button, do you happen somewhere at how you've made it, I am very much in intrested because I have 4 spots need in the header of my site and it would be nice if something I could make in my site.

Regards Rob
  
Back to top
View user's profile Send private message Visit poster's website
bobby
Site Admin
Site Admin


Joined: Jan 20, 2009
Posts: 782


PostPosted: Tue Aug 30, 2011 6:16 pm 
Post subject:
Reply with quote

Here is the css

Code:
#topnav {

   padding:10px 25px 12px;
   font-size:11px;
   line-height:23px;
   text-align:right;
   color: #fff;
}
#topnav a.signin {
   background:#88bbd4;
   padding:4px 6px 6px;
   text-decoration:none;
   font-weight:bold;
   color:#fff;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   
}
#topnav a.signin:hover {
   background:#59B;
   
}
#topnav a.signin, #topnav a.signin:hover {
   *background-position:0 3px!important;
}

a.signin {
   position:relative;
   margin-left:3px;
}
a.signin span {
      background-position:100% 50%;
   padding:4px 16px 6px 0;
}
a.acc span {
   background-position:100% 50%;
   padding:4px 16px 6px 0;
}
#topnav a.menu-open {
   background:#ddeef6!important;
   color:#666!important;
   outline:none;
}
#small_signup {
   display:inline;
   float:none;
   line-height:23px;
   margin:25px 0 0;
   width:170px;
}
a.signin.menu-open span {
      color:#789;
}
#logout{
background:#88bbd4;
   padding:4px 6px 6px;
   text-decoration:none;
   font-weight:bold;
   color:#fff;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   }
#logout:hover {
   background:#59B;
   
}
#signin_menu {
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   border-radius:5px;
   display:none;
   background-color:#ddeef6;
   position:absolute;
   top:85px;
   right:23px;
   width:210px;   
   z-index:100;
   border:1px transparent;
   text-align:left;
   padding:10px;
   margin-left:-8px;
   *margin-left:-15px;
   margin-top:5px;
   color:#789;
   font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
   display:block;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
   border-radius:4px;
   border:1px solid #ACE;
   font-size:13px;
   margin:0 0 5px;
   padding:5px;
   width:203px;
   color: #666;
background-color : #fff;
}
#signin_menu p {
   margin:0;
}
#signin_menu a {
   color:#6AC;
}
#signin_menu label {
   font-weight:normal;
}
#signin_menu p.remember {
   padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
   clear:both;
   margin:5px 0;
}
#signin_menu p a {
   color:#27B!important;
}
#signin_submit {
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
   border-radius:4px;
   background:#39d;
   border:1px solid #39D;
   color:#fff;
   text-shadow:0 -1px 0 #39d;
   padding:4px 10px 5px;
   font-size:11px;
   margin:0 5px 0 0;
   font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
   background-position:0 -5px;
   cursor:pointer;
}

 
.hidden
{
    display: none;
}


And here is the theme.php function themeheader code

Code:
cookiedecode($user);

    $username = $cookie[1];
    if ($username == "")
        $username = "Anonymous";
echo "<body>";
echo'<script type="text/javascript">
        $(document).ready(function() {

            $(".signin").click(function(e) {         
            e.preventDefault();
                $("fieldset#signin_menu").toggle();
            $(".signin").toggleClass("menu-open");
            });
         
         $("fieldset#signin_menu").mouseup(function() {
            return false
         });
         $(document).mouseup(function(e) {
            if($(e.target).parent("a.signin").length==0) {
               $(".signin").removeClass("menu-open");
               $("fieldset#signin_menu").hide();
            }
         });         
         
        });
</script>';
if ($username == 'Anonymous') {
   $twitterlogin ='<div id="topnav" class="topnav"> Have an account? <a href="login" class="signin"><span>Sign in</span></a> </div>
   <fieldset id="signin_menu">';
   global $admin, $user, $sitekey, $gfx_chk, $admin_file, $ya_config;
   include_once('modules/Your_Account/includes/functions.php');
   if (!isset($ya_config)) $ya_config = ya_get_configs();
   mt_srand ((double)microtime()*1000000);
   $maxran = 10 * intval($ya_config['codesize']);
   $random_num = mt_rand(0, $maxran);
   $lcontent  = '<form action="account.html" method="post">';
   $lcontent .= ''._NICKNAME.'&nbsp;<input type="text" name="username" size="15" maxlength="25" /><br />';
   $lcontent .= _PASSWORD.'&nbsp;<input type="password" name="user_password" size="15" maxlength="20" /><br />';
   $lcontent .= security_code(array(2,4,5,7), 'stacked');
   //$lcontent .= '<br />';
   $lcontent .= '<input type="hidden" name="op" value="login" alt="login" />';
   $lcontent .= '<p class="remember"><input id="signin_submit" type="submit" alt="login" value="'._LOGIN.'" /><input id="remember" name="remember_me" value="1" tabindex="7" type="checkbox" /><label for="remember">Remember me</label></p>';
   $lcontent .= '<p class="forgot-username"><a class="rpxnow" onclick="return false;" href="https://tricked-out-news.rpxnow.com/openid/v2/signin?token_url=http://trickedoutnews.com%2Fmodules.php%3Fname%3DYour_Account%26op%3Dnew_user">'._BREG.'?</a></p>';
        $lcontent .= '<p class="forgot"> <a href="account.html?amp;op=pass_lost">'._PASSWORDLOST.'?</a></p>';
$twitterlogin .=''.$lcontent.'</form></fieldset>';
}




You just have to place $twitterlogin where you want it to appear.
_________________
Tricked Out News
  
Back to top
View user's profile Send private message Visit poster's website
bobby
Site Admin
Site Admin


Joined: Jan 20, 2009
Posts: 782


PostPosted: Tue Aug 30, 2011 6:18 pm 
Post subject:
Reply with quote

You may need to change some links like the registration link. I used a custom one for my site.
_________________
Tricked Out News
  
Back to top
View user's profile Send private message Visit poster's website
RobvanderWel
Newbie
Newbie


Joined: Jul 26, 2011
Posts: 9
Location: Nederland

PostPosted: Wed Aug 31, 2011 6:07 am 
Post subject:
Reply with quote

Thanks bobby, it works great.
  
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic   print    Tricked Out News Forum Index -> Feedback All times are GMT - 5 Hours
 
 Page 1 of 1
 
 

Jump to:   
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001-2008 phpBB Group
Forums ©