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.

How do I horizontally make for profile an inventory feature?

4 posters

Go down

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

Post by Dr.Kran April 26th 2018, 4:33 am

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

http://kranutopia.finddiscussion.com/forum

Back to top Go down

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

Post by Dr.Kran April 26th 2018, 10:03 am

skouliki wrote:Deleted message

I may find anything that was written by you useful somehow.
Dr.Kran
Dr.Kran
Forumember

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

http://kranutopia.finddiscussion.com/forum

Back to top Go down

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

Post by skouliki April 26th 2018, 10:12 am

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
skouliki
skouliki
Manager
Manager

Female Posts : 15118
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

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

Post by Ape April 26th 2018, 7:14 pm

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
Ape
Ape
Administrator
Administrator

Male Posts : 19110
Reputation : 1991
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

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

Post by Dr.Kran May 2nd 2018, 12:43 pm

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.
Dr.Kran
Dr.Kran
Forumember

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

http://kranutopia.finddiscussion.com/forum

Back to top Go down

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

Post by Ape May 2nd 2018, 4:20 pm

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
Ape
Ape
Administrator
Administrator

Male Posts : 19110
Reputation : 1991
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

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

Post by Dr.Kran May 3rd 2018, 3:02 pm

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.
Dr.Kran
Dr.Kran
Forumember

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

http://kranutopia.finddiscussion.com/forum

Back to top Go down

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

Post by SLGray May 4th 2018, 12:54 am



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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Reffering to categories and formation

Post by Dr.Kran May 4th 2018, 1:08 am

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.
Dr.Kran
Dr.Kran
Forumember

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

http://kranutopia.finddiscussion.com/forum

Back to top Go down

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

Post by Ape May 4th 2018, 1:01 pm

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
Ape
Ape
Administrator
Administrator

Male Posts : 19110
Reputation : 1991
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

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

Post by Dr.Kran May 4th 2018, 5:25 pm

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.
Dr.Kran
Dr.Kran
Forumember

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

http://kranutopia.finddiscussion.com/forum

Back to top Go down

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

Post by SLGray May 4th 2018, 8:31 pm

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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

Post by Ape May 4th 2018, 9:27 pm

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
Ape
Ape
Administrator
Administrator

Male Posts : 19110
Reputation : 1991
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum