Posts of Online Users

phpBB3 styling support, style coding, and style graphics assistance.
Forum rules
Style coding and style related questions only.

Re: Posts of Online Users

Postby Honor » 10 Jun 2011, 01:23

Okay, not sure what's up with this now, if one of you guys could take a look.

When we moved our files, something broke. I've checked all the codes, and they're all in tact. Before we moved I had checked the Member Profile page on myself, just to be sure, and this fix hadn't affected it (or maybe I just hadn't refreshed something then, though I swore I had). But now this fix breaks the code for the profile of an online user.

Picture 12.png



And you can see below that the code works for posts:
Picture 13.png


Not sure what's changed, or how to fix. This is my memberlist_view.html code.
Code: Select all
<!-- INCLUDE overall_header.html -->

<script type="text/javascript">
<!--
   var panels = new Array('profile-panel', 'contact-panel', 'statistics-panel', 'atab1-panel', 'atab3-panel', 'atab2-panel');

//-->
</script>

<div id="tabs">
   <ul>
      <li class="activetab" id="profile-panel-tab"><a name="profile" href="#profile" onclick="subPanels('profile-panel'); return false;"><span>General</span></a></li>
      
      <li class="" id="contact-panel-tab"><a name="contact" href="#contact" onclick="subPanels('contact-panel'); return false;"><span>Contact Info</span></a></li>
      
      <li class="" id="statistics-panel-tab"><a name="statistics" href="#statistics" onclick="subPanels('statistics-panel'); return false;"><span>{L_STATISTICS}<!-- IF SIGNATURE --> &amp; {L_SIGNATURE}<!-- ENDIF --></span></a></li>
      
        <li class="" id="atab1-panel-tab"><a name="atab1" href="#atab1" onclick="subPanels('atab1-panel'); return false;"><span>Characters</span></a></li>

        <li class="" id="atab3-panel-tab"><a name="atab3" href="#atab3" onclick="subPanels('atab3-panel'); return false;"><span>Character Notes</span></a></li>
       
        <li class="" id="atab2-panel-tab"><a name="atab2" href="#atab2" onclick="subPanels('atab2-panel'); return false;"><span>Arcade</span></a></li>
      
   </ul>
</div>

<form method="post" action="{S_PROFILE_ACTION}" id="viewprofile">
<div class="panel bg3" style="margin: auto;">
   <div class="inner" style="text-align: left;"><span class="corners-top"><span></span></span>
      <ul class="topiclist">
         <li class="header">
         <dl><dt></dt></dl>
         </li>
      </ul>

      
<div style="display: block;" class="panel<!-- IF S_ONLINE --> online<!-- ENDIF -->" id="profile-panel">
   <div class="inner"><span class="corners-top"><span></span></span>
         
   <h5>{USERNAME}</h5>

   <!-- IF AVATAR_IMG -->
      <dl class="left-box">
         <dt>{AVATAR_IMG}</dt>
         
         <!-- IF RANK_IMG --><dd style="text-align: center;">{RANK_IMG}</dd><!-- ENDIF -->
      </dl>
   <!-- ENDIF -->

   <dl class="left-box detailsprof" style="width: 80%;">
   
   
<center><!-- IF USER_COLOR --><span style="color: {USER_COLOR}; font-weight: bold; font-size: 14pt;"><!-- ELSE --><span><!-- ENDIF -->{USERNAME}'s Personal Folder</span><br>
         
            <!-- IF S_PROFILE_REALNAME -->
             <i>"{PROFILE_REALNAME_VALUE}"</i> &bull;
             <!-- ENDIF -->
            
             <!-- IF S_PROFILE_GENDER -->
               <i>{PROFILE_GENDER_VALUE} &nbsp;</i><br /><br>
                 <!-- ENDIF -->    
         
         <!-- IF U_USER_ADMIN --><a href="{U_USER_ADMIN}">{L_USER_ADMIN}</a><!-- ENDIF -->
         <!-- IF U_USER_BAN --> &bull; <a href="{U_USER_BAN}">{L_USER_BAN}</a><!-- ENDIF -->
         <!-- IF U_SWITCH_PERMISSIONS --> &bull; <a href="{U_SWITCH_PERMISSIONS}">{L_USE_PERMISSIONS}</a> <!-- ENDIF -->
         
      <!-- IF not AVATAR_IMG -->
         <!-- IF RANK_TITLE --><dt>{L_RANK}:</dt> <dd>{RANK_TITLE}</dd><!-- ENDIF -->
         <!-- IF RANK_IMG --><dt><!-- IF RANK_TITLE -->&nbsp;<!-- ELSE -->{L_RANK}:<!-- ENDIF --></dt> <dd>{RANK_IMG}</dd><!-- ENDIF -->
      <!-- ENDIF -->
      <!-- IF S_USER_INACTIVE --><dt>{L_USER_IS_INACTIVE}:</dt> <dd>{USER_INACTIVE_REASON}</dd><!-- ENDIF --><br><br>

</center>

      <!-- IF LOCATION --><dt>{L_LOCATION}:</dt> <dd>{LOCATION}</dd><!-- ENDIF -->
      
      <!-- IF USER_FLAG --><dt>{L_FLAG}:</dt> <dd>{USER_FLAG}</dd><!-- ENDIF -->      
      
      <!-- IF AGE --><dt>{L_AGE}:</dt> <dd>{AGE}</dd><!-- ENDIF -->
      <!-- IF OCCUPATION --><dt>{L_OCCUPATION}:</dt> <dd>{OCCUPATION}</dd><!-- ENDIF -->
      <!-- IF INTERESTS --><dt>{L_INTERESTS}:</dt> <dd>{INTERESTS}</dd><!-- ENDIF -->
      <!-- IF S_GROUP_OPTIONS --><dt>{L_USERGROUPS}:</dt> <dd><select name="g">{S_GROUP_OPTIONS}</select> <input type="submit" name="submit" value="{L_GO}" class="button2" /></dd><!-- ENDIF -->

      <!-- IF S_USER_LOGGED_IN and S_ZEBRA -->
         <!-- IF U_REMOVE_FRIEND -->
            <dt>&nbsp;</dt> <dd><a href="{U_REMOVE_FRIEND}"><strong>{L_REMOVE_FRIEND}</strong></a></dd>
         <!-- ELSEIF U_REMOVE_FOE -->
            <dt>&nbsp;</dt> <dd><a href="{U_REMOVE_FOE}"><strong>{L_REMOVE_FOE}</strong></a></dd>
         <!-- ELSE -->
            <!-- IF U_ADD_FRIEND -->
               <dt>&nbsp;</dt> <dd><a href="{U_ADD_FRIEND}"><strong>{L_ADD_FRIEND}</strong></a></dd>
            <!-- ENDIF -->
            <!-- IF U_ADD_FOE -->
               <dt>&nbsp;</dt> <dd><a href="{U_ADD_FOE}"><strong>{L_ADD_FOE}</strong></a></dd>
            <!-- ENDIF -->
         <!-- ENDIF -->
      <!-- ENDIF -->
   </dl>

   <span class="corners-bottom"><span></span></span></div>
</div>

<div style="display: none;" class="panel<!-- IF S_ONLINE --> online<!-- ENDIF -->" id="contact-panel">
   <div class="inner"><span class="corners-top"><span></span></span>

      <h5>{L_CONTACT_USER} Me</h5>
      
<!-- IF AVATAR_IMG -->
      <dl class="left-box">
         <dt>{AVATAR_IMG}</dt>
         
         <!-- IF RANK_IMG --><dd style="text-align: center;">{RANK_IMG}</dd><!-- ENDIF -->
      </dl>
   <!-- ENDIF -->

   <dl class="left-box detailsprof" style="width: 80%;">
      <!-- IF U_EMAIL --><dt>{L_EMAIL_ADDRESS}:</dt> <dd><a href="{U_EMAIL}">{L_SEND_EMAIL_USER} {USERNAME}</a></dd><!-- ENDIF -->
      <!-- IF U_WWW --><dt>{L_WEBSITE}:</dt> <dd><a href="{U_WWW}" title="{L_VISIT_WEBSITE}: {U_WWW}">{U_WWW}</a></dd><!-- ENDIF -->
      <!-- IF U_PM --><dt>{L_PM}:</dt> <dd><a href="{U_PM}">{L_SEND_PRIVATE_MESSAGE}</a></dd><!-- ENDIF -->
      <!-- IF U_MSN or USER_MSN --><dt>{L_MSNM}:</dt> <dd><!-- IF U_MSN --><a href="{U_MSN}" onclick="popup(this.href, 550, 320); return false;">{L_SEND_MSNM_MESSAGE}</a><!-- ELSE -->{USER_MSN}<!-- ENDIF --></dd><!-- ENDIF -->
      <!-- IF U_YIM or USER_YIM --><dt>{L_YIM}:</dt> <dd><!-- IF U_YIM --><a href="{U_YIM}" onclick="popup(this.href, 780, 550); return false;">{L_SEND_YIM_MESSAGE}</a><!-- ELSE -->{USER_YIM}<!-- ENDIF --></dd><!-- ENDIF -->
      <!-- IF U_AIM or USER_AIM --><dt>{L_AIM}:</dt> <dd><!-- IF U_AIM --><a href="{U_AIM}" onclick="popup(this.href, 550, 320); return false;">{L_SEND_AIM_MESSAGE}</a><!-- ELSE -->{USER_AIM}<!-- ENDIF --></dd><!-- ENDIF -->
      <!-- IF U_ICQ or USER_ICQ --><dt>{L_ICQ}:</dt> <dd><!-- IF U_ICQ --><a href="{U_ICQ}" onclick="popup(this.href, 550, 320); return false;">{L_SEND_ICQ_MESSAGE}</a><!-- ELSE -->{USER_ICQ}<!-- ENDIF --></dd><!-- ENDIF -->
      <!-- IF U_JABBER and S_JABBER_ENABLED --><dt>{L_JABBER}:</dt> <dd><a href="{U_JABBER}" onclick="popup(this.href, 550, 320); return false;">{L_SEND_JABBER_MESSAGE}</a></dd><!-- ELSEIF USER_JABBER --><dt>{L_JABBER}:</dt> <dd>{USER_JABBER}</dd><!-- ENDIF -->
      <!-- IF S_PROFILE_FIELD1 -->
         <!-- NOTE: Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
         <dt>{postrow.PROFILE_FIELD1_NAME}:</dt> <dd>{postrow.PROFILE_FIELD1_VALUE}</dd>
      <!-- ENDIF -->
      <br><br></dl>
      
   
      
      <span class="corners-bottom"><span></span></span></div>
</div>

<div style="display: none;" class="panel<!-- IF S_ONLINE --> online<!-- ENDIF -->" id="statistics-panel">
   <div class="inner"><span class="corners-top"><span></span></span>


      <h5>My Statistics</h5>
      
<!-- IF AVATAR_IMG -->
      <dl class="left-box">
         <dt>{AVATAR_IMG}</dt>
         
         <!-- IF RANK_IMG --><dd style="text-align: center;">{RANK_IMG}</dd><!-- ENDIF -->
      </dl>
   <!-- ENDIF -->

   <dl class="left-box detailsprof" style="width: 80%;">
         <dt>{L_JOINED}:</dt> <dd>{JOINED}</dd>
         <dt>{L_VISITED}:</dt> <dd>{VISITED}</dd>
         <!-- IF S_WARNINGS -->
         <dt>{L_WARNINGS}: </dt>
         <dd><strong>{WARNINGS}</strong><!-- IF U_NOTES or U_WARN --> [ <!-- IF U_NOTES --><a href="{U_NOTES}">{L_VIEW_NOTES}</a><!-- ENDIF --> <!-- IF U_WARN --><!-- IF U_NOTES --> | <!-- ENDIF --><a href="{U_WARN}">{L_WARN_USER}</a><!-- ENDIF --> ]<!-- ENDIF --></dd>
         <!-- ENDIF -->
         <dt>{L_TOTAL_POSTS}:</dt>
            <dd>{POSTS} <!-- IF S_DISPLAY_SEARCH -->| <strong><a href="{U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a></strong><!-- ENDIF -->
               <!-- IF POSTS_PCT --><br />({POSTS_PCT} / {POSTS_DAY})<!-- ENDIF -->
               <!-- IF POSTS_IN_QUEUE and U_MCP_QUEUE --><br />(<a href="{U_MCP_QUEUE}">{L_POSTS_IN_QUEUE}</a>)<!-- ELSEIF POSTS_IN_QUEUE --><br />({L_POSTS_IN_QUEUE})<!-- ENDIF -->
            </dd>
            
         <!-- IF S_UPOST -->
         <dt>{L_LATEST_POST}:</dt>
             <dd><strong><a href="{U_TOPIC}">{TOPIC_TITLE}</a></strong><br />{POST_TIME}</dd>
         <!-- ENDIF -->            
            
         <!-- IF S_SHOW_ACTIVITY and POSTS -->
            <dt>{L_ACTIVE_IN_FORUM}:</dt> <dd><!-- IF ACTIVE_FORUM --><strong><a href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></strong><br />({ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
            <dt>{L_ACTIVE_IN_TOPIC}:</dt> <dd><!-- IF ACTIVE_TOPIC --><strong><a href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></strong><br />({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
         <!-- ENDIF -->      
         
      </dl>
<!-- IF SIGNATURE -->


      <h5>{L_SIGNATURE}</h5>

      <div class="postbody"><div class="signature" style="border-top:none; margin-top: 0;">{SIGNATURE}</div></div>

<!-- ENDIF -->

   <span class="corners-bottom"><span></span></span></div>
</div>
   

<div style="display: none;" class="panel<!-- IF S_ONLINE --> online<!-- ENDIF -->" id="atab1-panel">
    <div class="inner"><span class="corners-top"><span></span></span>

        <h5>My Characters</h5>

<!-- IF AVATAR_IMG -->
      <dl class="left-box">
         <dt>{AVATAR_IMG}</dt>
         
         <!-- IF RANK_IMG --><dd style="text-align: center;">{RANK_IMG}</dd><!-- ENDIF -->
      </dl>
   <!-- ENDIF -->

   <dl class="left-box detailsprof" style="width: 80%;">
   
      <!-- IF S_PROFILE_SGCNAMEONE and S_PROFILE_SGCLINKONE -->
                  <dt>Stargate Command:</dt> <dd><a href="{PROFILE_SGCLINKONE_VALUE}" title="{PROFILE_SGCLINKONE_VALUE}">{PROFILE_SGCNAMEONE_VALUE}</a>
            <!-- IF S_PROFILE_SGCNAMETWO and S_PROFILE_SGCLINKTWO -->
               <br><a href="{PROFILE_SGCLINKTWO_VALUE}" title="{PROFILE_SGCLINKTWO_VALUE}">{PROFILE_SGCNAMETWO_VALUE}</a></dd>
            <!-- ENDIF -->   

         <!-- ENDIF -->
         <!-- IF S_PROFILE_SGANAMEONE and S_PROFILE_SGALINKONE -->

               <dt>Stargate Atlantis:</dt><dd><a href="{PROFILE_SGALINKONE_VALUE}" title="{PROFILE_SGALINKONE_VALUE}">{PROFILE_SGANAMEONE_VALUE}</a>
            <!-- IF S_PROFILE_SGANAMETWO and S_PROFILE_SGALINKTWO -->
               <br><a href="{PROFILE_SGALINKTWO_VALUE}" title="{PROFILE_SGALINKTWO_VALUE}">{PROFILE_SGANAMETWO_VALUE}</a></dd>
            <!-- ENDIF -->

         <!-- ENDIF -->
        <!-- IF S_PROFILE_OBNAMEONE and S_PROFILE_OBLINKONE -->

               <dt>Stargate Omega Base:</dt><dd><a href="{PROFILE_OBLINKONE_VALUE}" title="{PROFILE_OBLINKONE_VALUE}">{PROFILE_OBNAMEONE_VALUE}</a></dd>
            <!-- IF S_PROFILE_OBNAMETWO and S_PROFILE_OBLINKTWO -->
               <br><a href="{PROFILE_OBLINKTWO_VALUE}" title="{PROFILE_OBLINKTWO_VALUE}">{PROFILE_OBNAMETWO_VALUE}</a></dd>
            <!-- ENDIF -->     

         <!-- ENDIF -->
         
          <!-- IF S_PROFILE_DWNAMEONE and S_PROFILE_DWLINKONE -->

               <dt>ST:DW Continuum:</dt><dd><a href="{PROFILE_DWLINKONE_VALUE}" title="{PROFILE_DWLINKONE_VALUE}">{PROFILE_DWNAMEONE_VALUE}</a></dd>


         <!-- ENDIF -->
     
           <!-- IF S_PROFILE_SWNAMEONE and S_PROFILE_SWLINKONE -->

               <dt>Star Wars: Rebellion:</dt><dd><a href="{PROFILE_SWLINKONE_VALUE}" title="{PROFILE_SWLINKONE_VALUE}">{PROFILE_SWNAMEONE_VALUE}</a></dd>


         <!-- ENDIF -->     
     
     <!-- IF S_PROFILE_SENAMEONE and S_PROFILE_SELINKONE -->

               <dt>Solar Exodus:</dt><dd><a href="{PROFILE_SELINKONE_VALUE}" title="{PROFILE_SELINKONE_VALUE}">{PROFILE_SENAMEONE_VALUE}</a>
            <!-- IF S_PROFILE_SENAMETWO and S_PROFILE_SELINKTWO -->
               <br><a href="{PROFILE_SELINKTWO_VALUE}" title="{PROFILE_SELINKTWO_VALUE}">{PROFILE_SENAMETWO_VALUE}</a></dd>
            <!-- ENDIF -->

         <!-- ENDIF --> 
     <!-- IF S_PROFILE_CNAMEONE and S_PROFILE_CLINKONE -->

               <dt>Christian Crusade:</dt><dd><a href="{PROFILE_CLINKONE_VALUE}" title="{PROFILE_CLINKONE_VALUE}">{PROFILE_CNAMEONE_VALUE}</a>
            <!-- IF S_PROFILE_CNAMETWO and S_PROFILE_CLINKTWO -->
               <br><a href="{PROFILE_CLINKTWO_VALUE}" title="{PROFILE_CLINKTWO_VALUE}">{PROFILE_CNAMETWO_VALUE}</a></dd>
            <!-- ENDIF -->

         <!-- ENDIF -->
     <!-- IF S_PROFILE_AOLNAMEONE and S_PROFILE_AOLLINKONE -->

               <dt>Annals of Lystra:</dt><dd><a href="{PROFILE_AOLLINKONE_VALUE}" title="{PROFILE_AOLLINKONE_VALUE}">{PROFILE_AOLNAMEONE_VALUE}</a>
            <!-- IF S_PROFILE_AOLNAMETWO and S_PROFILE_AOLLINKTWO -->
               <br><a href="{PROFILE_AOLLINKTWO_VALUE}" title="{PROFILE_AOLLINKTWO_VALUE}">{PROFILE_AOLNAMETWO_VALUE}</a></dd>
            <!-- ENDIF -->

         <!-- ENDIF --> 
 
<!--
          <!-- IF S_PROFILE_HALONAMEONE and S_PROFILE_HALOLINKONE -->

               <dt>Halo: Road to Victory:</dt><dd><a href="{PROFILE_HALOLINKONE_VALUE}" title="{PROFILE_HALOLINKONE_VALUE}">{PROFILE_HALONAMEONE_VALUE}</a></dd>

         <!-- ENDIF -->   
-->
       
         
     <!-- IF S_PROFILE_IOFMINDNAME and S_PROFILE_IOFMINDLINK -->

               <dt>IoF Mind-Verse:</dt><dd><a href="{PROFILE_IOFMINDLINK_VALUE}" title="{PROFILE_IOFMINDLINK_VALUE}">{PROFILE_IOFMINDNAME_VALUE}</a>
               
         <!-- ENDIF --> 
         
     <!-- IF S_PROFILE_IOFNORMNAME and S_PROFILE_IOFNORMLINK -->

               <dt>IoF Normal-Verse:</dt><dd><a href="{PROFILE_IOFNORMLINK_VALUE}" title="{PROFILE_IOFNORMLINK_VALUE}">{PROFILE_IOFNORMNAME_VALUE}</a>
               
         <!-- ENDIF -->         
         
         
          <!-- IF S_PROFILE_PANDORACHARS -->

               <dt>Pandora Characters:</dt><dd>{PROFILE_PANDORACHARS_VALUE}</dd>
           
         <!-- ENDIF -->
         
          <!-- IF S_PROFILE_NPCCHARS -->

               <dt>NPC Characters:</dt><dd>{PROFILE_NPCCHARS_VALUE}</dd>
           
         <!-- ENDIF -->         


        </dl>

    <span class="corners-bottom"><span></span></span></div>
</div>

<div style="display: none;" class="panel<!-- IF S_ONLINE --> online<!-- ENDIF -->" id="atab3-panel">
    <div class="inner"><span class="corners-top"><span></span></span>

        <h5>Character Notepad</h5>

<!-- IF AVATAR_IMG -->
      <dl class="left-box">
         <dt>{AVATAR_IMG}</dt>
         
         <!-- IF RANK_IMG --><dd style="text-align: center;">{RANK_IMG}</dd><!-- ENDIF -->
      </dl>
   <!-- ENDIF -->

   <dl class="left-box detailsprof" style="width: 80%; padding: 0 0 0 20px;">
   
            <p>{PROFILE_NOTEPAD_VALUE}</p>

        </dl>

    <span class="corners-bottom"><span></span></span></div>
</div>


<div style="display: none;" class="panel<!-- IF S_ONLINE --> online<!-- ENDIF -->" id="atab2-panel">
    <div class="inner"><span class="corners-top"><span></span></span>

        <h5>Arcade Stats</h5>

<!-- IF AVATAR_IMG -->
      <dl class="left-box">
         <dt>{AVATAR_IMG}</dt>
         
         <!-- IF RANK_IMG --><dd style="text-align: center;">{RANK_IMG}</dd><!-- ENDIF -->
      </dl>
   <!-- ENDIF -->

   <dl class="left-box detailsprof" style="width: 80%;">

      <!-- IF S_HAS_HIGHSCORES --><dt>{L_ARCADE_HIGHSCORES}:</dt> <dd>{TOTAL_HIGHSCORES} | <strong><a href="{U_ARCADE_STATS}">{L_ARCADE_VIEW_USERS_STATS}</a></strong></dd><!-- ENDIF -->

       </dl>

    <span class="corners-bottom"><span></span></span></div>
</div>


      <span class="corners-bottom"><span></span></span>
   </div>
</div>

</form>


<!-- INCLUDE jumpbox.html -->

<!-- INCLUDE p
BluePlanet RP
my own creation.

Host: Host Monster
Version: 3.0.9
Honor    
STG Moderator
STG Moderator
 
Posts: 328
Joined: 23 Dec 2010, 10:53
Gender: Female
phpBB Knowledge: 2


Re: Posts of Online Users

Postby topdown » 10 Jun 2011, 01:43

At the very end of the code there are multiple bottom corner spans and divs.
I would look into that.
Spoiler:
Code: Select all
    <span class="corners-bottom"><span></span></span></div>
</div>


      <span class="corners-bottom"><span></span></span>
   </div>
</div>

</form>
Do not PM me for Support unless I give permission in a post......PM's only help one, posts help everyone !
User avatar
topdown    
STG Styles Leader
STG Styles Leader
 
Posts: 3021
Joined: 01 Oct 2007, 22:56
Location: Handyman's harddrive
Favorite Team: STG Teams
Gender: Male
phpBB Knowledge: 9

Re: Posts of Online Users

Postby Honor » 10 Jun 2011, 13:42

Both were needed. Remove either one, and this is what I get:

Picture 14.png
BluePlanet RP
my own creation.

Host: Host Monster
Version: 3.0.9
Honor    
STG Moderator
STG Moderator
 
Posts: 328
Joined: 23 Dec 2010, 10:53
Gender: Female
phpBB Knowledge: 2

Re: Posts of Online Users

Postby topdown » 10 Jun 2011, 14:10

Do you have a test account where I can get to the page?
I need to see what is happening.
Do not PM me for Support unless I give permission in a post......PM's only help one, posts help everyone !
User avatar
topdown    
STG Styles Leader
STG Styles Leader
 
Posts: 3021
Joined: 01 Oct 2007, 22:56
Location: Handyman's harddrive
Favorite Team: STG Teams
Gender: Male
phpBB Knowledge: 9

Re: Posts of Online Users

Postby Honor » 10 Jun 2011, 14:18

Try this and let me know if it works. Have to sign off for several hours in about half an hour.

TestUser
Pass: testuser
BluePlanet RP
my own creation.

Host: Host Monster
Version: 3.0.9
Honor    
STG Moderator
STG Moderator
 
Posts: 328
Joined: 23 Dec 2010, 10:53
Gender: Female
phpBB Knowledge: 2

Re: Posts of Online Users

Postby topdown » 10 Jun 2011, 14:27

OK, I see, its the positioning edits for the online causing it.
Remove the online class from the <div style="display: block;" class="panel<!-- IF S_ONLINE --> online<!-- ENDIF -->" id="profile-panel">

eg <div style="display: block;" class="panel" id="profile-panel">

Then we need to find a new place for it.

Find
Code: Select all
<dl class="left-box detailsprof" style="width: 80%;">


After it add
Code: Select all
<!-- IF S_ONLINE --><dd class="online"></dd><!-- ENDIF -->
Do not PM me for Support unless I give permission in a post......PM's only help one, posts help everyone !
User avatar
topdown    
STG Styles Leader
STG Styles Leader
 
Posts: 3021
Joined: 01 Oct 2007, 22:56
Location: Handyman's harddrive
Favorite Team: STG Teams
Gender: Male
phpBB Knowledge: 9

Re: Posts of Online Users

Postby Honor » 10 Jun 2011, 14:50

Server went down again, just now came back up. Those changes made no difference =/
BluePlanet RP
my own creation.

Host: Host Monster
Version: 3.0.9
Honor    
STG Moderator
STG Moderator
 
Posts: 328
Joined: 23 Dec 2010, 10:53
Gender: Female
phpBB Knowledge: 2

Re: Posts of Online Users

Postby topdown » 10 Jun 2011, 15:26

Really they should.
Make the changes, purge everything including templates and themes, browser cache etc..
Then leave the changes in so I can look at the source again.
Do not PM me for Support unless I give permission in a post......PM's only help one, posts help everyone !
User avatar
topdown    
STG Styles Leader
STG Styles Leader
 
Posts: 3021
Joined: 01 Oct 2007, 22:56
Location: Handyman's harddrive
Favorite Team: STG Teams
Gender: Male
phpBB Knowledge: 9

Re: Posts of Online Users

Postby Honor » 10 Jun 2011, 22:03

Well, I got my profile back to normal, but the UserOnline icon is all the way in the top right part of the screen :P

Edit: Well, the front tab works now, but the other tabs look the same as before. Just realized it was my page not loading completely.
BluePlanet RP
my own creation.

Host: Host Monster
Version: 3.0.9
Honor    
STG Moderator
STG Moderator
 
Posts: 328
Joined: 23 Dec 2010, 10:53
Gender: Female
phpBB Knowledge: 2

Re: Posts of Online Users

Postby topdown » 10 Jun 2011, 22:23

There is still stuff jumping to the right because the online code exists in the posting thing you have installed.

Also for the profile online change
Code: Select all
<dl class="left-box detailsprof" style="width: 80%;">


To
Code: Select all
<dl class="left-box detailsprof" style="width: 80%; position: relative;">


You need to edit those post blocks also, just like the viewtopic.

You will also have to make these same changes for the other tabs if they have separate templates, which I think they would.
Do not PM me for Support unless I give permission in a post......PM's only help one, posts help everyone !
User avatar
topdown    
STG Styles Leader
STG Styles Leader
 
Posts: 3021
Joined: 01 Oct 2007, 22:56
Location: Handyman's harddrive
Favorite Team: STG Teams
Gender: Male
phpBB Knowledge: 9

PreviousNext

Return to phpBB3 Styling Assistance

Who is online

Users browsing this forum: No registered users and 5 guests

cron