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)
-   -   Mini Mods - Icons for UserCP Navigation 1.2 (https://vborg.vbsupport.ru/showthread.php?t=170558)

slyreptile 05-14-2008 08:58 PM

Beautiful. I love pngs! Thanks for the mod!

Super Jinni 05-21-2008 02:10 PM

ok, I have a problem

two icons are missing

sent items and show all in the subscribed threads

any idea about how to fix that?

thank you for the nice job

odeezie 05-22-2008 12:26 AM

Very nice work!!! Thank You. Just a quick question:


I have a couple other hacks that will not show up when this one is enabled. They are:

Extra Profile Fields Page
https://vborg.vbsupport.ru/showthread.php?t=179989

and

Favorite Smilies
https://vborg.vbsupport.ru/showthrea...vorite+smilies

What can I do to get these to show up when I have your icons installed?

goddess_dix 05-22-2008 03:08 AM

Quote:

Originally Posted by odeezie (Post 1527461)
I have a couple other hacks that will not show up when this one is enabled. They are:
Favorite Smilies
https://vborg.vbsupport.ru/showthrea...vorite+smilies

What can I do to get these to show up when I have your icons installed?

ok, i can't help with the first one because i don't have it (other than you'll have to transfer any template edits required for the usercp_shell template to the usercp_shell_icons template instead.

for the favorite smiles, take this icon attached, and upload it to the same folder as the rest of your cp icons (images/misc/usercp_icons/)

in your usercp_shell_icons template, find this text
Code:

<if condition="$show['profilepiclink']">
 <tr><td class="$navclass[profilepic]" nowrap="nowrap">
  <table border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="20">
  <img border="0" src="$stylevar[imgdir_misc]/usercp_icons/picture_edit.png" width="16" height="16"></td>
    <td><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td>
  </tr>
  </table>
  </td></tr>
 </if>

after it, add this -
Code:

<!-- favorite smilies -->
<if condition="$vbulletin->options['favsmiliesactive'] AND ($permissions['favsmiliepermissions'] & $vbulletin->bf_ugp_favsmiliepermissions['canusefavsmilies'])">
<tr><td class="$navclass[customize]" nowrap="nowrap">
  <table border="0" cellspacing="0" cellpadding="0">
  <tr>
<td width="20"><img border="0" src="$stylevar[imgdir_misc]/usercp_icons/favoritesmilies.gif" width="16" height="16"></td> <td><a class="smallfont" href="misc.php?$session[sessionurl]do=editfavsmilies">$vbphrase[edit_favorite_smilies]
</a></td>
  </tr>
  </table>
  </td></tr>
 </if>
<!-- / favorite smilies -->

if you have the fine template modification system hack installed, you may use the xml from my edits to do this automagically! :D

and on the question for using this with princeton's hack, no, you can't, but you CAN continue to use the dropdown cp menu with the product disabled as long as you keep the template edits that call the script for the dropdown in your navbar.

hope that helps!

elmstr 05-22-2008 08:37 AM

Thanks a lot. That solved the problems.

Great work! Just love your hack!

odeezie 05-22-2008 03:23 PM

Quote:

Originally Posted by goddess_dix (Post 1527540)
ok, i can't help with the first one because i don't have it (other than you'll have to transfer any template edits required for the usercp_shell template to the usercp_shell_icons template instead.

for the favorite smiles, take this icon attached, and upload it to the same folder as the rest of your cp icons (images/misc/usercp_icons/)

in your usercp_shell_icons template, find this text
Code:

<if condition="$show['profilepiclink']">
 <tr><td class="$navclass[profilepic]" nowrap="nowrap">
  <table border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="20">
  <img border="0" src="$stylevar[imgdir_misc]/usercp_icons/picture_edit.png" width="16" height="16"></td>
    <td><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td>
  </tr>
  </table>
  </td></tr>
 </if>

after it, add this -
Code:

<!-- favorite smilies -->
<if condition="$vbulletin->options['favsmiliesactive'] AND ($permissions['favsmiliepermissions'] & $vbulletin->bf_ugp_favsmiliepermissions['canusefavsmilies'])">
<tr><td class="$navclass[customize]" nowrap="nowrap">
  <table border="0" cellspacing="0" cellpadding="0">
  <tr>
<td width="20"><img border="0" src="$stylevar[imgdir_misc]/usercp_icons/favoritesmilies.gif" width="16" height="16"></td> <td><a class="smallfont" href="misc.php?$session[sessionurl]do=editfavsmilies">$vbphrase[edit_favorite_smilies]
</a></td>
  </tr>
  </table>
  </td></tr>
 </if>
<!-- / favorite smilies -->

if you have the fine template modification system hack installed, you may use the xml from my edits to do this automagically! :D

and on the question for using this with princeton's hack, no, you can't, but you CAN continue to use the dropdown cp menu with the product disabled as long as you keep the template edits that call the script for the dropdown in your navbar.

hope that helps!

Thank You!!

I just installed the TMS system....where do I put the xml file you provided?

I did the manual template edits though and it works wonderfully!! Thank You so much.

jw00dy 05-22-2008 09:07 PM

Very nice touch! Thank you!

Galeon 05-23-2008 02:30 PM

Installed. Thank you
How to make Usercp column wider?

piloto-43 05-23-2008 07:23 PM

nice touch, nice mod

Arbit3r 05-25-2008 12:04 AM

This should come with vb 3.7!

Good job


All times are GMT. The time now is 03:26 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.01199 seconds
  • Memory Usage 1,755KB
  • 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
  • (4)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
  • (1)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