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

    How do I horizontally make for profile an inventory feature?

    Dr.Kran
    Dr.Kran
    Forumember


    Male Posts : 70
    Reputation : 1
    Language : English
    Location : Classified

    In progress How do I horizontally make for profile an inventory feature?

    Post by Dr.Kran Thu 26 Apr - 3:33

    How do I horizontally make for profile an inventory feature? Equip_10
    I want to know how to center or make a double sided profile section for 2 or more options for a user to use from.
    It affects anything in the administration panel > profiles > Add section.

    How do I horizontally make for profile an inventory feature? Equip_19How do I horizontally make for profile an inventory feature? Equip_18
    How do I horizontally make for profile an inventory feature? Equip_17How do I horizontally make for profile an inventory feature? Equip_16
    How do I horizontally make for profile an inventory feature? Equip_13How do I horizontally make for profile an inventory feature? Equip_15
    How do I horizontally make for profile an inventory feature? Equip_12How do I horizontally make for profile an inventory feature? Equip_14
    How do I horizontally make for profile an inventory feature? Equip_11
    Requests
    Can you give me the full format for the help code for profile also if you know it?

    I will target areas that are missing to help incase I find anything missing in the help post.
    I suggest making a tech tree for quicker results, but I'll do it though.
    Dr.Kran
    Dr.Kran
    Forumember


    Male Posts : 70
    Reputation : 1
    Language : English
    Location : Classified

    In progress Re: How do I horizontally make for profile an inventory feature?

    Post by Dr.Kran Thu 26 Apr - 9:03

    skouliki wrote:Deleted message

    I may find anything that was written by you useful somehow.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15312
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: How do I horizontally make for profile an inventory feature?

    Post by skouliki Thu 26 Apr - 9:12

    you are very kind
    i was thinking about a code i think i saw it on french support but i dont know if this is what you are looking for.. profile awards with a hover effect over the names

    edit here you go https://help.forumotion.com/t155075-profile-awards-with-hover-over-names?highlight=Awards

    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: How do I horizontally make for profile an inventory feature?

    Post by Ape Thu 26 Apr - 18:14

    skouliki wrote:you are very kind
    i was thinking about a code i think i saw it on french support but i dont know if this is what you are looking for.. profile awards with a hover effect over the names

    edit here you go https://help.forumotion.com/t155075-profile-awards-with-hover-over-names?highlight=Awards

    If you have any problems with this code @Dr.Kran I will be happy to help you Smile

    If this is now solved Please don't forget to thank the member and then click the green mark solved button at the top of this thread.

    APE.



    How do I horizontally make for profile an inventory feature? Left1212How do I horizontally make for profile an inventory feature? Center11How do I horizontally make for profile an inventory feature? Right112
    How do I horizontally make for profile an inventory feature? Ape_b110
    How do I horizontally make for profile an inventory feature? Ape1010
    Dr.Kran
    Dr.Kran
    Forumember


    Male Posts : 70
    Reputation : 1
    Language : English
    Location : Classified

    In progress Re: How do I horizontally make for profile an inventory feature?

    Post by Dr.Kran Wed 2 May - 11:43

    APE wrote:
    skouliki wrote:you are very kind
    i was thinking about a code i think i saw it on french support but i dont know if this is what you are looking for.. profile awards with a hover effect over the names

    edit here you go https://help.forumotion.com/t155075-profile-awards-with-hover-over-names?highlight=Awards

    If you have any problems with this code @Dr.Kran I will be happy to help you Smile

    If this is now solved Please don't forget to thank the member and then click the green mark solved button at the top of this thread.

    APE.
    Yes, I have a problem.
    When I added the codes to my page, I didn't think it would react if it was imput into any profile specificly.
    The first code on top only acted as if my account was a page and kept saying that I had no Awards yet.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: How do I horizontally make for profile an inventory feature?

    Post by Ape Wed 2 May - 15:20

    Go to your members profile you want to give an award to and click the right profile awards edit tool.
    Now you will see this code
    Code:
    [center][table][tr][td class="scrollable-zone"]No Awards Yet[/td][/tr][/table][/center]

    see the text that says No Awards yet

    You need to remove that text and then put in
    Code:
    [img] URL of Award Here [/img]

    it will look something like this in the members profile
    Code:
    [center][table][tr][td class="scrollable-zone"][img]https://i62.servimg.com/u/f62/12/23/10/57/b410.png[/img][/td][/tr][/table][/center]
    Then Save.and the item will show in that members profile only.

    Now to ad a new one to that member do the same again
    go to the members profile and click the edit button.....
    Then find the code you added last time and at the end of that code
    Code:
    [img]https://i62.servimg.com/u/f62/12/23/10/57/b410.png[/img]
    add the next Icon the same way

    It will then look like this
    Code:
    [center][table][tr][td class="scrollable-zone"][img]https://i62.servimg.com/u/f62/12/23/10/57/b410.png[/img][img]https://i62.servimg.com/u/f62/12/23/10/57/b610.png[/img][/td][/tr][/table][/center]
    now you will have 2 icons when you save the profile settings on that one member.

    Sadly this system will not auto install the icons you have to do it all your self.



    How do I horizontally make for profile an inventory feature? Left1212How do I horizontally make for profile an inventory feature? Center11How do I horizontally make for profile an inventory feature? Right112
    How do I horizontally make for profile an inventory feature? Ape_b110
    How do I horizontally make for profile an inventory feature? Ape1010
    Dr.Kran
    Dr.Kran
    Forumember


    Male Posts : 70
    Reputation : 1
    Language : English
    Location : Classified

    In progress Re: How do I horizontally make for profile an inventory feature?

    Post by Dr.Kran Thu 3 May - 14:02

    Quote to Ape:
    I'm very thankful for your help and this helped me with another problem except...
    What I wanted to was drag a specific feature to another area such as the user list field.

    I'll give you a better example later in image form.
    How do I horizontally make for profile an inventory feature? Horriz10
    Say you wanted 5 lists to be dragged in an horizontally line.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: How do I horizontally make for profile an inventory feature?

    Post by SLGray Thu 3 May - 23:54




    How do I horizontally make for profile an inventory feature? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Dr.Kran
    Dr.Kran
    Forumember


    Male Posts : 70
    Reputation : 1
    Language : English
    Location : Classified

    In progress Reffering to categories and formation

    Post by Dr.Kran Fri 4 May - 0:08

    Well done, this is one clue that's only a few steps closer to the answer but no...
    There are 2 major flaws which are noticed though.
    The 1st was that what I asked for a code that would make 'chosen' profile features become horizontal/connected in a single area, for example notice the forums and categories formations? There's also a formation section in the administration panel that does something similar, but what I wanted was something similar to that with the profile features. Here's another example.

    Categories
    Game Section : Horizontal
    Account Status Section : Vertical
    Other Sections : Horizontal
    ~Thanks for the help though.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: How do I horizontally make for profile an inventory feature?

    Post by Ape Fri 4 May - 12:01

    Sadly what your asking for can not be done it would have to be added on the server side and thats not going to happen.

    Sorry Sad



    How do I horizontally make for profile an inventory feature? Left1212How do I horizontally make for profile an inventory feature? Center11How do I horizontally make for profile an inventory feature? Right112
    How do I horizontally make for profile an inventory feature? Ape_b110
    How do I horizontally make for profile an inventory feature? Ape1010
    Dr.Kran
    Dr.Kran
    Forumember


    Male Posts : 70
    Reputation : 1
    Language : English
    Location : Classified

    In progress Re: How do I horizontally make for profile an inventory feature?

    Post by Dr.Kran Fri 4 May - 16:25

    APE wrote:Sadly what your asking for can not be done it would have to be added on the server side and thats not going to happen.

    Sorry Sad
    Thanks, but I still believe with coding it could be done, I don't know all of the codes yet though.
    - Do you mean
    The administration panel could not be edited also?
    How do I find the editing field for the administration panel configuring advanced codes, I mean the codes that script the administration panel separately.

    I kinda didn't want it to come to having someone else do something for me when I could do it as well.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: How do I horizontally make for profile an inventory feature?

    Post by SLGray Fri 4 May - 19:31

    Do you mean redesign the administration panel?  There is not a way to do it.



    How do I horizontally make for profile an inventory feature? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: How do I horizontally make for profile an inventory feature?

    Post by Ape Fri 4 May - 20:27

    Dr.Kran wrote:
    APE wrote:Sadly what your asking for can not be done it would have to be added on the server side and thats not going to happen.

    Sorry Sad
    Thanks, but I still believe with coding it could be done, I don't know all of the codes yet though.
    - Do you mean
    The administration panel could not be edited also?
    How do I find the editing field for the administration panel configuring advanced codes, I mean the codes that script the administration panel separately.

    I kinda didn't want it to come to having someone else do something for me when I could do it as well.

    The admin panel can not be changed in any way the ACP is all server side and database side and No one has the tools to do that other then tech team and we will not give that right to no one.

    As i have already said sadly It can't be done.



    How do I horizontally make for profile an inventory feature? Left1212How do I horizontally make for profile an inventory feature? Center11How do I horizontally make for profile an inventory feature? Right112
    How do I horizontally make for profile an inventory feature? Ape_b110
    How do I horizontally make for profile an inventory feature? Ape1010

      Current date/time is Mon 23 Sep - 10:25