moving profile to the left ( Prosilver)

Get help with installation and running phpBB 3.0.x here. Please do not post bug reports, feature requests, or MOD-related questions here.
Get Involved
Forum rules
END OF SUPPORT: 1 January 2017 (announcement)
Locked
User avatar
shadow_coder
Registered User
Posts: 10
Joined: Fri Mar 14, 2008 6:47 pm

moving profile to the left ( Prosilver)

Post by shadow_coder »

I did all modifications but it doesn't work ...
i have followed these steps : http://www.phpbb.com/kb/article/prosilv ... s-on-left/

14: Click submit to save your template.
15: Select ucp_pm_viewmessage.html from the drop down.
16: Find this code at or around line 16:

Code: Select all

    <div id="post-{MESSAGE_ID}" class="post pm<!-- IF S_POST_UNAPPROVED or S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF S_ONLINE --> online<!-- ENDIF -->">
Remove this:

Code: Select all

<!-- IF postrow.S_ONLINE --> online<!-- ENDIF -->
to create this:

Code: Select all

    <div id="post-{MESSAGE_ID}" class="post pm<!-- IF S_POST_UNAPPROVED or S_POST_REPORTED --> reported<!-- ENDIF -->">

Maybe b'coz i couldn't find this : <!-- IF postrow.S_ONLINE --> online<!-- ENDIF --> , there is only <!-- IF S_ONLINE --> online<!-- ENDIF --> ( without postrow ... )
User avatar
karlsemple
Former Team Member
Posts: 39802
Joined: Mon Nov 01, 2004 8:54 am
Location: Hereford, UK
Contact:

Re: moving profile to the left ( Prosilver)

Post by karlsemple »

ARe you sure.... double check, what style are you using?
Image
User avatar
shadow_coder
Registered User
Posts: 10
Joined: Fri Mar 14, 2008 6:47 pm

Re: moving profile to the left ( Prosilver)

Post by shadow_coder »

karlsemple wrote:ARe you sure.... double check, what style are you using?
prosilver .

now i have chmoded /theme files to 777 , but i think that in the step 16 there is a problem & in the step 7)
7: Next find this:

Code: Select all

    .online {
       background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
    }
Change it to this:

Code: Select all

.online {
   background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
   margin-top: -5px;
}

.online dt {
   margin-top: 5px;
}
It doens't change anything , when i change this .
User avatar
karlsemple
Former Team Member
Posts: 39802
Joined: Mon Nov 01, 2004 8:54 am
Location: Hereford, UK
Contact:

Re: moving profile to the left ( Prosilver)

Post by karlsemple »

After making changes to the theme you will need to refresh the theme via the styles section of the ACP and also probably clear your browser cache.
Image
User avatar
shadow_coder
Registered User
Posts: 10
Joined: Fri Mar 14, 2008 6:47 pm

Re: moving profile to the left ( Prosilver)

Post by shadow_coder »

karlsemple wrote:After making changes to the theme you will need to refresh the theme via the styles section of the ACP and also probably clear your browser cache.
already did it , but doesn't work again ...

my icon_user_online.gif doesn't show like in the tutorial ... and my background is white there are no lines ... so i have restored default prosilver style .

I will try it again later and maybe the autor of this tutorial can help me , I have sent a pm to him.
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72375
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: moving profile to the left ( Prosilver)

Post by KevC »

If you're having trouble with that one there is a slightly different way to do it here
http://www.easytutorials.org/prosilver_ ... _side.html
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
Tobben84
Registered User
Posts: 7
Joined: Wed May 07, 2008 8:57 pm

Re: moving profile to the left ( Prosilver)

Post by Tobben84 »

I have the exact same problems as topic starter:
14: Click submit to save your template.
15: Select ucp_pm_viewmessage.html from the drop down.
16: Find this code at or around line 16:

Code: Select all

Code: Select all
<div id="post-{MESSAGE_ID}" class="post pm<!-- IF S_POST_UNAPPROVED or S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF S_ONLINE --> online<!-- ENDIF -->">
Remove this: <!-- IF postrow.S_ONLINE --> online<!-- ENDIF -->
to create this:

Code: Select all

Code: Select all
<div id="post-{MESSAGE_ID}" class="post pm<!-- IF S_POST_UNAPPROVED or S_POST_REPORTED --> reported<!-- 
----

I cant find: <!-- IF postrow.S_ONLINE --> online<!-- ENDIF -->

I haven't tried to do the tutorial Kevin Clark has posted, because i have already done the first steps on the other tutorial. Anyone who knows how to deal with this problem? Or anyone who knows how i reset the changes i already has done on the other tutorial?

Tobben
Locked

Return to “[3.0.x] Support Forum”