Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-26-2013, 03:17 AM
mayank8789's Avatar
mayank8789 mayank8789 is offline
 
Join Date: Jul 2010
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default User Setting Link Missing

Dear All Webmaster

I have facing an problem i install green style on my forum so problem in style user setting link missing on header but default style is good working user setting at it is no missing on header.
regards
Reply With Quote
  #2  
Old 08-26-2013, 03:44 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you need too add it to the header template find this line
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
and change it to
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
Reply With Quote
  #3  
Old 08-26-2013, 05:49 AM
mayank8789's Avatar
mayank8789 mayank8789 is offline
 
Join Date: Jul 2010
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
you need too add it to the header template find this line
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
Thanks For reply sir

I am go admincp>style Manager>clean-green style find header Template but i am not found
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li> link

and in the style header only Template

<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
{vb:raw ad_location.ad_header_logo}
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>

<div class="ad_global_header">
{vb:raw ad_location.global_header1}
{vb:raw ad_location.global_header2}
</div>
<hr />
{vb:raw ad_location.ad_header_end}
</div>

Regards
Reply With Quote
  #4  
Old 08-26-2013, 05:58 AM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[quoteI have facing an problem i install green style on my forum so problem in style user setting link missing on header but default style is good working user setting at it is no missing on header. [/quote]

@ForceHSS. You must be able to read minds!

I had no idea what he was talking about. Awesome.
Reply With Quote
  #5  
Old 08-26-2013, 12:05 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mayank8789 View Post
Thanks For reply sir

I am go admincp>style Manager>clean-green style find header Template but i am not found
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li> link

and in the style header only Template

<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
{vb:raw ad_location.ad_header_logo}
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>

<div class="ad_global_header">
{vb:raw ad_location.global_header1}
{vb:raw ad_location.global_header2}
</div>
<hr />
{vb:raw ad_location.ad_header_end}
</div>

Regards
This part
{vb:rawphrase control_panel} change it to {vb:rawphrase user_control_panel}

--------------- Added 26 Aug 2013 at 14:07 ---------------
Quote:
Originally Posted by tbworld View Post
I have facing an problem i install green style on my forum so problem in style user setting link missing on header but default style is good working user setting at it is no missing on header.

@ForceHSS. You must be able to read minds!

I had no idea what he was talking about. Awesome.
Was hard to understand but the part "user setting link missing" gave it away
Reply With Quote
  #6  
Old 08-26-2013, 04:05 PM
mayank8789's Avatar
mayank8789 mayank8789 is offline
 
Join Date: Jul 2010
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
I had no idea what he was talking about. Awesome.

Was hard to understand but the part "user setting link missing" gave it away
Dear member

I've refined my mistake "English"
Hide setting link for user on header
Reply With Quote
  #7  
Old 08-26-2013, 05:36 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mayank8789 View Post
Dear member

I've refined my mistake "English"
Hide setting link for user on header
If you want to remove the setting tab the in the header find

This part
{vb:rawphrase control_panel} change it to {vb:rawphrase user_control_panel}
and remove user_ from that code so it looks like
{vb:rawphrase control_panel} change it to {vb:rawphrase control_panel}
if this is what you are asking
Reply With Quote
  #8  
Old 08-26-2013, 06:20 PM
mayank8789's Avatar
mayank8789 mayank8789 is offline
 
Join Date: Jul 2010
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
if this is what you are asking
Dear sir

if you are not understood my conversations please see my post images

Dear sir simple i install a skin for own vbulletin forum but user setting not seen to user so sir how to enable it.........

first image my default skin

in the skin see the setting for user


2 image my install skin but in the skin user setting hide for user....



3rd image my control panel clean-green skin header






Just i want enable to setting for user
Attached Images
File Type: jpg usersetting.jpg (33.9 KB, 0 views)
File Type: jpg user setting.jpg (24.7 KB, 0 views)
File Type: jpg user setting 1.jpg (68.5 KB, 0 views)
Reply With Quote
  #9  
Old 08-26-2013, 06:40 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have already answered the question but i see from your pictures your header template has alot of code missing. Check the headinclude maybe the rest of the coding has been put in there or where ever you got the skin from ask the coder to fix it
Reply With Quote
  #10  
Old 08-27-2013, 03:16 AM
mayank8789's Avatar
mayank8789 mayank8789 is offline
 
Join Date: Jul 2010
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dear ForceHSS's

Yes sir you are right in my header template has a lot of code missing. This clean-green skin Designer is darren1981.
i am post this sections for help https://vborg.vbsupport.ru/showthrea...05#post2440905

But Designer last activity 2 aug 2010 may be quite for vbulletin forum he can not help me.


many many Thanks Sir For help you are great....
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 01:55 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.11252 seconds
  • Memory Usage 2,284KB
  • Queries Executed 12 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete