forum with avatars

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    forum with avatars

    cn someone share the mod for lava that avatars appears in forum? I cnt search it in our site. Thanks

    #2
    oh sori..im on mobile..i wl search again

    Added after 12 minutes:

    cn u post the link still cnt fnd it errrr
    Last edited by tsinelas; 09.08.10, 14:29.

    Comment


      #3
      Originally posted by tsinelas View Post
      oh sori..im on mobile..i wl search again

      Added after 12 minutes:

      cn u post the link still cnt fnd it errrr
      Have you ever checked the core.php where this function remains?

      PHP Code:
      /////////////////////////////////////////getavatar

      function getavatar($uid)
      {
        
      $av mysql_fetch_array(mysql_query("SELECT avatar FROM ibwf_users WHERE id='".$uid."'"));
        return 
      $av[0];

      if that then go to index.php action=="viewtpc"

      find
      PHP Code:
      $usl "<br/><a href=\"index.php?action=viewuser&amp;sid=$sid&amp;who=$ttext[0]\">$iml$unick</a>"
      replace
      PHP Code:
      $avlink getavatar($ttext[0]);
      $avlink = ($avlink=="")?"":"<img src=\"$avlink\" alt=\"avatar\"/><br/>";
      $usl "<br/>$avlink<a href=\"index.php?action=viewuser&amp;sid=$sid&amp;who=$ttext[0]\">$iml$unick</a>"
      Last edited by rukiya; 09.08.10, 23:30.

      Comment


        #4
        is that the code to put?

        Comment


          #5
          very easy man.... same like put in profile.. just copy func or link to call avatar at profile then paste it at "viewtpc"
          sigpic
          Visit my WEBSITE Project: http://www.aspirewap.net

          Comment


            #6
            Originally posted by tsinelas View Post
            is that the code to put?
            how lazy you are!
            Originally posted by m4ster_v4 View Post
            very easy man.... same like put in profile.. just copy func or link to call avatar at profile then paste it at "viewtpc"
            how blind you are!

            Comment


              #7
              Originally posted by rukiya View Post
              how lazy you are!


              How blind you are!
              who u mean as "blind" ???????????
              sigpic
              Visit my WEBSITE Project: http://www.aspirewap.net

              Comment


                #8
                Originally posted by m4ster_v4 View Post
                who u mean as "blind" ???????????
                I had already posted the code before you posted code direction, but you did not see it.

                Comment


                  #9
                  Come to help.. So, dont angry with me... Everybody have their own view, "how to share it" so, i share it by my "view" hopeu understand.. "yeah!" im newbies. Don't know anything about "php" thaks all...
                  sigpic
                  Visit my WEBSITE Project: http://www.aspirewap.net

                  Comment


                    #10
                    im not lazy..when a person needs help and i know it i help without saying *hey search the forum* *hey lazy learn* no offend.. Im not here to fight im here to learn..btw tnx

                    Comment


                      #11
                      Added after 3 minutes:

                      Originally posted by tsinelas View Post
                      im not lazy..when a person needs help and i know it i help without saying *hey search the forum* *hey lazy learn* no offend.. Im not here to fight im here to learn..btw tnx
                      is that the code to put?
                      definately proves you are lazy

                      m4ster_v4, Ok ok! Read this forum from start to end, try w3schools.com php tutorial, it will make you an intermediate php coder.
                      Last edited by rukiya; 10.08.10, 04:38.

                      Comment


                        #12
                        im just asking.. Is asking question being lazy..man its philosophy.. >>> "Man searching meanings"..

                        Comment


                          #13
                          Yes your are a lazy man !!!



                          Topic found and Also taken me 3 mins to find

                          First Warning Search before you open a new topic

                          Next warning will be a ban for 2 day's

                          Next time you open once again didn't search ban 4 weeks

                          Talk back to me ban for life

                          Understand ?
                          Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                          Visit: WapMasterz Coming Back Soon!
                          _______
                          SCRIPTS FOR SALE BY SUBZERO
                          Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                          FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                          _______
                          Info & Tips
                          php.net
                          w3schools.com

                          Comment


                            #14
                            Personally i guest,

                            Originally posted by rukiya View Post
                            Added after 3 minutes:




                            definately proves you are lazy

                            m4ster_v4, Ok ok! Read this forum from start to end, try w3schools.com php tutorial, it will make you an intermediate php coder.
                            Are you sure? Here am i PHP: Hypertext Preprocessor THANX MATE. I'M THE PHP CODER NOW.. Hehe.
                            There a lot of mods there.. Just search it. Don't forget to download my sc in my topic. Enjoy. Many things you can learn there. ENJOY my release.

                            function Captcha(){
                            $one = rand(1,50);
                            $two = rand(1,50);
                            $answer = $one+$two;
                            $question = "$one+$two=?";
                            $_SESSION['captcha_ans'] = $answer;
                            $_SESSION['captcha_que'] = $question;
                            return true;
                            }
                            sigpic
                            Visit my WEBSITE Project: http://www.aspirewap.net

                            Comment

                            Working...
                            X