The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    help code javascript version - punbb

    avatar
    pesgold
    New Member


    Male Posts : 11
    Reputation : 1
    Language : Español

    Solved help code javascript version - punbb

    Post by pesgold February 7th 2012, 4:44 am

    notiing


    Last edited by pesgold on February 10th 2012, 9:43 pm; edited 2 times in total
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: help code javascript version - punbb

    Post by LGforum February 7th 2012, 5:04 am

    Lol, believe me, you don't want to copy that persons code, it will cause your forum to be very slow and hit the request limit after viewing about 5 pages Razz
    Hoenstly, I wouldn't bother for the good of your forum.
    avatar
    ProphecyCSS
    Forumember


    Posts : 97
    Reputation : 7
    Language : English

    Solved Re: help code javascript version - punbb

    Post by ProphecyCSS February 7th 2012, 5:11 am

    agreed with LG, better to ask for one on here
    avatar
    pesgold
    New Member


    Male Posts : 11
    Reputation : 1
    Language : Español

    Solved Re: help code javascript version - punbb

    Post by pesgold February 7th 2012, 5:41 pm

    but as I can do that?

    is difficult?

    I am not stealing,

    want that in my forum!
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: help code javascript version - punbb

    Post by LGforum February 7th 2012, 7:53 pm

    No its not too differcult, but the method that pserson has used isn't too great.

    I didn't say you were stealing, I suggested that you don't make the same mistake they have Razz
    avatar
    pesgold
    New Member


    Male Posts : 11
    Reputation : 1
    Language : Español

    Solved Re: help code javascript version - punbb

    Post by pesgold February 7th 2012, 8:36 pm

    help me get the code?

    pd: I already posted to your site

    pd2: sorry my english is very bad, i am from argentina!
    avatar
    pesgold
    New Member


    Male Posts : 11
    Reputation : 1
    Language : Español

    Solved Re: help code javascript version - punbb

    Post by pesgold February 8th 2012, 4:46 pm

    up
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: help code javascript version - punbb

    Post by LGforum February 8th 2012, 5:12 pm

    pesgold wrote:pd: I already posted to your site

    Thank you for registering on my site, but that doesn't determine whether or not i'll help.

    Someone else can write the HTML for you.
    The number of new PM's can be grabbed from the navbar.
    The username can be grabbed using the { USERNAME} variable
    and the avatar can be grabbed using this method: http://www.avacweb.com/t129-user-avatar-variable
    avatar
    pesgold
    New Member


    Male Posts : 11
    Reputation : 1
    Language : Español

    Solved Re: help code javascript version - punbb

    Post by pesgold February 8th 2012, 10:45 pm

    only achieved everything I need is how to get the common link for all users

    Help me WITH THIS?

    /profile?mode=viewprofile&u=¿WHAT?

    Code:
    /profile?mode=viewprofile&u=¿WHAT?
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: help code javascript version - punbb

    Post by LGforum February 8th 2012, 11:31 pm

    Code:

    /profile?mode=viewprofile&u={*USERNAME}
    (remove the star)
    avatar
    pesgold
    New Member


    Male Posts : 11
    Reputation : 1
    Language : Español

    Solved Re: help code javascript version - punbb

    Post by pesgold February 9th 2012, 6:33 pm

    LGforum wrote:
    Code:

    /profile?mode=viewprofile&u={*USERNAME}
    (remove the star)


    remove the star!
    and
    not working

    help code javascript version - punbb UcHcu
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: help code javascript version - punbb

    Post by LGforum February 9th 2012, 11:21 pm

    sorry,
    Code:

    /profile?mode=viewprofile&user={*USERNAME}
    avatar
    pesgold
    New Member


    Male Posts : 11
    Reputation : 1
    Language : Español

    Solved Re: help code javascript version - punbb

    Post by pesgold February 10th 2012, 2:50 am

    not working

    Code:
    jQuery(function() {
                
    jQuery("#asasa").load("/profile?mode=viewprofile&user=Using php in posts is called being a smart [Language]... Stop it  #field_id-11 dd  div");

    });
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: help code javascript version - punbb

    Post by LGforum February 10th 2012, 3:02 am

    Well you can't use it in a script, it's to be used in HTML.
    Its a link to the users profile, not something to in a script.

    What are you actually trying to do?
    avatar
    pesgold
    New Member


    Male Posts : 11
    Reputation : 1
    Language : Español

    Solved Re: help code javascript version - punbb

    Post by pesgold February 10th 2012, 4:51 am

    is to visualize something of each user's profile but

    for example if I use this code

    Code:
    jQuery(function() {
               
    jQuery("#asasa").load("/u1  #field_id-11 dd  div");

    });

    by a data espesifico the user /u1 and what I want is to load the user logged
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: help code javascript version - punbb

    Post by LGforum February 10th 2012, 9:04 am

    avatar
    pesgold
    New Member


    Male Posts : 11
    Reputation : 1
    Language : Español

    Solved Re: help code javascript version - punbb

    Post by pesgold February 10th 2012, 9:43 pm

    thanks!

    cloced.

      Current date/time is September 22nd 2024, 5:30 pm