• Page 1 of 1
  • 1
uCoz Community » uCoz Modules » Forum » How to display user info on top of forum entry? (Forum Help)
How to display user info on top of forum entry?
Expert1510
Posts: 92
Reputation: -2

Message # 1 | 5:27 AM
I want the user info at the top instead of being on the left side of the posts, I'm pretty sure it's possible
Zevoxa
Posts: 237
Reputation: 4

Message # 2 | 5:31 AM
Expert1510, please provide a screen-shot.
Thank you.

I would prefer if you called me ErraticFox. ^_^
Expert1510
Posts: 92
Reputation: -2

Message # 3 | 5:50 AM
I'll provide it and post it on here in about 15 minutes...can you stay online till then?

Added (2011-09-24, 11:50 PM)
---------------------------------------------

Zevoxa
Posts: 237
Reputation: 4

Message # 4 | 6:09 AM
Expert1510, are you talking about post's, gender, status, etc.?
I would prefer if you called me ErraticFox. ^_^
Post edited by Poptart - Sunday, 2011-09-25, 6:09 AM
DEEPKG
Posts: 316
Reputation: 8

Message # 5 | 7:58 AM
Expert1510,
Preview :
Code
<table width="100%" border="0">
      <tr class="postTable">
        <td class="postTdTop" align="center"><a class="postUser$GROUP_ID$" href="javascript://" onClick="emoticon('[b]$USERNAME$[/b],');return false;"><span class="forum_nik$UID$">$USERNAME$</span></a></td>
      <tr class="postTable">
        <td class="postTdInfo" valign="top"><?if($AVATAR_URL$)?>
          <div align="center">
            <table border="0" cellpadding="0" cellspacing="0">
              <tbody>
                <tr>
                  <td width="17" background="/images/raf1.png" height="17"></td>
                  <td background="/images/raf2.png" height="17"></td>
                  <td width="17" background="/images/raf3.png" height="17"></td>
                </tr>
                <tr>
                  <td width="17" background="/images/raf4.png"></td>
                  <td><?if($AVATAR_URL$)?>
                    <img alt="" title="$USERNAME$" class="userAvatar" border="0" src="$AVATAR_URL$">
                    <?else?>
                    <img src="YOUR_NOAVATAR_URL"/>
                    <?endif?></td>
                  <td width="17" background="/images/raf5.png"></td>
                </tr>
                <tr>
                  <td width="17" background="/images/raf6.png" height="17"></td>
                  <td background="/images/raf7.png" height="17"></td>
                  <td width="17" background="/images/raf8.png" height="17"></td>
                </tr>
              </tbody>
            </table>
          </div>
          <?endif?>
          <?if($USER_TITLE$)?>
          <div class="postRankName">$USER_TITLE$</div>
          <?else?>
          <div class="postRankName">$USER_RANK_NAME$</div>
          <?endif?>
          <?if($GROUP_ICON$)?>
          <div class="postRankIco">$GROUP_ICON$</div>
          <?else?>
          <div class="postRankIco">$USER_RANK_ICON$</div>
          <?endif?>
          <?if($GROUP_NAME$)?>
          <div class="postUserGroup">Group: $GROUP_NAME$</div>
          <?endif?>
          <?if($POSTS$)?>
          <div class="numposts">Messages: <span="unp">$POSTS$</span></div>
          <?endif?>
          <?if($AWARDS_READ_URL$)?>
          <div class="reputation">
          Awards: <a href="$AWARDS_READ_URL$" title="List of awards"><span class="repNums"><b>$AWARDS$</b></span></a>
          <?if($AWARDS_DO_URL$)?>
           <a href="$AWARDS_DO_URL$"><span style="font-size:10pt" title="Give award"><b>+</b></span></a>
          <?endif?>
          <?endif?>
          <?if($READ_REP_URL$)?>
          <div class="reputation">Reputation: <a title="View reputation history" class="repHistory" href="$READ_REP_URL$"><b>$REP_RATING$</b></a>
            <?if($DO_REP_URL$)?>
             <a class="reputationDo" title="Change reputation" href="$DO_REP_URL$"><span style="font-size:10pt"><b>±</b></span></a></div>
          <?endif?>
          <?endif?>
          <?if($READ_BAN_URL$)?>
          <div class="userBan">Reproofs: <a class="banPercent" title="View reproofs history" href="$READ_BAN_URL$">$BAN_RATING$</a>
            <?if($DO_BAN_URL$)?>
             <a title="Change reproofs level" class="banDo" href="$DO_BAN_URL$">±</a></div>
          <?endif?>
          <?endif?>
          <?if($USER_STATUS$)?>
          <div class="statusBlock">Status: $USER_STATUS$</div>
          <?endif?>
          <?if($GROUP_ID$)?>
          <?else?>
          <br>
          <br>
          <br>
          <br>
          <br>
          <?endif?></td>
      </tr>
      <tr class="postTable">
        <td class="postBottom" align="center"><?if($USER_IP$)?>
          <div class="postip">[ <a class="postIpLink" href="http://www.ripe.net/perl/whois?$USER_IP$" target="_blank">$USER_IP$</a>
            <?if($POST_COUNTRY_ID$)?>
            (<a href="javascript://" rel="nofollow" onclick='prompt("","$POST_COUNTRY$");return false;'>$POST_COUNTRY_ID$</a>)
            <?endif?>
            ]</div>
          <?else?>
              
          <?endif?></td>
      </tr>
      <tr>
        <td> </td>
      </tr>
</table>
<table border="0" width="100%" cellspacing="1" cellpadding="2" class="postTable">
<tr><td class="posttdMessage" valign="top">$MESSAGE$
<?if($ATTACHMENT$)?> <div align="left" class="eAttach">Attachments: $ATTACHMENT$</div><?endif?>
<?if($SIGNATURE$)?><br><hr size="1" width="150" align="left" class="signatureHr"><span class="signatureView">$SIGNATURE$</span><?endif?>
<?if($EDITEDBY$)?><br><br><div class="edited">Message edited by $EDITEDBY$</div><?endif?></td></tr>
<tr><td class="postBottom">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr><td>$USER_DETAILS_ICON_BAR$</td><td align="right" style="padding-right:15px;">$ENTRY_MANAGE_ICON_BAR$</td><td width="2%" nowrap align="right">$ON_TOP_ICON$$DEL_ENTRY_FIELD$</td></tr>
</table></td></tr></table>
<table width="18" border="0">
      <tr>
            
      </tr>
</table>
hope this will help u

change in Main » Customize design » forum> appearance of entries happy

if its work rep++
Attachments: 4293278.jpg (194.4 Kb)

I Try to help. U can Try to give Rep ++ For my try :P
Post edited by DEEPKG - Sunday, 2011-09-25, 8:01 AM
Animorph
Posts: 2856
Reputation: 189

Message # 6 | 9:50 AM
DEEPKG, I don't really think that that is what he wants but lets wait and if it isn't is what he wants then he must provide an example
To busy building a passive income online ;)
DEEPKG
Posts: 316
Reputation: 8

Message # 7 | 10:16 AM
Animorph,I think he want this only let's see
I Try to help. U can Try to give Rep ++ For my try :P
Expert1510
Posts: 92
Reputation: -2

Message # 8 | 0:13 AM
That is exactly what I wanted is there any way to put the picture and username on the left with the info being on the right (status, gender, posts)
Zevoxa
Posts: 237
Reputation: 4

Message # 9 | 0:30 AM
I had a feeling that is exactly what he wanted, above me.

Is this something what you are looking for? (Rough Image, just threw it together.)

Attachments: 3535833.png (8.7 Kb)

I would prefer if you called me ErraticFox. ^_^
Post edited by Poptart - Monday, 2011-09-26, 2:43 AM
DEEPKG
Posts: 316
Reputation: 8

Message # 10 | 8:47 AM
Expert1510,

Code
<table width="0%" border="0">
   <tr>
     <td><table width="100%" border="0">
   <tr class="postTable">
     <td class="postTdTop" align="center"><a class="postUser$GROUP_ID$" href="javascript://" onClick="emoticon('[b]$USERNAME$[/b],');return false;"><span class="forum_nik$UID$">$USERNAME$</span></a></td>
   <tr class="postTable">
     <td class="postTdInfo" valign="top"><?if($AVATAR_URL$)?>
       <div align="center">
         <table border="0" cellpadding="0" cellspacing="0">
           <tbody>
             <tr>
               <td width="17" background="/images/raf1.png" height="17"></td>
               <td background="/images/raf2.png" height="17"></td>
               <td width="17" background="/images/raf3.png" height="17"></td>
             </tr>
             <tr>
               <td width="17" background="/images/raf4.png"></td>
               <td><?if($AVATAR_URL$)?>
                 <img alt="" title="$USERNAME$" class="userAvatar" border="0" src="$AVATAR_URL$">
                 <?else?>
                 <img src="YOUR_NOAVATAR_URL"/>
                 <?endif?></td>
               <td width="17" background="/images/raf5.png"></td>
             </tr>
             <tr>
               <td width="17" background="/images/raf6.png" height="17"></td>
               <td background="/images/raf7.png" height="17"></td>
               <td width="17" background="/images/raf8.png" height="17"></td>
             </tr>
           </tbody>
         </table>
       </div></td>
   </tr>
   <tr class="postTable">
     <td class="postBottom" align="center"><?if($USER_IP$)?>
       <div class="postip">[ <a class="postIpLink" href="http://www.ripe.net/perl/whois?$USER_IP$" target="_blank">$USER_IP$</a>
         <?if($POST_COUNTRY_ID$)?>
         (<a href="javascript://" rel="nofollow" onclick='prompt("","$POST_COUNTRY$");return false;'>$POST_COUNTRY_ID$</a>)
         <?endif?>
         ]</div>
       <?else?>
       <?endif?></td>
   </tr>
   <tr>
     <td></td>
   </tr>
</table>
</td>
     <td><?endif?>
<?if($USER_TITLE$)?>
<div class="postRankName">$USER_TITLE$</div>
<?else?>
<div class="postRankName">$USER_RANK_NAME$</div>
<?endif?>
<?if($GROUP_ICON$)?>
<div class="postRankIco">$GROUP_ICON$</div>
<?else?>
<div class="postRankIco">$USER_RANK_ICON$</div>
<?endif?>
<?if($GROUP_NAME$)?>
<div class="postUserGroup">Group: $GROUP_NAME$</div>
<?endif?>
<?if($POSTS$)?>
<div class="numposts">Messages: <span="unp">$POSTS$</span></div>
<?endif?>
<?if($AWARDS_READ_URL$)?>
<div class="reputation">
Awards: <a href="$AWARDS_READ_URL$" title="List of awards"><span class="repNums"><b>$AWARDS$</b></span></a>
<?if($AWARDS_DO_URL$)?>
<a href="$AWARDS_DO_URL$"><span style="font-size:10pt" title="Give award"><b>+</b></span></a>
<?endif?>
<?endif?>
<?if($READ_REP_URL$)?>
<div class="reputation">Reputation: <a title="View reputation history" class="repHistory" href="$READ_REP_URL$"><b>$REP_RATING$</b></a>
   <?if($DO_REP_URL$)?>
   <a class="reputationDo" title="Change reputation" href="$DO_REP_URL$"><span style="font-size:10pt"><b>±</b></span></a></div>
<?endif?>
<?endif?>
<?if($READ_BAN_URL$)?>
<div class="userBan">Reproofs: <a class="banPercent" title="View reproofs history" href="$READ_BAN_URL$">$BAN_RATING$</a>
   <?if($DO_BAN_URL$)?>
   <a title="Change reproofs level" class="banDo" href="$DO_BAN_URL$">±</a></div>
<?endif?>
<?endif?>
<?if($USER_STATUS$)?>
<div class="statusBlock">Status: $USER_STATUS$</div>
<?endif?>
<?if($GROUP_ID$)?>
<?else?>
<br>
<br>
<br>
<br>
<br>
<?endif?>
</td>
   </tr>
</table>
<HR>
<table border="0" width="100%" cellspacing="1" cellpadding="2" class="postTable">  
   <tr><td class="posttdMessage" valign="top">$MESSAGE$  
<?if($ATTACHMENT$)?> <div align="left" class="eAttach">Attachments: $ATTACHMENT$</div><?endif?>  
<?if($SIGNATURE$)?><br><hr size="1" width="150" align="left" class="signatureHr"><span class="signatureView">$SIGNATURE$</span><?endif?>  
<?if($EDITEDBY$)?><br><br><div class="edited">Message edited by $EDITEDBY$</div><?endif?></td></tr>  
<tr><td class="postBottom">  
<table border="0" width="100%" cellspacing="0" cellpadding="0">  
<tr><td>$USER_DETAILS_ICON_BAR$</td><td align="right" style="padding-right:15px;">$ENTRY_MANAGE_ICON_BAR$</td><td width="2%" nowrap align="right">$ON_TOP_ICON$$DEL_ENTRY_FIELD$</td></tr>  
</table></td></tr></table>  
<table width="18" border="0">  
       <tr>  
              
       </tr>  
</table>

HOPE THIS MAY WORK FOR U NOW GIV REP+ AND AWARD IF I HELP U happy
Attachments: 1642479.jpg (84.8 Kb)

I Try to help. U can Try to give Rep ++ For my try :P
Expert1510
Posts: 92
Reputation: -2

Message # 11 | 3:08 AM
I kind of want it like Poptart has it, can you give me the code?
uCoz Community » uCoz Modules » Forum » How to display user info on top of forum entry? (Forum Help)
  • Page 1 of 1
  • 1
Search: