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.

users avatar location phpbb3

+4
ilo
Nelinho
Bad Wolf
OldSkoolz
8 posters

Go down

users avatar location phpbb3 Empty users avatar location phpbb3

Post by OldSkoolz August 30th 2007, 12:05 am

Quick question... in the new phpbb3 I noticed the users avatars and info have moved to the right hand of the screen... is there a way to move them back to the left or do I have to go back to phpbb2
avatar
OldSkoolz
Forumember

Male Posts : 27
Reputation : 0
Language : English

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by Bad Wolf August 30th 2007, 1:31 am

you have to go back to phpBB2
or try to alter your phpBB3 css ... but i havent yet tried that
mod.
Bad Wolf
Bad Wolf
Forumember

Female Posts : 287
Reputation : 20
Language : English
Location : The Evil Empire

http://darkfx.darkbb.com

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by Nelinho August 30th 2007, 7:53 pm

already somebody I obtained to place avatares in the left side? also it wanted this.
avatar
Nelinho
New Member

Male Posts : 8
Reputation : 0
Language : Portuguese

http://pes-nelinho.net

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by OldSkoolz August 31st 2007, 3:51 pm

Nemesis Prime wrote:you have to go back to phpBB2
or try to alter your phpBB3 css ... but i havent yet tried that
mod.

I checked the CSS code didnt see it in there... I think it might actually be a phpbb3 thing since I know at least one other board that uses it and has the same issue
avatar
OldSkoolz
Forumember

Male Posts : 27
Reputation : 0
Language : English

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by Bad Wolf August 31st 2007, 3:58 pm

i am actually in the process of seeing if this type of mod is possible

i will keep you posted Razz
Bad Wolf
Bad Wolf
Forumember

Female Posts : 287
Reputation : 20
Language : English
Location : The Evil Empire

http://darkfx.darkbb.com

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by OldSkoolz August 31st 2007, 4:02 pm

Nemesis Prime wrote:i am actually in the process of seeing if this type of mod is possible

i will keep you posted Razz

TY let me know Smile
avatar
OldSkoolz
Forumember

Male Posts : 27
Reputation : 0
Language : English

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by Bad Wolf August 31st 2007, 6:50 pm

ok i figured it out

you need to make the edit using the raw CSS
in your css you will see:
.postbody

.postbody
color: #333333;
line-height: 1.48em;
padding: 0;
width: 76%;
float: left;
clear: both;
Change float: left to float: right
then find .postprofile in your raw CSS

.postprofile
margin: 5px 0 10px 0;
min-height: 80px;
color: #FFFFFF;
border-right: 1px solid #000000;
width: 22%;
float: left;
display: inline;
change the fields to duplicate the bold print
change the rest to fit your forums colors
this will reverse your post table so your avatar will be on the left

Notes
After altering your avatars position, you will knotice the "online" image might be behind avatar. This is normal. When profile is on right side, text in profile block is aligned to left, so "online" image and avatar are on different sides. the best easiest solution to this problem is to completely remove online image or replace it with some other image.

or if you want to keep the "online" image, to solve this .. a few more edits need to be made depending on your overall set up
preview:
-> HERE


Last edited by on September 5th 2007, 1:50 am; edited 2 times in total
Bad Wolf
Bad Wolf
Forumember

Female Posts : 287
Reputation : 20
Language : English
Location : The Evil Empire

http://darkfx.darkbb.com

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by ilo August 31st 2007, 7:49 pm

I like the users avatar and info in the right side of the forum, i hope it dosent change.
ilo
ilo
Forumember

Male Posts : 190
Reputation : 21
Language : english
Location : Pr

http://alchemists.7forum.net

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by Bad Wolf August 31st 2007, 8:06 pm

ilo wrote:I like the users avatar and info in the right side of the forum, i hope it dosent change.

unless you add this mod to ur CSS it shouldnt as it is the default setting for phpBB3 Wink
Bad Wolf
Bad Wolf
Forumember

Female Posts : 287
Reputation : 20
Language : English
Location : The Evil Empire

http://darkfx.darkbb.com

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by OldSkoolz August 31st 2007, 8:10 pm

Nemesis Prime wrote:ok i figured it out

you need to make the edit using the raw CSS
in your css you will see:
.postbody
color: #333333;
line-height: 1.48em;
padding: 0;
width: 76%;
float: left;
clear: both;
--------------------------
Change float: left to float: right
under that .. add place the following (change to fit your forums colors):

.postprofile
margin: 5px 0 10px 0;
min-height: 80px;
color: #FFFFFF;
border-right: 1px solid #000000;
width: 22%;
float: left;
display: inline;

this will reverse your post table so your avatar will be on the left

Notes
After code change "online" image might be behind avatar. That's a normal leftover caused by this change. When profile is on right side, text in profile block is aligned to left, so "online" image and avatar are on different sides. When profile is on left side, aligning text to right side is illogical and looks terrible, so text has to be aligned to ether left or center and in both cases "online" image overlaps with avatar. Best solution to this problem is to completely remove online image or replace it with some other image.
preview:
https://help.forumotion.com/Manage-the-appearance-of-your-forum-f45/phpBB3-Forum-Theme-t6816.htm

alright.. done that but still has the avatars and such on the right hand side...
avatar
OldSkoolz
Forumember

Male Posts : 27
Reputation : 0
Language : English

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by Bad Wolf August 31st 2007, 8:13 pm

send me a PM with link to your site so i can look at it Wink
Bad Wolf
Bad Wolf
Forumember

Female Posts : 287
Reputation : 20
Language : English
Location : The Evil Empire

http://darkfx.darkbb.com

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by OldSkoolz August 31st 2007, 8:16 pm

Nemesis Prime wrote:send me a PM with link to your site so i can look at it Wink

done Smile
avatar
OldSkoolz
Forumember

Male Posts : 27
Reputation : 0
Language : English

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by Bad Wolf August 31st 2007, 8:24 pm

you need to refresh your page ... the avatar load on the 'Left' for me
when i loged in

your all set

nem
Bad Wolf
Bad Wolf
Forumember

Female Posts : 287
Reputation : 20
Language : English
Location : The Evil Empire

http://darkfx.darkbb.com

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by OldSkoolz August 31st 2007, 8:28 pm

ty Smile I had refreshed a few times ... but you know how FF can be :p
avatar
OldSkoolz
Forumember

Male Posts : 27
Reputation : 0
Language : English

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by Bad Wolf August 31st 2007, 8:29 pm

yes .. that what i code in Wink
Bad Wolf
Bad Wolf
Forumember

Female Posts : 287
Reputation : 20
Language : English
Location : The Evil Empire

http://darkfx.darkbb.com

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by OldSkoolz August 31st 2007, 8:31 pm

I haven't messed with CSS in quite a while Smile I'm used to "normal" programming :p
avatar
OldSkoolz
Forumember

Male Posts : 27
Reputation : 0
Language : English

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by blehh September 28th 2007, 8:30 pm

go to ur admin panel, style, colors, it says there under the forum width option - user profile left - right.
avatar
blehh
New Member

Female Posts : 2
Reputation : 0
Language : English

http://dubaichart.nicetopic.net/

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by Josh69 September 29th 2007, 11:31 am

thx its easy in this way Wink
avatar
Josh69
New Member

Male Posts : 2
Reputation : 0
Language : portuguese

http://ptwarez.hoox.com

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by Bad Wolf October 1st 2007, 5:52 pm

blehh wrote:go to ur admin panel, style, colors, it says there under the forum width option - user profile left - right.

Hello

yes it is Wink.
at the time the orig post was made, this feture was not yet available Wink
Bad Wolf
Bad Wolf
Forumember

Female Posts : 287
Reputation : 20
Language : English
Location : The Evil Empire

http://darkfx.darkbb.com

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by Jaymie1989 November 9th 2007, 11:20 pm

Hi,

I have done what was told and it still shows up on the right side.

I have done refresh and hard refresh alot of time and still doesnt work. I have purged the cache and still not working.

The link to my board is www.dj-ultra.co.uk/test
Jaymie1989
Jaymie1989
New Member

Male Posts : 3
Reputation : 0
Language : English
Location : Brighton, UK

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by Omega™ September 19th 2010, 8:23 am

My forum is currently in phpbb3, and the avatars are on the right side...lol
avatar
Omega™
New Member

Male Posts : 7
Reputation : 0
Language : English
Location : The Internet

Back to top Go down

users avatar location phpbb3 Empty Re: users avatar location phpbb3

Post by Guest September 19th 2010, 12:47 pm

Guys, did you tried:
ACP - General - Forum - Configuration - Profile position in the messages : Left, right Smile?
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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