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

Reply
 
Thread Tools
TvB Crastel Details »»
TvB Crastel
Version: 1.00, by markbolyard markbolyard is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.6.0 Rating:
Released: 08-20-2006 Last Update: 08-27-2006 Installs: 35
 
No support by the author.

This style no longer available. New styles to be released for 3.7 when available.

Show Your Support

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

Comments
  #52  
Old 09-04-2006, 03:41 AM
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Location: Maryland
Posts: 629
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Framer. Wish you best of luck on your forum! If you need any help, feel free to contact me.
Reply With Quote
  #53  
Old 09-04-2006, 12:06 PM
ish ish is offline
 
Join Date: Aug 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

newbie here - Hi!!
i'm having a go at my first multi-styles today and like this style - i've uploaded and installed - installation was a dream - looks good too!
problem is: i had previously installed a couple of hacks, i.e. The Welcome Headers Hack, and i also had Google adsense ads showing in my default style......... well, now i don't. The default style still shows them, but the new uploaded styles don't - do i have to re-do all the hacks/mods for each style?!

that's gonna be some chore if that's the case!!
Reply With Quote
  #54  
Old 09-04-2006, 01:52 PM
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Location: Maryland
Posts: 629
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Depends on the hacks / mods installed. You won't have to reinstall the mods / hacks, but you may need to go back and make the template edits for each hack. Do a inventory of what you installed, and review the install documentation per mod. Chances are, there are only a few mods that actually required a manual template edit.
Reply With Quote
  #55  
Old 09-04-2006, 02:45 PM
ish ish is offline
 
Join Date: Aug 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

"Welcome headers" seems to be working on all new styles as do some adsense ads (first and last threads), but only adsense beneath navbar and forumdisplay are missing - i'll sort them out

i've added a couple more of your skins too!! take a look! - www.pixaforum.com
Reply With Quote
  #56  
Old 09-04-2006, 03:28 PM
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Location: Maryland
Posts: 629
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice

Currently my coders are working on commercial skins for our new skin store, but hopefully I'll be releasing some more freebies soon.

As always, thanks to everyone who has used one of my skins, and those that have regged on my forum...
Reply With Quote
  #57  
Old 09-08-2006, 04:21 PM
spazz191 spazz191 is offline
 
Join Date: Jul 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think, I confused myself :knockedout:
I edited the navbar_buttons.psd file o the way I wanted it but it doesn't look right. When I went to upload it, I noticed the one that is the original is individual files. Did I do something wrong?
Reply With Quote
  #58  
Old 09-08-2006, 04:35 PM
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Location: Maryland
Posts: 629
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, they are in fact individual files. The easies way would be to edit the psd, then open the origional images and copy your new button over the old so it lines up correctly. I'm not sure of you skill set in photoshot, but you could also slice the image to the needed size and overwrite the origional images.
Reply With Quote
  #59  
Old 09-08-2006, 04:50 PM
spazz191 spazz191 is offline
 
Join Date: Jul 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thats well above my Photoshop ability. I think I will make due with the default. I will not un-install it though because I really like this style
Reply With Quote
  #60  
Old 09-11-2006, 12:26 PM
framer framer is offline
 
Join Date: Aug 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
This places a specific banner on a specific forum.  I have companies sponsor specific forums and need to display their ads on specific forums.  I've not seen this code anywhere else so I posted it here as it was written for this skin.

1st use your graphic editor to add your banner ad to c2_04.jpg and rename it to a unique name.



//this is stock code to find
<table width="100%" height="100" border="0" cellspacing="0" cellpadding="0" align="center" background="images/c2/c2_03.jpg">

<tr>

//left title banner
<td width="100%"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="images/c2/c2_02.jpg" alt="Site Name" width="304" height="100" border="0"></a></td>

//custom code added 
// forum home banner page
<td><if condition="$foruminfo[forumid]==NULL">
<a href="http://your_link_to_banner_ad.com.com">
<img src="images/c2/c2_04-u.jpg" alt="Picture Title" width="465" height="100" border="0" align="right">
</a></if>
   
// forumID 1
<td><if condition="$foruminfo[forumid]==1">
<a href="http://your_link_to_banner_ad.com.com">
<img src="images/c2/c2_04-x.jpg" alt="Picture Title" width="465" height="100" border="0" align="right">
</a></if>

//if you want a place holder for a forum without a banner at this time
<if condition="$foruminfo[forumid]==7"></if>
// all the forums you want

</td>



    </tr>
    </table>

// please remove any comments




**************************************************************************************************



//footer
//find code
				<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
				<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>&nbsp;
			</strong>
		</div>
	</td>
</tr>
</table>


//add footer banner code, I'm just using stardard banner ads on the footer.


<table width="100%" height="100" border="0" cellspacing="0" cellpadding="0" align="center" background="images/c2/c2_03.jpg">

<tr><td width="100%" align="center">
//forum home page =NULL
<if condition="$foruminfo[forumid]==NULL">
<a href="banner_link_url.com">
<img src="path/file_name_of_footer_ad.gif.gif" alt="graphic title" width="450" height="80" border="0" align="center">
</a></if>
   
//forumID == 1
<if condition="$foruminfo[forumid]==1">
<a href="http://your_link_to_footer_ad.com">
<img src="images/ads/Gbottom.gif" width="450" height="80" border="0" alt="Wizard Ad" align="center">
</a></if>



//place holder for a forum without a footer ad at this time
<if condition="$foruminfo[forumid]==4">four</if>



</td>
</tr>
</table>


// again please remove any comments from code
// Any width and height's need to be corrected for your graphics
Got the board up yesterday with the new this skin, users love it. Thanks Mark for all your hard work making me look like the hero. The Picture Framers Grumble I wish you success in your business start up.
Reply With Quote
  #61  
Old 09-12-2006, 12:15 PM
smallest smallest is offline
 
Join Date: Mar 2006
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks like this is missing the "Forum / Last Post / Threads / Posts" header bar on the content table of the main vforum page.

ex. : http://www.smalleranimals.com/vforum/
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 04:48 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.06813 seconds
  • Memory Usage 2,301KB
  • 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
  • (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
  • (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