vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - PS - HelpCenter (https://vborg.vbsupport.ru/showthread.php?t=176367)

HobaZ 05-19-2008 10:57 AM

fine i added it and it appear but it made the navbar not normal
here's my navbar temp just tell me where to add the helpcenter code

Code:

my navbar was here

PaulSonny 05-19-2008 11:01 AM

Yeah as I thought, it seems you have your navbar buttons in another template. Can you paste your Header template instead please.

Thanks, Paul.

HobaZ 05-19-2008 11:06 AM

thanks for the fast reply
here we are :D
Code:

<!-- set below for skin width-->

<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" align="left" valign="top">
<!-- begin graphite header / logo is controlled via #logo in main CSS file -->
<div id="brd_outer">
<div id="brd_in">
<div id="hdr"><div id="logo"></div></div>


<!-- nav buttons bar -->
<div align="center">
<div id="nav_back">
        <table cellpadding="0" cellspacing="0" border="0" width="50%" align="center">
        <tr>
                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

        <td class="h_nav"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>       
        <!-- Load Blog Link-->
<if condition="$vbulletin->products['vbblog']">
                                                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

<td class="h_nav"><a href="blog.php$session[sessionurl_q]">$vbphrase[blogs]</a></td>

</if>
<!-- End Blog Link-->
       
       
                <if condition="$show['member']">
                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
                        <td align="center" class="h_nav"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                                </if>
                <if condition="$show['registerbutton']">
                                                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                        <td class="h_nav"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
                                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                </if>
                <td class="h_nav"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
                               
<if condition="$vboptions['enablememberlist']">
                <td class="h_nav"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
                                </if>

                <td class="h_nav"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                <if condition="$show['popups']">               
                        <if condition="$show['searchbuttons']">
                                <if condition="$show['member']">
                                <td class="h_nav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                                <else />
                                <td class="h_nav"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                                </if>
                                <td id="navbar_search" class="h_nav"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
                                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                        </if>
                        <if condition="$show['member']">
                                <td id="usercptools" class="h_nav"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links] </a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>               
                                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                        </if>
                <else />               
                        <if condition="$show['searchbuttons']">
                                <td class="h_nav"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
                                <if condition="$show['member']">
                                <td class="h_nav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="h_nav"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                        </if>
                        <td class="h_nav"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
                        <if condition="$show['member']">                       
                                <td class="h_nav"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>                       
                        </if>                       
                </if>
                <if condition="$show['member']">
                        <td class="h_nav"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

        </if>
        </tr>
        </table>
</div>
<!-- / nav buttons bar -->



</div>
<div id="nav_btm"></div>
<div id="nav_shadow"></div>
<!-- content table -->
<table bgcolor="#121212" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>

$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]


PaulSonny 05-19-2008 11:14 AM

Try this for me please, replace the entire header template with this below:

Thanks, Paul.

Code:

<!-- set below for skin width-->

<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" align="left" valign="top">
<!-- begin graphite header / logo is controlled via #logo in main CSS file -->
<div id="brd_outer">
<div id="brd_in">
<div id="hdr"><div id="logo"></div></div>


<!-- nav buttons bar -->
<div align="center">
<div id="nav_back">
        <table cellpadding="0" cellspacing="0" border="0" width="50%" align="center">
        <tr>
                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

        <td class="h_nav"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>       
        <!-- Load Blog Link-->
<if condition="$vbulletin->products['vbblog']">
                                                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

<td class="h_nav"><a href="blog.php$session[sessionurl_q]">$vbphrase[blogs]</a></td>

</if>
<!-- End Blog Link-->
       
       
                <if condition="$show['member']">
                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
                        <td align="center" class="h_nav"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                                </if>
                <if condition="$show['registerbutton']">
                                                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                        <td class="h_nav"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
                                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                </if>
                <td class="h_nav"><a href="helpcenter.php$session[sessionurl_q]">$vbphrase[helpcenter]</a></td>
                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
                <td class="h_nav"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
                               
<if condition="$vboptions['enablememberlist']">
                <td class="h_nav"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
                                </if>

                <td class="h_nav"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                <if condition="$show['popups']">               
                        <if condition="$show['searchbuttons']">
                                <if condition="$show['member']">
                                <td class="h_nav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                                <else />
                                <td class="h_nav"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                                </if>
                                <td id="navbar_search" class="h_nav"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
                                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                        </if>
                        <if condition="$show['member']">
                                <td id="usercptools" class="h_nav"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links] </a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>               
                                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                        </if>
                <else />               
                        <if condition="$show['searchbuttons']">
                                <td class="h_nav"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
                                <if condition="$show['member']">
                                <td class="h_nav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="h_nav"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                        </if>
                        <td class="h_nav"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
                        <if condition="$show['member']">                       
                                <td class="h_nav"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>                       
                        </if>                       
                </if>
                <if condition="$show['member']">
                        <td class="h_nav"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

        </if>
        </tr>
        </table>
</div>
<!-- / nav buttons bar -->



</div>
<div id="nav_btm"></div>
<div id="nav_shadow"></div>
<!-- content table -->
<table bgcolor="#121212" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>

$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]


HobaZ 05-19-2008 11:18 AM

Wowow installed , thanks alot for ur support clicked installed xxx

PaulSonny 05-19-2008 03:29 PM

HelpCenter Gold has arrived!

I have made HelpCenter Gold because there has been no bug reports for over a week. I have fixed some very minor issues with the code, like confirmation screens and a new usergroup permission "Can View HelpCenter".

Please overwrite all existing files and re-import new product file.

Thanks, Paul.

Smiry Kin's 05-19-2008 03:38 PM

Quote:

Originally Posted by PaulSonny (Post 1524837)
HelpCenter Gold has arrived!

I have made HelpCenter Gold because there has been no bug reports for over a week. I have fixed some very minor issues with the code, like confirmation screens and a new usergroup permission "Can View HelpCenter".

Please overwrite all existing files and re-import new product file.

Thanks, Paul.

anything been added to remove the option of making tickets public??

PaulSonny 05-19-2008 03:41 PM

Quote:

Originally Posted by Smiry Kin's (Post 1524849)
anything been added to remove the option of making tickets public??

Unfortunately not, this was a previously requested feature, is there a ready why you don't want to make tickets public?

Thanks, Paul.

Charlie98902 05-19-2008 05:22 PM

Paul it even says in the description to make tickets Public/Private. If this can't be done then maybe remove that? Or add another line if the paid version only? Just some ideals.

John3971 05-19-2008 05:35 PM

Its possible to make them public or private but the options to remove this doesn´t exist


All times are GMT. The time now is 05:15 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.01705 seconds
  • Memory Usage 1,823KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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