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
    its already posted here stop being lazy and search for it go to lava mods and look in there
    ________________
    Jacques
    jacques@gw-designs.co.za
    http://coding.biz.tm
    Come join and lets make it a place to learn all the noobies how to code
    __________________

    NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

    Comment


      #3
      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


        #4
        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


          #5
          is that the code to put?

          Comment


            #6
            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


              #7
              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


                #8
                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


                  #9
                  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


                    #10
                    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


                      #11
                      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


                        #12
                        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


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

                          Comment


                            #14
                            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


                              #15
                              the code are on the 2nd page of lava mods ive told u that u must go and look in the lava mods
                              ________________
                              Jacques
                              jacques@gw-designs.co.za
                              http://coding.biz.tm
                              Come join and lets make it a place to learn all the noobies how to code
                              __________________

                              NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

                              Comment

                              Working...
                              X