Today's Birthdays

Collapse

wodoyathink

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • admin
    Administrator
    • Jun 2002
    • 489

    wodoyathink

    How?s this color scheme?? Any good got any hacks??:grab: :bartmoon: :whipme: :tong:
    ......if the world didn't suck, we'd all fall off......
    Regards
    Dave.
  • earwig
    Registered User
    • Jun 2002
    • 69

    #2
    get your eyes tested
    fore

    Comment

    • admin
      Administrator
      • Jun 2002
      • 489

      #3
      Originally posted by earwig
      get your eyes tested


      why's da M8
      ......if the world didn't suck, we'd all fall off......
      Regards
      Dave.

      Comment

      • tril0Byte
        Registered User
        • Jun 2002
        • 10

        #4
        Re: wodoyathink

        Originally posted by Dave S
        How?s this colour scheme??
        Bloody awful

        Wotcha mate.

        The welcomepanel is partly working, you've got the template edits done properly, but you havent edited the index.php file.

        This is the bit you need to check over, go over it line by line and remember, upload everything in ascII:

        Code:
        Open index.php (NOTE: *not* admin/index.php) and find:
        
        #############################
        $permissions=getpermissions();
        if (!$permissions['canview']) {
        	show_nopermission();
        }
        ############################
        
        and directly after it add this...
        
        ############################
        if ($bbuserinfo[userid]!=0) {
          $avatarurl=getavatarurl($bbuserinfo[userid]);
          if ($avatarurl=='') {
            $avatarurl='images/avatars/noavatar.gif';
          }
          $avatarimage='<a href="member.php?s='.$session[sessionhash].'&action=editavatar"><img src="'.$avatarurl.'" border="0">';
        } else {
          $avatarimage='<a href="register.php?s='.$session[sessionhash].'&action=signup"><img src="images/avatars/guestavatar.gif" border="0"></a>';
        }
        ############################
        
        
        Now upload the enclosed guestavatar.gif and noavatar.gif to your forum/avatars folder (if you choose another destination, be sure to edit the path in the above code).
        that's the avatar hack done!

        Comment

        • admin
          Administrator
          • Jun 2002
          • 489

          #5
          arr ok m8 thanx i will go over it now
          ......if the world didn't suck, we'd all fall off......
          Regards
          Dave.

          Comment

          • tril0Byte
            Registered User
            • Jun 2002
            • 10

            #6
            or just upload this file (delete .txt off the end first).


            BTW, I havent personally tested this hack on 2.26, but it should work. T%he attached file is the correct file for 2.26.
            Attached Files

            Comment

            • admin
              Administrator
              • Jun 2002
              • 489

              #7
              yo dude its o bites?
              ......if the world didn't suck, we'd all fall off......
              Regards
              Dave.

              Comment

              • tril0Byte
                Registered User
                • Jun 2002
                • 10

                #8
                hmmm

                Comment

                • admin
                  Administrator
                  • Jun 2002
                  • 489

                  #9
                  yer still 0
                  ......if the world didn't suck, we'd all fall off......
                  Regards
                  Dave.

                  Comment

                  • admin
                    Administrator
                    • Jun 2002
                    • 489

                    #10
                    can you email it to webmaster@wasya.com please?
                    ......if the world didn't suck, we'd all fall off......
                    Regards
                    Dave.

                    Comment

                    • tril0Byte
                      Registered User
                      • Jun 2002
                      • 10

                      #11
                      try again

                      EDIT: screwy stuff going on, you need to check the forums permissions and file sizes in your admin CP.

                      Meanwhile, read here:
                      Attached Files
                      Last edited by tril0Byte; 11-June-2002, 20:18.

                      Comment

                      • admin
                        Administrator
                        • Jun 2002
                        • 489

                        #12
                        Originally posted by Dave S
                        can you email it to webmaster@wasya.com please?
                        ohh PS i am runing php if that makes any odds?
                        ......if the world didn't suck, we'd all fall off......
                        Regards
                        Dave.

                        Comment

                        • admin
                          Administrator
                          • Jun 2002
                          • 489

                          #13
                          Originally posted by tril0Byte
                          try again
                          nope???
                          ......if the world didn't suck, we'd all fall off......
                          Regards
                          Dave.

                          Comment

                          • tril0Byte
                            Registered User
                            • Jun 2002
                            • 10

                            #14
                            Dave, there are a few things that have changed, I havent re-done the hack for 2.26, but check out the thread at vBulletin.org, most of the updates have been sorted by others. There is a change to the templates, that allows $birthdaybits to show properly....

                            Comment

                            • tril0Byte
                              Registered User
                              • Jun 2002
                              • 10

                              #15
                              Originally posted by Dave S


                              ohh PS i am runing php if that makes any odds?
                              doof!

                              I dunno it might, did you re edit index.php and upload it?

                              Read here:

                              Comment

                              Working...