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.

Puting * = Special fields above the avatars

5 posters

Go down

Solved Puting * = Special fields above the avatars

Post by Lunar Tue 27 Mar 2012 - 20:36

Hello, if you got to a post on my forum like this:
http://sylphy.forumotion.com/t1-test-thread

or if you look at this picture:
Puting * = Special fields above the avatars Needhelp

You see that i added badges for awards and rankings as you can see. But i am wondering if i can move the badges above the Avatar, making them not in the way of posts and just makes everything a little more organized.


Last edited by Lunar on Mon 2 Apr 2012 - 20:34; edited 1 time in total
avatar
Lunar
Forumember

Posts : 33
Reputation : 0
Language : engluish

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by Lunar Tue 27 Mar 2012 - 23:17

bump
avatar
Lunar
Forumember

Posts : 33
Reputation : 0
Language : engluish

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by SLGray Tue 27 Mar 2012 - 23:20

Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!




Puting * = Special fields above the avatars 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by neb is krazy Sat 31 Mar 2012 - 17:27

I have the same problem, can some one please answer thiss??
avatar
neb is krazy
New Member

Posts : 22
Reputation : 1
Language : english

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by Lunar Sun 1 Apr 2012 - 23:36

sorry but bump again since no one has answered yet.
avatar
Lunar
Forumember

Posts : 33
Reputation : 0
Language : engluish

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by Sir Chivas™ Sun 1 Apr 2012 - 23:45

Just the rank? or as well as the Username?
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by Lunar Mon 2 Apr 2012 - 0:32

well both would be great.
avatar
Lunar
Forumember

Posts : 33
Reputation : 0
Language : engluish

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by E-Mark Mon 2 Apr 2012 - 7:32

Go to ACP > Display > Templates > General > viewtopic_body:

Find:
Code:

{postrow.displayed.POSTER_AVATAR}<br />
                           {postrow.displayed.POSTER_RANK_NEW}{postrow.displayed.RANK_IMAGE}

Then replace it with this:
Code:

{postrow.displayed.POSTER_RANK_NEW}{postrow.displayed.RANK_IMAGE}<br />{postrow.displayed.POSTER_AVATAR}<br />

Then save Wink.
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by Lunar Mon 2 Apr 2012 - 7:47

i went on to general and this came up:
Only templates of phpbb2 or PunBB versions will be affected.
avatar
Lunar
Forumember

Posts : 33
Reputation : 0
Language : engluish

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by E-Mark Mon 2 Apr 2012 - 7:53

Oh you're using Phpbb3? It's not possible in Phpbb3. Sad
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by Lunar Mon 2 Apr 2012 - 7:55

so its not possible to change special fields to be above the avatar until i change templates?
avatar
Lunar
Forumember

Posts : 33
Reputation : 0
Language : engluish

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by E-Mark Mon 2 Apr 2012 - 7:57

Yeah. It needs template modification to place the ranks/badges above the avatar Sad.
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by Lunar Mon 2 Apr 2012 - 8:06

i did what you said, but it didnt move the badges up above the avatar, just a reminder that this is a special field im trying to move, not a ranking.
avatar
Lunar
Forumember

Posts : 33
Reputation : 0
Language : engluish

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by E-Mark Mon 2 Apr 2012 - 8:15

If special fields, it can't be done. Sorry. Sad
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by Lunar Mon 2 Apr 2012 - 8:17

alright thanks anyway, the reason im using special feilds is because idk how to add more than 1 ranking to a user, is that possible?
avatar
Lunar
Forumember

Posts : 33
Reputation : 0
Language : engluish

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by E-Mark Mon 2 Apr 2012 - 8:40

You can add w/ in 3 ranks.

Go to ACP > User and Groups > Ranks > Rank Administrations:

Create a new rank then fill/add up the following:

Rank Title: <img src="LINK OF YOUR RANK IMAGE" />
Set as Special Rank: Yes
Rank Image URL: LINK OF YOUR RANK IMAGE

Then you'll have 2 rank images. If you want to have 3 rank images, you'll just add another (in rank title):
Code:

<img src="LINK OF YOUR RANK IMAGE" />

and upload your image to Tinypic so it will shorten the image url Wink
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Puting * = Special fields above the avatars

Post by Lunar Mon 2 Apr 2012 - 20:20

alright cool thanks!
avatar
Lunar
Forumember

Posts : 33
Reputation : 0
Language : engluish

Back to top Go down

Back to top

- Similar topics

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