Profile in sidebar

For support and discussion related to templates, themes, and imagesets in phpBB 3.0.
Get Involved
Locked
User avatar
Mixlight
Registered User
Posts: 86
Joined: Wed Aug 31, 2016 2:59 pm

Profile in sidebar

Post by Mixlight »

Hello i recently try to put profile in sidebar with this code

Code: Select all

div class="sblock"><!-- Sidebar block beginning -->   
    <div class="sheader"><!-- Sidebar header beginning -->
        <h4 class="sh4"> Welcome User</h4>               
    </div> <!-- Sidebar header end -->         
    <div class="scontent pb10"> <!-- Sidebar content beginning --> 

<div class=welcome-avatar">
<center><a href='./ucp.php' target='_blank'><img src='https://s21.postimg.org/ghkbibfoj/no_avatar.png' border='0' alt='User Control Panel'/></a></center>
</div>

      
      <p>Bună Seara  <a href="./memberlist.php?mode=viewprofile&u=2963" style="color: #999966;" class="username-coloured">{U_USER}</a>, mă bucur să te văd aici</p>
      <br>
   
      <hr style="margin-top:8px;  background-color: #0B0B0B;margin-bottom:6px;">
      <a href="./ucp.php?i=profile&mode=reg_details" title="Editare Profil">EDITARE SETĂRI CONT</a>
      <hr style="margin-top:8px;  background-color: #0B0B0B;margin-bottom:6px;">
      <a href="./ucp.php?i=profile&mode=profile_info" title="Editare Profil">EDITARE PROFIL</a>
      <hr style="margin-top:8px;  background-color: #0B0B0B;margin-bottom:6px;">
      <a href="./ucp.php?i=profile&mode=avatar" title="Editare Profil">EDITARE AVATAR</a>
      <hr style="margin-top:8px;  background-color: #0B0B0B;margin-bottom:6px;">
      <a href="./ucp.php?i=profile&mode=signature" title="Editare Profil">EDITARE SEMNĂTURĂ</a>
      <hr style="margin-top:8px;  background-color: #0B0B0B;margin-bottom:6px;">
      <div style="height:10px;"></div>

   
   <br></br>
</div><!-- Sidebar content end -->
</div><!-- Sidebar block end -->
But i have some bugs .
Someone with another code please ?
Sorry for my bad english
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Profile in sidebar

Post by Lumpy Burgertushie »

can't really help without knowing where this sidebar is going .

don't know where you are putting this sidebar, etc. etc.

the code you showed has some mistakes in it like using single quotes instead of double quotes in a couple of places.

also, when you say bugs, what does that mean? do you get errors, are bugs crawling out of your monitor, what?

how about a link to the website/forum where you are trying to use this.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
Mixlight
Registered User
Posts: 86
Joined: Wed Aug 31, 2016 2:59 pm

Re: Profile in sidebar

Post by Mixlight »

Lumpy Burgertushie wrote:can't really help without knowing where this sidebar is going .

don't know where you are putting this sidebar, etc. etc.

the code you showed has some mistakes in it like using single quotes instead of double quotes in a couple of places.

also, when you say bugs, what does that mean? do you get errors, are bugs crawling out of your monitor, what?

how about a link to the website/forum where you are trying to use this.


robert
my sidebar is in the right side
http://imgur.com/LBTyp5X
And when ii say bugs i mean problems , for example i want to show your avatar
and if he is a guest just a image and a message like " Welcome to my comunity "
User avatar
Mixlight
Registered User
Posts: 86
Joined: Wed Aug 31, 2016 2:59 pm

Re: Profile in sidebar

Post by Mixlight »

nobody know how i can make ?
User avatar
Mixlight
Registered User
Posts: 86
Joined: Wed Aug 31, 2016 2:59 pm

Re: Profile in sidebar

Post by Mixlight »

i don't need anymore , i found it .
Locked

Return to “[3.0.x] Styles Support & Discussion”