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

Reply
 
Thread Tools
Usftech Details »»
Usftech
Version: 1.00, by Sean James Sean James is offline
Developer Last Online: Sep 2019 Show Printable Version Email this Page

Version: 3.6.x Rating:
Released: 04-22-2007 Last Update: 09-10-2007 Installs: 75
 
No support by the author.

Template name: USFTECH

Preview: Click Here

Style is now valid XHTML 1.0 transitional!

If anybody finds any bugs or needs support please contact me

ZIP Contents:
-USFTECH image directory
-USFTECH.xml
-buttonPSD.zip
-readme_install.txt
-terms and conditions.txt

Style History:
-----------
September 10, 2007 - USFTECH Version 3.5 released
-Updated to work with vBulletin 3.6.8
-Updated images
-----------
May 28, 2007 - USFTECH Version 3.4 released
-Updated to work with vBulletin 3.6.7
-----------
April 14, 2007 - USFTECH Version 3.3 released
-Updated to work with vBulletin 3.6.5
-----------
October 01, 2006 - USFTECH Version 3.2 released
-Updated to work with vBulletin 3.6.1
-Fixed bugs with sub-forums
-Added more table images
-----------
August 06, 2006 - USFTECH Version 3.1 released
-Updated to work with vBulletin 3.6.0
-Fixed postbit_legacy tabling problem
-Fixed incorrect path in style options
-----------
July 11, 2006 - USFTECH Version 3.0 released
-Updated to work with vBulletin 3.6.0 RC1
-Added infraction images and new misc graphics
-Modified private messages and USERCP templates
-----------
May 21, 2006 - USFTECH Version 2.0 released
-Updated to work with vBulletin 3.5.4
-Style is now valid XHTML 1.0 transitional!




Please click install if you use this template

Show Your Support

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

Comments
  #22  
Old 06-04-2007, 05:13 PM
pisliq pisliq is offline
 
Join Date: Jun 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The encoded file /home/pearl/public_html/forums/vbseo.php is corrupt.

?
Reply With Quote
  #23  
Old 06-05-2007, 03:33 AM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having a problem with this style and vB Pager. Whenever a pager message pops up it causes a Internet Explore error and IE has to shut down. Any ideas?
Reply With Quote
  #24  
Old 06-05-2007, 11:03 PM
Sean James's Avatar
Sean James Sean James is offline
 
Join Date: Apr 2004
Location: Sydney, Australia
Posts: 895
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by iVox View Post
Excellent, and of course installed and marked as installed on my dev server (not yet available to the public, under construction).

First off, for those who opted to remove the flash and use the image method instead for the top right of the header, I used the attached images supplied in this thread and created two new images (which you create on your own) named as follows:

header-right-offline.jpg - the attachment found in this thread
header-right-online.jpg - has the green online graphic copy/pasted via Adobe PS

I wanted the appropriate image to display to the user based on their current login status, so I then edited the common header template as follows - after uploading both images in forums/images/USFTECH/misc:

Code:
 
<!--
<script type="text/javascript" src="$stylevar[imgdir_misc]/swfobject.js"></script>
-->
<!-- logo -->
<a name="top"></a>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
 <tr>
  <td width="50" height="1"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="8" height="1"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="452" height="1"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="100%" height="1"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="129" height="1"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="11" height="1"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="118" height="1"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
 </tr>
 <tr>
  <td colspan="7" width="100%" height="164">
   <table width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
     <td width="510" height="164"><a href="./" title="Refresh iVoxLIVE.com home page..."><img width="510" height="164" border="0" src="$stylevar[imgdir_misc]/header.jpg" alt="Refresh iVoxLIVE.com home page..." /></a></td>
     <td width="100%" height="164" class="h2"></td>
     <td width="258" height="164" bgcolor="#424951"><!--
<div id="usftech">
  USFTECH template
</div>
<script type="text/javascript">
   var so = new SWFObject("$stylevar[imgdir_misc]/intro1.swf", "header", "258", "164", "7", "#424951");
   so.write("usftech");
</script>
--><if condition="$vbulletin->userinfo['userid'] and $_GET['do']!='logout'"><img src="$stylevar[imgdir_misc]/header-right-online.jpg" alt="Online..." border="0" width="258" height="164" /></if><if condition="$vbulletin->userinfo['userid']<1 or $_GET['do']=='logout'"><img src="$stylevar[imgdir_misc]/header-right-offline.jpg" alt="Offline..." border="0" width="258" height="164" /></if></td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td colspan="2" width="58" class="i1" valign="top"><img width="58" height="56" border="0" src="$stylevar[imgdir_misc]/h4.jpg" alt="" /></td>
  <td colspan="3" width="100%" height="100%" bgcolor="#222629" valign="top">
<!-- /logo -->
 
<!-- content table -->
$spacer_open
$_phpinclude_output
Look carefully at what I did.

First, I commented out any reference to the Flash .swf file/object. Then I added two conditions which ALSO check the browser URL (stored in PHP's $_GET global) so that it will show offline immediately without need to refresh the screen. I also used the vBulletin class object to reference the login user ID, so it's likely to unchange as you upgrade vB. I also properly referenced the misc directory using vB syntax.

Well, that's how I did it, working nicely on my setup with this most excellent skin.
A very excellent idea, i really like this alot :| if u dont mind i might even add this in TXT file in the next release.

Quote:
NOTE TO GRIFFIN80:

On a side note, I'd like to let Griffin80 know I have removed the verbiage USFTECH in all images and templates including credit copyright in the footer. I paid extra to be able to remove the vB copyright info in the footer when I licensed my vB because I am setting up a complex portal using integrated plugins (blogs, live chat, media gallery and forum) all embedded within your skin. What I've done instead is create a "credits and licensing" page linked in my footer which will inform the public of your hard work and credit you fully. I am so pleased with your skin I wish to donate using the PayPal option here. Please contact me by PM on here with an amount you feel is fair and we'll discuss. This will be in addition to the credit page on my site. Trying to be as fair and honest as possible. Thank you, again, for the great skin. If I don't see a PM or a response in a week or so I'll donate anyway. I edited this to correct a typo in the code.

-jim
Thats fine, i have no problem with my credits being on another page
And i will be happy with any donation u send, thx for your nice compliments
Reply With Quote
  #25  
Old 06-05-2007, 11:07 PM
Sean James's Avatar
Sean James Sean James is offline
 
Join Date: Apr 2004
Location: Sydney, Australia
Posts: 895
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pisliq View Post
The encoded file /home/pearl/public_html/forums/vbseo.php is corrupt.

?
On your site? or when u visit Bluepearl-design.com?
I know my site has this error atm, because i just moved hosts and i need to re-upload my vbseo files in binary hehe, mistake i made while in a rush hehe

Quote:
Originally Posted by blind-eddie View Post
I am having a problem with this style and vB Pager. Whenever a pager message pops up it causes a Internet Explore error and IE has to shut down. Any ideas?
Try changing skins back to the vbulletin default one, and see if you still have this issue?
I cant see how my template could be crashing a browser lol
Reply With Quote
  #26  
Old 06-06-2007, 12:41 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did change it back to default and all works fine. I cant explain it either..lol I even went back and reinstalled the vB pager to the templates and still a no-go. That style is great too!
Reply With Quote
  #27  
Old 06-06-2007, 03:00 PM
Sean James's Avatar
Sean James Sean James is offline
 
Join Date: Apr 2004
Location: Sydney, Australia
Posts: 895
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What browser are u using? hmm maybe remove the flash from the header template and see if that works?
Reply With Quote
  #28  
Old 06-06-2007, 03:12 PM
Triky's Avatar
Triky Triky is offline
 
Join Date: Mar 2007
Location: [Italy]
Posts: 728
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Beautiful!
Reply With Quote
  #29  
Old 06-06-2007, 08:49 PM
iVox's Avatar
iVox iVox is offline
 
Join Date: May 2007
Location: Falls Church, Virginia
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Feel free to use anything I wrote above in a future version of your skin, as you wish. I'll donate to ya via PayPal now, thank you for the prompt reply and the cool skin.

-Jim
Reply With Quote
  #30  
Old 06-06-2007, 11:44 PM
Sean James's Avatar
Sean James Sean James is offline
 
Join Date: Apr 2004
Location: Sydney, Australia
Posts: 895
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Triky View Post
Beautiful!
Thank you

Quote:
Originally Posted by iVox View Post
Feel free to use anything I wrote above in a future version of your skin, as you wish. I'll donate to ya via PayPal now, thank you for the prompt reply and the cool skin.

-Jim
Thanks for your donation, much appreciated
Reply With Quote
  #31  
Old 06-21-2007, 04:18 AM
sharego sharego is offline
 
Join Date: Sep 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fantastic job!! We've had more fun checking this one out
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:33 AM.


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.04887 seconds
  • Memory Usage 2,323KB
  • 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
  • (6)bbcode_quote
  • (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
  • (4)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