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

Reply
 
Thread Tools
Modified a Style and Messed it Up Details »»
Modified a Style and Messed it Up
Version: , by ericka ericka is offline
Developer Last Online: Aug 2005 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 04-19-2003 Last Update: Never Installs: 0
 
No support by the author.

Learned lesson #1 today: Don't leave your control panel open on one of your modification windows while your 2 year old is running around.

Anyhow, I got it back mostly to the original version BUT I cannot seem to figure out why my "user cp" "search", etc buttons are over on the far left of my screen under my site logo instead of over at the far right. They are stacked two on top of each other which is correct just in the wrong place. Below is what I have in my header. Could someone look and see what I am missing?

Thanks. I guess I was trying to take on more than I am ready for.

<br><br><!-- logo and buttons -->
<center><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<table border="0" width="100%" cellpadding="0" cellspacing="0"><tr> <td width=25%><table border="0" width="100%" cellpadding="10" cellspacing="0" bgcolor="#ffffff"><tr><td align=left width=33%><a href="index.php"><img src="http://forums.momswhothink.com/images/logo3.jpg" border="0"></a></td>$topbanner<td align=right width=34% <td align="right" bgcolor="#ffffff" <table>
<tr><td>
<!-- toplinks -->
<table>
<tr>
<td>

<a href="http://forums.momswhothink.com/usercp.php?s=$session[sessionhash]"><img src="http://forums.momswhothink.com/images/top_profile.gif" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0"></a>
<a href="http://forums.momswhothink.com/register.php?s=$session[sessionhash]&action=signup"><img src="http://forums.momswhothink.com/images/top_register.gif" alt="Registration is free!" border="0"></a>
<a href="http://forums.momswhothink.com/calendar.php?s=$session[sessionhash]"><img src="http://forums.momswhothink.com/images/top_calendar.gif" alt="Calendar" border="0"></a><br><a href="http://forums.momswhothink.com/memberlist.php?s=$session[sessionhash]"><img src="http://forums.momswhothink.com/images/top_members.gif" alt="Find other members" border="0"></a>
<a href="http://forums.momswhothink.com/misc.php?s=$session[sessionhash]&action=faq"><img src="http://forums.momswhothink.com/images/top_faq.gif" alt="Frequently Asked Questions" border="0"></a>
<a href="http://forums.momswhothink.com/index.php?s=$session[sessionhash]"><img src="http://forums.momswhothink.com/images/top_home.gif" alt="Home" border="0"></a>
<!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="http://forums.momswhothink.com/images/top_logout.gif" alt="Logout" border="0"></a> --></td>
</tr>
</table> <!-- /toplinks -->
</td></tr></table>
</td></tr></table> </td></tr></table></form>
<!-- /logo and buttons -->

<!-- content table -->
<table bgcolor="#0E3652" width="100%" cellpadding="5" cellspacing="0" border="0">
<tr>
<td>

Show Your Support

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

Comments
  #2  
Old 04-20-2003, 12:32 AM
drives fast's Avatar
drives fast drives fast is offline
 
Join Date: Nov 2001
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<br><br>
<!-- logo and buttons -->
<center><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width=100%>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="left"><a href="index.php"><img src="http://forums.momswhothink.com/images/logo3.jpg"

border="0"></a></td>
<td valign="middle" align="center">$topbanner</td>
</tr>
<tr>
<!-- toplinks -->
<td valign="top" align="left" colspan="2"><a href="usercp.php?s=$session[sessionhash]"><img src=""http://forums.momswhothink.com/images/top_profile.gif" border="0"></a>
<a href="register.php?s=$session[sessionhash]&action=signup"><img src=""http://forums.momswhothink.com/images/top_register.gif" border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img src=""http://forums.momswhothink.com/images/top_calendar.gif" border="0"></a>
<a href="misc.php?s=$session[sessionhash]&action=faq"><img src=""http://forums.momswhothink.com/images/top_faq.gif" border="0"></a>
<!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src=""http://forums.momswhothink.com/images/top_logout.gif" alt="Logout" border="0"></a> -->&nbsp;
<!-- /toplinks -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<!-- /logo and buttons -->

<!-- content table -->
<table bgcolor="#FFFFFF" width="100%" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>

although I can't see what the paypal code is for since the rest of it isn't there
Reply With Quote
  #3  
Old 04-20-2003, 01:23 AM
ericka ericka is offline
 
Join Date: Mar 2003
Location: South Korea
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, that didn't work, it moved the top banner that is normally centered to the right hand side of the page and the buttons were still on the left just six going vertically in a row. Also it got rid of the white background and it was all purple. I want the white but right now it is obviously way too big. If anyone would like to go look so they can see what I am talking about the address is http://forums.momswhothink.com username:vbulletin password: vbulletin

Thanks
Reply With Quote
  #4  
Old 04-20-2003, 02:37 AM
drives fast's Avatar
drives fast drives fast is offline
 
Join Date: Nov 2001
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I verified the code I posted above and it worked as is

sorry it isn't working for you
Reply With Quote
  #5  
Old 04-20-2003, 05:49 AM
ericka ericka is offline
 
Join Date: Mar 2003
Location: South Korea
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I fixed it. I found a copy of the script before the banner was added and went throught it line by line and all it was was a > missing after the second bgcolor=#ffffff

Who would have thought a little > could mean so much? Have no clue what it stands for but obviously it does something.
Reply With Quote
  #6  
Old 04-20-2003, 10:57 AM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's html. All code functionality code in html is surrounded like so:

PHP Code:
<td bgcolor="#FFFFFF">content of this column</td
So you need those < and > 's

- miSt
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 10:38 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.03843 seconds
  • Memory Usage 2,256KB
  • Queries Executed 19 (?)
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
  • (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_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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete