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

Reply
 
Thread Tools Display Modes
  #11  
Old 02-03-2008, 12:19 AM
Reecey Reecey is offline
 
Join Date: Dec 2007
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh and how else are you ment to do it

I'm getting sick of people moaning when i say i will help. if she restricts my permissions what the HELL can i do. im helping her out.

you know what its up to her .
Reply With Quote
  #12  
Old 02-03-2008, 12:26 AM
Freesteyelz's Avatar
Freesteyelz Freesteyelz is offline
 
Join Date: Jan 2006
Posts: 1,552
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All I need is the header code and to see the images used (as specified in post #8). While the URL would be nice (so I can see the layout) it's not necessary.

I'm not preventing you from helping her. I'm just giving Katie another option.
Reply With Quote
  #13  
Old 02-03-2008, 12:26 AM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Reecey
i think you took Freesteyelz post a little to much to heart, you dont really need admin access to help ppl, simply posting the code for them to use is sufficiant.

I was wondering why are you trying to wrap a td tag around the start of a table tag to center it and close the td tag before the end of the table tag?
Reply With Quote
  #14  
Old 02-03-2008, 12:28 AM
katie hunter's Avatar
katie hunter katie hunter is offline
 
Join Date: May 2007
Posts: 533
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Freesteyelz View Post
Briefly looking over your code the <td> tags are out of place. While the code (below) may not resolve the entire issue it will make things more managable:

Code:
<!-- logo -->
<a name="top"></a>
<div style="margin:0 auto">
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" background="$stylevar[imgdir_misc]/header_bg.jpg">
<tr valign="top">
<td align="$stylevar[left]" width="516px"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/header_left.jpg" border="0" /></a></td>
<td align="$stylevar[right]"><img src="$stylevar[imgdir_misc]/header_right.jpg" alt="" /></td>
</tr>
</table>
</div>
<!-- /logo -->
 
<!-- content table -->
$spacer_open
 
$_phpinclude_output

After you apply these changes we can go from there. Since I don't have the URL to your site I'll need to see the images:

header_bg.jpg
header_left.jpg
header_right.jpg
I will pm you the url

Reecey thanks for the help but i don't give admin permission to anyone, i am really paranoid when it comes to stuff like these, I've lost my old vb software, domain and other modification because i trusted people, No offense but i am highly paranoid when it comes to admin stuff but thanks <333
Attached Images
File Type: jpg header_left.jpg (4.3 KB, 0 views)
File Type: jpg header_right.jpg (1.6 KB, 0 views)
Reply With Quote
  #15  
Old 02-03-2008, 12:30 AM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont understand why you dont post your URL, seeing as its easy to find anyways.
Reply With Quote
  #16  
Old 02-03-2008, 12:32 AM
Freesteyelz's Avatar
Freesteyelz Freesteyelz is offline
 
Join Date: Jan 2006
Posts: 1,552
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll post the updates here so anyone who has taken the time will know what's been done.
Reply With Quote
  #17  
Old 02-03-2008, 12:34 AM
katie hunter's Avatar
katie hunter katie hunter is offline
 
Join Date: May 2007
Posts: 533
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snakes1100 View Post
I dont understand why you dont post your URL, seeing as its easy to find anyways.
Here you go http://forum.nihonomaru.com

Quote:
Originally Posted by Freesteyelz View Post
I'll post the updates here so anyone who has taken the time will know what's been done.
I've posted the attachments pictures in this post 14
Reply With Quote
  #18  
Old 02-03-2008, 12:45 AM
Reecey Reecey is offline
 
Join Date: Dec 2007
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

EUREEEEEKA IVE GOT IT

here right in your "header" template search for this :

Code:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
Once you've found it replace it with this :

Code:
<td align="center"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
And you will end up with the header being in the center like :
http://soundhabbo.com/forum/index.php?styleid=28

There ya go
Reply With Quote
  #19  
Old 02-03-2008, 12:51 AM
katie hunter's Avatar
katie hunter katie hunter is offline
 
Join Date: May 2007
Posts: 533
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Reecey View Post
EUREEEEEKA IVE GOT IT

here right in your "header" template search for this :

Code:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
Once you've found it replace it with this :

Code:
<td align="center"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
And you will end up with the header being in the center like :
http://soundhabbo.com/forum/index.php?styleid=28

There ya go
It is Arika, if that is what you mean by my admin name =]
I will try it and let you know if it works.

Hmm what about this one ?

Quote:
I can't even use a bigger banner =/ current default width 516, if i use a banner around 700 width, it doesn't show it all, it only show it until the 516 width, i tried to edit the header code from 516 to 700 and the banner was even more messed up.
This is the new banner i want to use but it doesn't fully show.

Reply With Quote
  #20  
Old 02-03-2008, 12:57 AM
Reecey Reecey is offline
 
Join Date: Dec 2007
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i wasn't meaning your forum name i was meaning the science term "EURIKA" it means ive sussed it does it work ?

EDIT: just to let you know ive changed my banner back to the left now coz i don't want it in the center rofl.
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 08:43 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.04164 seconds
  • Memory Usage 2,281KB
  • Queries Executed 12 (?)
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
  • (5)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete