vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   Smart Brown (https://vborg.vbsupport.ru/showthread.php?t=123374)

el fuego 11-20-2006 02:21 AM

Thanks for updating this for 3.6.3... I just installed it. :cool:

el fuego 11-20-2006 04:33 PM

Quick question... what font does this use? I love the style of the font, but cannot seem to edit the "yoursite.com" text to be my own domain name, nor find the same font in my standard list of PhotoShop fonts.

Any help is appreciated!

NS_007 05-31-2007 04:40 PM

Will this be updated to the latest version?

Devil Woman 08-04-2007 08:08 PM

I am having a problem with the navbar in this template, is it similar to other templates where I have to edit a psd file with the name I want on the button and then add it in somewhere?

Thanks

miner 08-05-2007 12:50 AM

Quote:

Originally Posted by Devil Woman (Post 1309864)
I am having a problem with the navbar in this template, is it similar to other templates where I have to edit a psd file with the name I want on the button and then add it in somewhere?

Thanks

The navbar button codes are in the header template for this style...

miner 08-05-2007 01:05 AM

Quote:

Originally Posted by NS_007 (Post 1258459)
Will this be updated to the latest version?

Yes this style is updated to vB 3.6.8 and added the latest zip file in my first post...

NS_007 01-16-2008 05:57 PM

Forgot to thank you for last update. *BLUSH*

err ... which begs the question ...? Will it be updated for 3.7?

:D

stevebullman 01-26-2008 09:48 AM

i like this style and just installed it, however im trying to copy some code to it from another style i use to give me a side coumn for my banners....this is messing everything up, is it because this is a fixed style or because im a dumb ass?

dtommy79 02-03-2008 10:28 AM

Hi,

First of all thanks for this theme.
I installed vbcredits and when I modify the postbit template the text "Kredit" is not in the small brown box as, for example the number of posts or location etc.

See picture:
http://kepfeltoltes.hu/thumb/080203/...toltes.hu_.gif

How do I have to modify the code so the phrase "Kredit" would appear in the brown box?

Here is the code I have to add to the postbit:

PHP Code:

<if condition="$show['credits_post']">
                        <
div>
                            
$vbphrase[credits]: <span id="cdt_$post[postid]_$post[userid]">$post[credits]</span> <if condition="$show['credits_donate']">[<a href="credits.php?$session[sessionurl]do=manage&amp;u=$post[userid]#donate">$vbphrase[donate]</a>]</if> <if condition="$show['credits_check']">[<a href="credits.php?$session[sessionurl]do=banking&amp;u=$post[userid]">$vbphrase[check]</a>]</if>
                        </
div>
                    </if> 

Thanks

SEOvB 02-06-2008 01:31 PM

Try this:

Code:

<if condition="$show['credits_post']">
<div class="postbit">
$vbphrase[credits]: <span id="cdt_$post[postid]_$post[userid]">$post[credits]</span> <if condition="$show['credits_donate']">[<a href="credits.php?$session[sessionurl]do=manage&amp;u=$post[userid]#donate">$vbphrase[donate]</a>]</if> <if condition="$show['credits_check']">[<a href="credits.php?$session[sessionurl]do=banking&amp;u=$post[userid]">$vbphrase[check]</a>]</if>
</if>
</div>



All times are GMT. The time now is 05:15 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.01169 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete