Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by Bop2Bop Bop2Bop is offline
Developer Last Online: Apr 2004 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 02-05-2002 Last Update: Never Installs: 0
 
No support by the author.

i have tried really hard on completing this forumhome edit and i just need to move a table up wards on the same line as the other one, anyway u will understand when u d/l the zip.

files -
+b4 = what it is now
+after = what i want it to be

replies please

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 02-05-2002, 02:58 PM
Lesane's Avatar
Lesane Lesane is offline
 
Join Date: Oct 2001
Location: The Netherlands
Posts: 1,149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

where is the zip?
Reply With Quote
  #3  
Old 02-05-2002, 03:00 PM
Bop2Bop's Avatar
Bop2Bop Bop2Bop is offline
 
Join Date: Nov 2001
Location: Manchesto' :) ===>A Name: Andy ===========>N Occupation: Web Designer=>D Unlocking: ?10 =========>Y
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

soree =[
Attached Files
File Type: (21.4 KB, 6 views)
Reply With Quote
  #4  
Old 02-05-2002, 03:06 PM
Bop2Bop's Avatar
Bop2Bop Bop2Bop is offline
 
Join Date: Nov 2001
Location: Manchesto' :) ===>A Name: Andy ===========>N Occupation: Web Designer=>D Unlocking: ?10 =========>Y
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the code that i am working with and that needs editing is the following - ====================================
============================================
<!-- welcomepanel -->
<table cellpadding="{tableborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center">
<tr>
<td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="55%">
<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="6"><normalfont color="{categoryfontcolor}"><b>Member Info</b></normalfont></td>
</tr>
<tr>
<td bgcolor="{firstaltcolor}" align="center" valign="top" width="100">$avatarimage</td>
<td bgcolor="{firstaltcolor}">
<smallfont>
$unregwelcomemessage
$welcometext<br>
The time now is $timenow.<br>
You last visited: $bbuserinfo[lastvisitdate].<br>
<b>$newposts</b>
</smallfont>
</td>

</tr>
<table cellpadding="{tableborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center">
<tr>
<td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="55%">
<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="6"><normalfont color="{categoryfontcolor}"><b>Board Stats</b></normalfont></td>
</tr>
<tr>

<td bgcolor="{firstaltcolor}"><smallfont>
<b>Members:</b> $numbermembers<br> <b>Threads:</b> $totalthreads<br> <b>Posts:</b> $totalposts<br>
Welcome to our newest member, <b><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid">$newusername </a></b>
</smallfont></td>


</tr>
<!-- /welcomepanel -->
Reply With Quote
  #5  
Old 02-05-2002, 04:19 PM
Lesane's Avatar
Lesane Lesane is offline
 
Join Date: Oct 2001
Location: The Netherlands
Posts: 1,149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try this code:

PHP Code:
<table cellpadding="{tableborderwidth}" cellspacing="0" border="0"  width="95%" align="center"
<
tr>
   <
td width="100%">
      <
table width="100" border="0" cellspacing="0" cellpadding="0" align="left">
        <
tr
          <
td
            <
table width="0" border="0" cellspacing="0" cellpadding="0" >
             <
tr>
               <
td>
                 <
table width="423" border="0" cellspacing="0" cellpadding="0">
                   <
tr
                      <
td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="6"><normalfont color="#000000"><b>Member Info</b></normalfont>
                      </
td
                   </
tr
                   <
tr
                    <
td bgcolor="#13486D" align="center" valign="top" width="100">$avatarimage</td
                    <
td bgcolor="#13486D"
                     <
smallfont
                     
$unregwelcomemessage 
                     $welcometext
<br
                     
The time now is $timenow.<br
                     
You last visited$bbuserinfo[lastvisitdate].<br
                     <
b>$newposts</b
                     </
smallfont>
                    </
td>
                   </
tr>
                </
table>
           </
table>

 <
td width=20%>&nbsp;</td>
    <
table width="481" border="0" cellspacing="0" cellpadding="0" align="right">
        <
tr
          <
td
             <
table cellpadding="{tableborderwidth}" cellspacing="0" border="0" bgcolor="#0A293E" width="479" align="center"
            <
tr id="cat"
             <
td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="6"><normalfont color="#000000"><b>Board Stats</b></normalfont>
             </
td
            </
tr>
            <
tr>
             <
td bgcolor="#13486D"><smallfont
              <
b>Members:</b$numbermembers<br> <b>Threads:</b$totalthreads<br> <b>Posts:</b$totalposts<br
              
Welcome to our newest member, <b><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid">$newusername</a></b
              </
smallfont>
             </
td
         </
td>
        </
tr>
     </
table></table
Reply With Quote
  #6  
Old 02-05-2002, 04:23 PM
Bop2Bop's Avatar
Bop2Bop Bop2Bop is offline
 
Join Date: Nov 2001
Location: Manchesto' :) ===>A Name: Andy ===========>N Occupation: Web Designer=>D Unlocking: ?10 =========>Y
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i bow down to u, :up:
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 09:11 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03922 seconds
  • Memory Usage 2,308KB
  • Queries Executed 22 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (5)postbit
  • (1)postbit_attachment
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete