prosilver Special Edition

UserName & Avatar etc On Left ? - prosilver Special Edition

UserName & Avatar etc On Left ?

by Wet Pimple » Sat Nov 27, 2010 5:18 pm

Hi,

Is it possible to get the username and avatar etc to display on the left side instead of the right side in posts?


Rgds
Wet Pimple
Registered User
Posts: 12
Joined: Fri Nov 05, 2010 3:17 pm

Re: UserName & Avatar etc On Left ?

by _Vinny_ » Sun Nov 28, 2010 3:33 pm

[kb=prosilver-profiles-on-left]Prosilver: Profiles on Left[/kb]
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 10454
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius

Re: UserName & Avatar etc On Left ?

by vovas » Thu Jul 21, 2011 1:19 pm

Hi everyone!

I've made same actions as in kb. But profile didn't move to right side. May be somebody have another solution for this style?

Thanks!
User avatar
vovas
Registered User
Posts: 14
Joined: Sun Feb 14, 2010 9:37 am
Location: USSR

Re: UserName & Avatar etc On Left ?

by _Vinny_ » Thu Jul 21, 2011 4:07 pm

Do you refresh the template theme and style?

[kb=cant-see-changes-editing-styles-changes-have-disappeared]Can't see changes editing styles? Changes have disappeared?[/kb]
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 10454
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius

Re: UserName & Avatar etc On Left ?

by Zaishen » Fri Sep 02, 2011 3:11 pm

WORKS FFS!

folow this guide:

http://www.phpbb.com/kb/article/prosilv ... es-on-left

refresh your template, style, imageset

after that go and change your forum template with one random theme, for example with subsilver2, prosilver, then change the template to the template that u modified the box profile and u will see that hes on the right side.

works guys
User avatar
Zaishen
Registered User
Posts: 199
Joined: Sat Dec 18, 2010 6:08 am

Re: UserName & Avatar etc On Left ?

by Aros » Fri Sep 09, 2011 7:53 pm

Have an issue with the Profile page after following the guide:

The text alignment:
profile1.gif


Should look like this, yes?:
profile2.gif

I think it has something to do with the placement of the icon_user_online.gif but I don't know how to fix it.

Any ideas?

Thanks!
User avatar
Aros
Registered User
Posts: 40
Joined: Fri Aug 12, 2011 10:27 pm

Re: UserName & Avatar etc On Left ?

by pit-PL » Fri Sep 09, 2011 8:58 pm

Change

Code: Select all

.online dt {
   margin-top: 5px;
}

to

Code: Select all

.postprofile.online dt {
   margin-top: 5px;
}
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: UserName & Avatar etc On Left ?

by Aros » Sat Sep 10, 2011 7:48 am

pit-PL wrote:Change

Code: Select all

.online dt {
   margin-top: 5px;
}

to

Code: Select all

.postprofile.online dt {
   margin-top: 5px;
}


Works fine, thanks!

The file to edit is colours.css
User avatar
Aros
Registered User
Posts: 40
Joined: Fri Aug 12, 2011 10:27 pm

Re: UserName & Avatar etc On Left ?

by seen444 » Wed Oct 26, 2011 2:31 pm

well I am having the opposite problem. With Prosilver, I have his suites me fine as My forum is in Arabic rtl. With Prosilver_SE, the profile is on the left and I cant change it back? I know I did some changes a while back, before I upgrade to Prosilver_SE, but I can't remember what I did :( I know it was something to do with profile location, but I can't fix my problem now. I re-installed prosilver and now I am having the same problem with prosilver and prosilver_se. Can some one help me ? Please
seen444
Registered User
Posts: 26
Joined: Mon Oct 17, 2011 1:32 pm

Re: UserName & Avatar etc On Left ?

by Pilxy » Sat Feb 11, 2012 9:02 pm

Hi guys,

Just ran into a problem after doing a profiles on the left mod on a prosilver SE style...

Style works fine with the original overall_header template, but if I do any change in that template, the problem occurs. It is present if I try to read PM or if I try to read posts in the forum. Here it is shown in the picture:

Image


Link to my board: http://www.funlife.si/phpBB3/index.php


Any help will be very usefull... :oops:
Pilxy
Registered User
Posts: 29
Joined: Sat Feb 11, 2012 5:22 pm

Re: UserName & Avatar etc On Left ?

by Pilxy » Sun Feb 12, 2012 4:16 am

Solved.

I had BOM in overall_header file. Saved it without BOM, and it works fine. :)
Pilxy
Registered User
Posts: 29
Joined: Sat Feb 11, 2012 5:22 pm

Re: UserName & Avatar etc On Left ?

by FalconTech » Wed Mar 25, 2015 6:29 pm

How it looks in the latest version?
FalconTech
Registered User
Posts: 28
Joined: Wed Mar 25, 2015 6:22 pm

Re: UserName & Avatar etc On Left ?

by bill1980 » Wed Jun 03, 2015 6:36 pm

Thought I would post on this thred to save starting a new one.

tried following the steps in https://www.phpbb.com/support/docs/en/3 ... s-on-left/

but some of the html mentioned in the post doesnt even feature in the new content.css file for example /* Poster profile block

Any other suggestions on ho to move it from right to left?

thanks
bill1980
Registered User
Posts: 129
Joined: Wed Jan 25, 2012 6:27 pm

Re: UserName & Avatar etc On Left ?

by Dragosvr92 » Fri Jun 05, 2015 9:00 am

bill1980 wrote:Any other suggestions on ho to move it from right to left?

Use this extension. It applies on all styles. https://github.com/Tatiana5/profile_side_switcher
Formerly known as TheKiller
3.0| Avatar on Memberlist 1.0.3
User avatar
Dragosvr92
Registered User
Posts: 1470
Joined: Sat Sep 12, 2009 7:27 am
Location: Romania
Name: Dragos Valentin Rădulescu

Re: UserName & Avatar etc On Left ?

by Nick225 » Sat Dec 01, 2018 9:42 am

Those instructions don't work with 3.2. Most of the string we are searching for do not exist.
:(
there are no css starting with .pm like this one.

Code: Select all

.pm .postprofile {
border-left: 1px solid #DDDDDD;
}
Last edited by Nick225 on Wed Dec 05, 2018 4:16 pm
Nick225
Registered User
Posts: 131
Joined: Sat Nov 24, 2018 7:48 pm