Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-03-2007, 12:59 AM
anuanu anuanu is offline
 
Join Date: May 2007
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default custom code messy :(

1. Im sorry if this is in the wrong section and mods/admin please move if it is.

2. I created a custom page on my template but it seems my code is wrong somehow... Can you guys/gals that know the code listed below fix the problem in the jpg i attaced?


3. I removed the middle portion of the code because its to long but the middle part is only <a href tags



Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle]</title>
</head>
<body>
$header
$navbar
<!-- Custom Code Start Here -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="left">
<tr>
	<td class="tcat" colspan="3">
		Downloadable Maps
	</td>
</tr>
<tr>
	<td class="panelsurround" align="center" colspan="3">
	<table class="panel" cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
	<tr>
		<td align="$stylevar[left]">
			<fieldset class="fieldset" style="margin:0px">
				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
				<tr>
					<td>
</table>
<pre>
 ( I removed this code here)
 </pre>
<hr width="100%">
					</td>
				</tr>
	</table>
	</fieldset>
</td>
</tr>
</table>
</td>
</tr>

<!-- / Custom Code Ends here -->
$footer
</body>
</html>
Attached Images
File Type: jpg mess.jpg (70.6 KB, 0 views)
Reply With Quote
  #2  
Old 12-03-2007, 04:30 AM
Awjvail Awjvail is offline
 
Join Date: Jun 2007
Location: Canada
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have you read this?

https://vborg.vbsupport.ru/showthread.php?t=62164
Reply With Quote
  #3  
Old 12-03-2007, 07:17 AM
anuanu anuanu is offline
 
Join Date: May 2007
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just did that and I have it set to downloads.php

However the page still looks the same.
Attached Images
File Type: jpg mess.jpg (69.2 KB, 0 views)
Reply With Quote
  #4  
Old 12-03-2007, 07:53 AM
Awjvail Awjvail is offline
 
Join Date: Jun 2007
Location: Canada
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

see if there is any blank space in there or if any tags are left open
Reply With Quote
  #5  
Old 12-03-2007, 07:59 AM
anuanu anuanu is offline
 
Join Date: May 2007
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yea ive checked all of that already all opened tags are closed and no extra spaces.
Reply With Quote
  #6  
Old 12-03-2007, 08:25 AM
Awjvail Awjvail is offline
 
Join Date: Jun 2007
Location: Canada
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try removing the "<pre>
( I removed this code here)
</pre>" part. Just comment it out instead of removing it incase it doesn't work.

Otherwise, I'm at a loss.

What was the part you removed, anyway?
Reply With Quote
  #7  
Old 12-03-2007, 04:01 PM
anuanu anuanu is offline
 
Join Date: May 2007
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If i remove the <pre> tages on attachment 1 its worse but with a different style it looks like attachment 2


And the stuff i removed was this:
I removed it because all of it exceeded the 20000 character limit lol, Below is only a small portion of it but its basically all the same just different file names/locations

Code:
<a href="downloads/maps/Aim_train_Neo_Beta.bsp">Aim_train_Neo_Beta.bsp</a>            04-Nov-2007 09:36  691K  
 <a href="downloads/maps/BattleRoyale.bsp">BattleRoyale.bsp</a>                  04-Nov-2007 09:31  3.1M  
 <a href="downloads/maps/Fy_SouthPark.bsp">Fy_SouthPark.bsp</a>                  05-Nov-2007 01:09   18M  
 <a href="downloads/maps/ScoutzKnivez_Source.bsp">ScoutzKnivez_Source.bsp</a>           05-Nov-2007 02:36  7.5M  
 <a href="downloads/maps/TheWall_Shotty_Neo.bsp">TheWall_Shotty_Neo.bsp</a>            05-Nov-2007 06:25  183K  
 <a href="downloads/maps/Z-T_cool_down.bsp">Z-T_cool_down.bsp</a>                 05-Nov-2007 00:29  531K  
 <a href="downloads/maps/aim_aztec2_css.bsp">aim_aztec2_css.bsp</a>                04-Nov-2007 09:32  2.2M  
 <a href="downloads/maps/aim_icemap.bsp">aim_icemap.bsp</a>                    04-Nov-2007 09:32  1.6M  
 <a href="downloads/maps/aim_iceworld_source_b1.bsp">aim_iceworld_source_b1.bsp</a>        04-Nov-2007 09:33  2.9M  
 <a href="downloads/maps/aim_map_source.bsp">aim_map_source.bsp</a>                04-Nov-2007 09:34  1.9M  
 <a href="downloads/maps/aim_paintball.bsp">aim_paintball.bsp</a>                 04-Nov-2007 09:34  950K
Attached Images
File Type: jpg 2.jpg (97.1 KB, 0 views)
File Type: jpg 1.jpg (102.2 KB, 0 views)
Reply With Quote
  #8  
Old 12-05-2007, 03:41 AM
anuanu anuanu is offline
 
Join Date: May 2007
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone have any idea's?
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 07:50 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04237 seconds
  • Memory Usage 2,256KB
  • Queries Executed 14 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (4)postbit_attachment
  • (8)postbit_onlinestatus
  • (8)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete