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

Reply
 
Thread Tools
Input boxes help... Details »»
Input boxes help...
Version: , by Dean C Dean C is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

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

For some reason that i have no idea why... all the input boxes on my site have gone white with no borders or anything like that...

i have no idea why this has happened or when it happened...

can any1 think of any way i can fix it???

Show Your Support

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

Comments
  #12  
Old 05-25-2002, 11:23 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes and your css file as well....
Reply With Quote
  #13  
Old 05-26-2002, 06:35 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

css file???
Reply With Quote
  #14  
Old 05-28-2002, 10:31 AM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's frequent nowadays: Your HTML structure is a mess.. Meaning it's not properly written, unclosed tags, improper HTML tags etc. To prove it, just insert the source code of your your into DreamWeaver for example and see how the page is a mess. DreamWeaver cant even display it properly

The reason for this is the template modifications you made. Whatever templates you changed (or a hack changed) were not healty HTML. (Check here https://vborg.vbsupport.ru/showthrea...threadid=38912 .. we discussed it there too..).

Your cure is not easy:
a) You can try to debug it which is not easy because there are a lot of templates to check and this requires good command of HTML to debug and correct.

b) You can revert your relevant templates back to original which will certainly cure your problem. However this time you need to apply all templated modifications and hacks that made template modifications back again. If you choose this way, try to check which template change does it.

c) You can bear it. However in the future if you do more template modifications, your page can get more messy..

That's all help I can provide..

Regards,
Logician
Reply With Quote
  #15  
Old 05-28-2002, 07:00 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for your help logician... i guess ill have to bear it then... cuz i have that many hacks installed ...
Reply With Quote
  #16  
Old 05-28-2002, 07:31 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well...

You could, alternatively, copy out all your templates that have been modified, and revert them one by one...

If they dont make any change, replace the template with the copied and edited template you saved...

Go through them all, until you either find it, or have replaced them all...

If that happens, send all your templates to me, and I shall see if I find anything...

If you want to send them to me, email :

darkblazes@hotmail.com

Satan
Reply With Quote
  #17  
Old 05-28-2002, 07:47 PM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mist, I suggest what hellsatan suggested, it's a good idea.. You'd better correct the code, it can cause you more problems with future template modifications or hacks..

BTW you dont need to reapply or regard all hacks, just check for the ones that made modifications in the relevant templates..

Just copy the template info somewhere and revert them one by one as hellsatan suggested, you can trace it out..However to correct it after you found it will be an another story
Reply With Quote
  #18  
Old 05-29-2002, 06:19 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for all your help... when i have a little time ill do this as it is a nuiscance... when i come accross the culprity template(s) i will post them here if i cannot work it out

Thanks Once Again guyz...
Reply With Quote
  #19  
Old 05-30-2002, 01:48 AM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's your problem:
SCROLLBAR-BASE-COLOR: 005987" background="images/catbg2.gif";

sl@ppE CsS
Reply With Quote
  #20  
Old 05-30-2002, 06:40 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how wud i fix this then:

CSS FILE BELOW:

PHP Code:
<meta http-equiv="MSThemeCompatible" content="Yes">
<
style type="text/css">
BODY {
    
SCROLLBAR-BASE-COLOR: {categorybackcolor};
    
SCROLLBAR-ARROW-COLOR: {categoryfontcolor};
}
SELECT {
    
FONT-FAMILYVerdana,Arial,Helvetica,sans-serif;
    
FONT-SIZE11px;
    
COLOR#000000;
    
BACKGROUND-COLOR#A5A5A5
}
TEXTAREA, .bginput {
    
FONT-SIZE12px;
    
FONT-FAMILYVerdana,Arial,Helvetica,sans-serif;
    
COLOR#000000;
    
BACKGROUND-COLOR#CFCFCF
}
A:linkA:visitedA:active {
    
COLOR: {linkcolor};
}
A:hover {
    
COLOR: {hovercolor};
}
#cat A:link, #cat A:visited, #cat A:active {
    
COLOR: {categoryfontcolor};
    
TEXT-DECORATIONnone;
}
#cat A:hover {
    
COLOR: {categoryfontcolor};
    
TEXT-DECORATIONunderline;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
    
COLOR: {linkcolor};
    
TEXT-DECORATIONnone;
}
#ltlink A:hover {
    
COLOR: {hovercolor};
    
TEXT-DECORATIONunderline;
}
.
thtcolor {
    
COLOR: {tableheadtextcolor};
}
</
style>

$headnewpm 
Reply With Quote
  #21  
Old 05-30-2002, 06:59 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

neva mind the problem is that i have an image as my category background ... its fixed now
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 04:33 AM.


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.04425 seconds
  • Memory Usage 2,318KB
  • Queries Executed 25 (?)
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
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete