Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Hardwired for VB3 Details »»
Hardwired for VB3
Version: 1.00, by b6gm6n b6gm6n is offline
Developer Last Online: Aug 2014 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 06-08-2004 Last Update: Never Installs: 35
 
No support by the author.

Well, it's been a ride seeing all you nice folks appreciate my work.

I gotta say if you read my last post in this thread you'll understand why i'm doing this...

doing what? - starting my own site silly, to distrubute my skins...and why not?
You guys gave me to confidence to do so, thankyou.

I'm not a mercenary, just trying my best is all, but if you like what i do i'll have my own site for you to come and view, it'll be an instant download system with concentrated support if you need it, custom jobs...the works.

It's a new site, so if your up for giving me some advice, i could use it i suppose, pop by or send me a PM or something, i'll be happy to listen to some good ideas and chew the cud so to speak.

Well, i hope i haven't disapointed you you all, wasn't my intension, i just hope you can support me in my desision, you've been great thus far, been a privilege to serve.

cheers

-b6

x7x7x7.com

Show Your Support

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

Comments
  #52  
Old 07-09-2004, 09:52 PM
b6gm6n's Avatar
b6gm6n b6gm6n is offline
 
Join Date: Aug 2002
Location: UK
Posts: 691
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

House_of_Crazed, i wanna screeny and maybe a link...have you tried looking the the vbdatabase for actual vba copyright text template html code? sounds weird but it might be in there...anyways, i wanna help you...

-b6
Reply With Quote
  #53  
Old 07-09-2004, 10:10 PM
Frzzy Frzzy is offline
 
Join Date: Jul 2003
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed your style and it look really really great... btw, can you let me know which version of vB3 this style based on??? I download it 6 hrs ago, so I can update changed templates... thanks...
Reply With Quote
  #54  
Old 07-09-2004, 11:46 PM
House_of_Crazed House_of_Crazed is offline
 
Join Date: May 2004
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

b6gm6n -

You can see it here. http://www.houseofcrazed.com...

Ah, the vb database, let's let me look...

According to the database, it says the following for adv_portal_footer

HTML Code:
 <!-- Do NOT remove this copyright notice. Doing so is a violation of your user agreement! -->

<div align=\"center\" class=\"smallfont\">" . construct_phrase("$vbphrase[powered_by_vbadvanced_cmps]", "$vba_options[portal_version]") . "</div>
So, lol ... I'm sitting here going crazy, *laughs*

HoC
Reply With Quote
  #55  
Old 07-10-2004, 12:20 AM
imported_infernonet imported_infernonet is offline
 
Join Date: Jan 2004
Location: UK
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its based on vB 3.0.1
Reply With Quote
  #56  
Old 07-10-2004, 01:09 AM
b6gm6n's Avatar
b6gm6n b6gm6n is offline
 
Join Date: Aug 2002
Location: UK
Posts: 691
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by House_of_Crazed
$vbphrase[powered_by_vbadvanced_cmps]
There is it...

$vbphrase[powered_by_vbadvanced_cmps]

goto your vba phrases section in ACP and look for the phrase above

just add the code below replacing the CONTENT_HERE with the phrase

HTML Code:
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="36" height="300" align="left" valign="top" nowrap background="images/hardwired/misc/vborgmiddle_01.gif"><img src="images/hardwired/misc/vborgmiddle_01.gif" width="36" height="57" alt=""></td>
    <td width="100%" height="100%" valign="top">
      CONTENT_HERE</td>
    <td width="37" height="300" align="right" valign="top" nowrap background="images/hardwired/misc/vborgmiddle_03.gif"><img src="images/hardwired/misc/vborgmiddle_03.gif" width="37" height="57" alt=""></td>
  </tr>
</table>
I'm sure thats it...

Good luck!

-b6
Reply With Quote
  #57  
Old 07-10-2004, 01:41 AM
House_of_Crazed House_of_Crazed is offline
 
Join Date: May 2004
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Strike One!

Try again lol

It's showing up, but not fully extended to both sides.

HoC
Reply With Quote
  #58  
Old 07-10-2004, 09:06 AM
b6gm6n's Avatar
b6gm6n b6gm6n is offline
 
Join Date: Aug 2002
Location: UK
Posts: 691
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

go through the vba index template remove the copywrite and or <br> or whatever it is and the phrase in the database, and just manually add it in the footer

-b6
Reply With Quote
  #59  
Old 07-10-2004, 07:07 PM
Frzzy Frzzy is offline
 
Join Date: Jul 2003
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by infernonet
Its based on vB 3.0.1
I don't know exactly but a lot of 3.0.1 templates are not done in Hardwired, so I just want to know which template version Hardwired is based on, so I can update thoroughly...
Reply With Quote
  #60  
Old 07-10-2004, 08:30 PM
Jason McConnell Jason McConnell is offline
 
Join Date: Jun 2004
Location: Syracuse NY
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The importer said it was designed for v.3.0.0 after I forgot to click ignore style version

Anyway, I'm completely lost here. Adding that code in the xtra table code textfile in what I thought were the appropriate places just made things worse. I've seen this style used on vBACMPS on other sites, I'm wondering how they got it to work


**EDIT**
Ok, I think I've got it... my only problem now is the navbar at the top... but I'm kind of inclined to leave it as it is. I'm having the same problem as House of Crazed though... as i wander off laughing maniacaly
Reply With Quote
  #61  
Old 07-10-2004, 10:41 PM
Jason McConnell Jason McConnell is offline
 
Join Date: Jun 2004
Location: Syracuse NY
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by House_of_Crazed
Strike One!

Try again lol

It's showing up, but not fully extended to both sides.

HoC

I think I got that one figured out man. Just went and looked at your site, I was having the same troubles Change the height to 20 pixels instead of 300, and then copy this into your adv_portal_footer.

Code:
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="36" height="300" align="left" valign="top" nowrap background="images/hardwired/misc/vborgmiddle_01.gif"><img src="images/hardwired/misc/vborgmiddle_01.gif" width="36" height="57" alt=""></td>
    <td width="100%" height="100%" valign="top">
      <center>Powered by <a href="http://vbadvanced.com" target="_blank">vBadvanced</a> CMPS v{1}</center></td>
    <td width="37" height="300" align="right" valign="top" nowrap background="images/hardwired/misc/vborgmiddle_03.gif"><img src="images/hardwired/misc/vborgmiddle_03.gif" width="37" height="57" alt=""></td>
  </tr>
</table>
Reply With Quote
Reply

Thread Tools

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 06:12 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.04786 seconds
  • Memory Usage 2,313KB
  • 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_code
  • (2)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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