Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB General Support

IPB General Support Post your questions here, no bug reports.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 09-28-2007, 11:23 PM   #1 (permalink)
Junior Forumer
 
Babydoll24's Avatar
 
Join Date: May 2007

Location: JAPAN
Posts: 88
Rep Power: 2 Babydoll24 is on a distinguished road
fTrader: (0)
fBuck$: 1,638
Bank: 132
Total fBuck$: 1,770

My Forumer
My Country:
Default original code needed

could someone give me the original code for

ACP>MANAGE HTML>TOPIC VIEW SECTION(skin topic php)>Post Entry (function RenderRow)

Thanks.

Babydoll24 is offline  
Old 09-29-2007, 12:19 AM   #2 (permalink)
Active Forumer
 
Dr. Fix's Avatar
 
Join Date: Aug 2007

Posts: 337
Rep Power: 2 Dr. Fix is on a distinguished road
fTrader: (9)
fBuck$: 147
Bank: 0
Total fBuck$: 147

My Forumer
My Country:
Send a message via ICQ to Dr. Fix Send a message via AIM to Dr. Fix Send a message via MSN to Dr. Fix Send a message via Yahoo to Dr. Fix Send a message via Skype™ to Dr. Fix
Default Re: original code needed

Code:
<!--Begin Msg Number {$post['pid']}-->
    <table width='100%' border='0' cellspacing='1' cellpadding='3'>
    <tr>
      <td valign='middle' class='row4' width="1%"><a name='entry{$post['pid']}'></a><span class='{$post['name_css']}'>{$author['name']}</span></td>
        <td class='row4' valign='top' width="99%">
        
        <!-- POSTED DATE DIV -->
        
        <div align='left' class='row4' style='float:left;padding-top:4px;padding-bottom:4px'>
        {$post['post_icon']}<span class='postdetails'><b><a title="{ibf.lang.tt_link}" href="#" onclick="link_to_post({$post['pid']}); return false;" style="text-decoration:underline">{ibf.lang.posted_on}</a></b> {$post['post_date']}</span>
        </div>
        
        <!-- REPORT / DELETE / EDIT / QUOTE DIV -->
        
        <div align='right'>
        {$post['report_link']}{$post['delete_button']}{$post['edit_button']}<a href='{ibf.script_url}act=Post&amp;CODE=06&amp;f={$ibforums->input[f]}&amp;t={$ibforums->input[t]}&amp;p={$post['pid']}'><{P_QUOTE}></a>
      </div>
      
      </td>
    </tr>
    <tr>
      <td valign='top' class='{$post['post_css']}'>
        <span class='postdetails'>{$author['avatar']}<br /><br />
        {$author['title']}<br />
        {$author['member_rank_img']}<br /><br />
        {$author['member_group']}<br />
        {$author['member_posts']}<br />
        {$author['member_number']}<br />
        {$author['member_joined']}<br /><br />
        {$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}</span><br />
        <!--$ author[field_1]-->
        <img src='{ibf.vars.img_url}/spacer.gif' alt='' width='160' height='1' /><br /> 
      </td>
      <td width='100%' valign='top' class='{$post['post_css']}'>
        <!-- THE POST {$post['pid']} -->
        <div class='postcolor'>{$post['post']} {$post['attachment']}</div>
        {$post['signature']}
        <!-- THE POST -->
      </td>
    </tr>
    <tr>
      <td class='darkrow3' align='left'><b>{$post['ip_address']}</b></td>
      <td class='darkrow3' nowrap="nowrap" align='left'>
      
        <!-- PM / EMAIL / WWW / MSGR -->
      
        <div align='left' class='darkrow3' style='float:left;width:auto'>
        {$author['addresscard']}{$author['message_icon']}{$author['email_icon']}{$author['website_icon']}{$author['integ_icon']}{$author['icq_icon']}{$author['aol_icon']}{$author['yahoo_icon']}{$author['msn_icon']}
        </div>
        
        <!-- REPORT / UP -->
         
        <div align='right'>
         <a href='javascript:scroll(0,0);'><img src='{ibf.vars.img_url}/p_up.gif' alt='Top' border='0' /></a>
        </div>
      </td>
    </tr>
    </table>
    <div class='darkrow1' style='height:5px'><!-- --></div>
Dr. Fix is offline  
Old 09-29-2007, 12:20 AM   #3 (permalink)
Banned User
 
Inny's Avatar
 
Join Date: Sep 2005

Posts: 1,082
Rep Power: 0 Inny is on a distinguished road
fTrader: (1)
fBuck$: 7,847
Bank: 364
Total fBuck$: 8,212

My Forumer
My Country:
Default Re: original code needed

yes!

Code:
<!--Begin Msg Number {$post['pid']}-->
    <table width='100%' border='0' cellspacing='1' cellpadding='3'>
    <tr>
      <td valign='middle' class='row4' width="1%"><a name='entry{$post['pid']}'></a><span class='{$post['name_css']}'>{$author['name']}</span></td>
        <td class='row4' valign='top' width="99%">
        
        <!-- POSTED DATE DIV -->
        
        <div align='left' class='row4' style='float:left;padding-top:4px;padding-bottom:4px'>
        {$post['post_icon']}<span class='postdetails'><b><a title="{ibf.lang.tt_link}" href="#" onclick="link_to_post({$post['pid']}); return false;" style="text-decoration:underline">{ibf.lang.posted_on}</a></b> {$post['post_date']}</span>
        </div>
        
        <!-- REPORT / DELETE / EDIT / QUOTE DIV -->
        
        <div align='right'>
        {$post['report_link']}{$post['delete_button']}{$post['edit_button']}<a href='{ibf.script_url}act=Post&amp;CODE=06&amp;f={$ibforums->input[f]}&amp;t={$ibforums->input[t]}&amp;p={$post['pid']}'><{P_QUOTE}></a>
      </div>
      
      </td>
    </tr>
    <tr>
      <td valign='top' class='{$post['post_css']}'>
        <span class='postdetails'>{$author['avatar']}<br /><br />
        {$author['title']}<br />
        {$author['member_rank_img']}<br /><br />
        {$author['member_group']}<br />
        {$author['member_posts']}<br />
        {$author['member_number']}<br />
        {$author['member_joined']}<br /><br />
        {$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}</span><br />
        <!--$ author[field_1]-->
        <img src='{ibf.vars.img_url}/spacer.gif' alt='' width='160' height='1' /><br /> 
      </td>
      <td width='100%' valign='top' class='{$post['post_css']}'>
        <!-- THE POST {$post['pid']} -->
        <div class='postcolor'>{$post['post']} {$post['attachment']}</div>
        {$post['signature']}
        <!-- THE POST -->
      </td>
    </tr>
    <tr>
      <td class='darkrow3' align='left'><b>{$post['ip_address']}</b></td>
      <td class='darkrow3' nowrap="nowrap" align='left'>
      
        <!-- PM / EMAIL / WWW / MSGR -->
      
        <div align='left' class='darkrow3' style='float:left;width:auto'>
        {$author['addresscard']}{$author['message_icon']}{$author['email_icon']}{$author['website_icon']}{$author['integ_icon']}{$author['icq_icon']}{$author['aol_icon']}{$author['yahoo_icon']}{$author['msn_icon']}
        </div>
        
        <!-- REPORT / UP -->
         
        <div align='right'>
         <a href='javascript:scroll(0,0);'><img src='{ibf.vars.img_url}/p_up.gif' alt='Top' border='0' /></a>
        </div>
      </td>
    </tr>
    </table>
    <div class='darkrow1' style='height:5px'><!-- --></div>
Inny is offline  
Old 09-29-2007, 04:03 AM   #4 (permalink)
Junior Forumer
 
Babydoll24's Avatar
 
Join Date: May 2007

Location: JAPAN
Posts: 88
Rep Power: 2 Babydoll24 is on a distinguished road
fTrader: (0)
fBuck$: 1,638
Bank: 132
Total fBuck$: 1,770

My Forumer
My Country:
Default Re: original code needed

Thanks to you two....
helps a lot to me, thank you so much!

Babydoll24 is offline  
Old 09-29-2007, 10:10 AM   #5 (permalink)
Active Forumer
 
Dr. Fix's Avatar
 
Join Date: Aug 2007

Posts: 337
Rep Power: 2 Dr. Fix is on a distinguished road
fTrader: (9)
fBuck$: 147
Bank: 0
Total fBuck$: 147

My Forumer
My Country:
Send a message via ICQ to Dr. Fix Send a message via AIM to Dr. Fix Send a message via MSN to Dr. Fix Send a message via Yahoo to Dr. Fix Send a message via Skype™ to Dr. Fix
Default Re: original code needed

Quote:
Originally Posted by Babydoll24 View Post
Thanks to you two....
helps a lot to me, thank you so much!
You're welcome.
Dr. Fix is offline  
Old 09-29-2007, 11:27 AM   #6 (permalink)
VIP Team
 
Winnopeg's Avatar
 
Join Date: Jan 2005

Location: Canada, eh?
Posts: 6,734
Rep Power: 10 Winnopeg is on a distinguished road
fTrader: (24)
fBuck$: 2,741
Bank: 381,315
Total fBuck$: 384,056

My Forumer
My Country:
Default Re: original code needed

Support Resolved!

If you have any further questions, feel free to create a new thread.

Thanks for choosing Forumer!

This is an automated message.

Please do not PM me for support.
Winnopeg is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Affilates Code needed monky91 IPB General Support 4 11-15-2006 11:22 AM
server 5 original code please Inny IPB General Support 3 12-30-2005 07:45 AM
original banner code? bart5986 IPB General Support 3 03-20-2005 11:40 PM
Original Skin Code Please zach1687 IPB Skinning Help 1 07-20-2004 09:52 PM
[resolved]*I Need The Original Code TheHybrid IPB General Support 5 05-31-2004 10:10 AM