Coders Refuge Forums: I am Freddy G - Viewing Profile - Coders Refuge Forums

Jump to content

I am Freddy G's Profile User Rating: -----

Group:
Resource Authors
Active Posts:
26 (0.12 per day)
Most Active In:
IP.Board Resources (10 posts)
Joined:
12-February 10
Profile Views:
294
Last Active:
User is offline Aug 20 2010 11:25 PM
Currently:
Offline

My Information

Member Title:
Member
Age:
18 years old
Birthday:
March 5, 1992
Gender:
Male Male
IPB Version:
3.0

Contact Information

E-mail:
Private
MSN:
MSN  IamFreddyG@Live.com

Latest Visitors

Articles I've Posted (see all)

  1. Tabbed Categories

    Posted 10 Apr 2010

    This tutorial will show you how to add Tabbed Categories To your Forum.

    Click Here to see it in action!

    If you want buy me a redbull! - (for the tutorial not the tab script) Posted Image

    Dependencies:
    • jQuery
    • jwTabs (attached)


    A brief note: Jeffrey-Way.com is under construction. If me attaching the script to the record please contact me and I will remove it asap!




    Lets Get Started!

    First Upload: jwTabs.js (attached) to /public/js
    Second: Go to ACP > Look & Feel > {YourSkin} > Global Templates > globalTemplate
    Find:
    </head>

    Add Before:
    		<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
    		<script type="text/javascript" src="{$this->settings['public_dir']}/js/jwTabs.js"></script>
    		<script type="text/javascript">
    		 jQuery.noConflict();
    		jQuery(document).ready(function(){
    			jQuery('#categories').jwTabs({
    				fade : 200,
    				tabTitleReference : 'h3 a:eq(1)',
    			});
    		});
    		</script>
    


    Thats It!


    Optional: Press the CSS Tab - ipb_styles.css
    Add to the bottom:
    ul#tab-items li { display:inline; margin-right:10px; }
    ul#tab-items li.tab-selected a { text-decoration:none; font-weight:bold; }
    
  2. Banned Members Post Different (lighter)

    Posted 12 Mar 2010

    This tutorial will show you how to make a banned members post be different and lighter Posted Image

    Posted Image




    ACP
    » Look & Feel » YourSkin

    Topic View » topicViewTemplate


    Find:
    <div class='post_wrap' <if test="isNotIgnoring:|:$post['post']['_ignored'] == 1 || $post['post']['_repignored'] == 1">style='display: none'</if>>


    Replace With:
    <div class='post_wrap <if test="$post['author']['member_group_id'] == 5">bannedPost</if>' <if test="isNotIgnoring:|:$post['post']['_ignored'] == 1 || $post['post']['_repignored'] == 1">style='display: none'</if>>





    Push the CSS Tab
    Add to the very bottom of ipb_styles.css


    /************************************************************************/
    /* CUSTOM CSS STYLES */
    
    .bannedPost {
     	opacity: 0.3;
    	filter:alpha(opacity=30);	/* IE Opacity */
    	-moz-opacity: 0.3;		/* Firefox Old' Skool Mode */
    	-khtml-opacity: 0.3;		/* Old Skool KHTML Stuff */
    }
    



    Thanks to Nuclear General & Morrigan for the help with the if statement


    Posted with the Rich Text Editor!
  3. How to Add Category Icons

    Posted 13 Feb 2010

    Removed because I guess I ripped erhen's tutorial.

    I honestly never registered on his site until today (03/02/10) and the methods look the same and his css is more browser friendly.

    I thought of adding icons when I purchased Mystic by Skinbox. He had forum icons and implemented it in category icons. I learned with the proper tag you can link to the forum or category id pretty easily.

    I do not want be known as a ripper so again I apologize. I would have never done it if I knew there was another tutorial out there.

    For everyone else you can view his tutorial here:
    http://www.ipbforums...category-icons/

Friends

Comments

I am Freddy G has no profile comments yet. Why not say hello?