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)
-   -   Miscellaneous Hacks - Meet Our Staff (https://vborg.vbsupport.ru/showthread.php?t=184491)

dadoc 07-06-2008 07:29 AM

Thanks for the extra codes Hasann

you have done a great job :D

blind-eddie 07-06-2008 07:44 AM

Awesome......

Cornie 07-06-2008 08:15 AM

Meet Our Staff (Unser Team) in german

princeedward 07-06-2008 08:25 AM

Quote:

Originally Posted by Hasann (Post 1567964)
Edit the Usergroup 'Administrators' and replace the 'Title' with this:
HTML Code:

<!-- Order="1" -->Administrators
Edit the Usergroup 'Super Moderators' and replace the 'Title' with this:
HTML Code:

<!-- Order="2" -->Super Moderators
Edit the Usergroup 'Moderators' and replace the 'Title' with this:
HTML Code:

<!-- Order="3" -->Moderators
Edit the Usergroup 'TrialMod' and replace the 'Title' with this:
HTML Code:

<!-- Order="4" -->TrialMod

What a Genious and Simple Steps To Do...Bro Hasann...i been trying all things to make this happend long time already...
just ask this thing already HERE but no one knows or solution...

what a simple solution for this problem...thanks and you've just made my day bro....

thanks and best regards...i really appreciate what you just did...

:up::up::up:

Note: Just Sent Small Donation:

Thanks For Great Help Bro! And For All Your Great Job & Sharing!
It's Not Much But Only To Appreciate Your Hard Work!!!


:):up: Teşekk?r ederim + İyi G?nler

Omranic 07-06-2008 10:37 AM

Nice Job, it's exactly as http://www.phpkd.net/info/staff/ & http://www.phpkd.org/info/staff/ ;).

chatzworld 07-06-2008 12:09 PM

can this be changed to show all even if they dont have profile pictures as we dont use them on our site :)

Thanks

veenuisthebest 07-06-2008 12:52 PM

Quote:

Originally Posted by chatzworld (Post 1568102)
can this be changed to show all even if they dont have profile pictures as we dont use them on our site :)

Thanks

I second this question !!

also, can you please find me a way to choose to show avatars instead of profile pics !

thanks in advance ..

BuRaCh 07-06-2008 12:59 PM

very good think hasann.
installed and motm;)

BuRaCh 07-06-2008 01:19 PM

Quote:

Originally Posted by BuRaCh (Post 1568136)
very good think hasann.
installed and motm;)

Edit: hey Hasann.2 admin and 8 manager present at my site but,only 1 admin and 4 manager see.
http://www.vbulletiner.com/staff.php

blind-eddie 07-06-2008 05:02 PM

I edited the meetstaff_usergroupbit template, to show additional info on the staff page. I omitted the original biography from it & added a new biography section with larger text area & moved it up below send email. Check it out, http://teamamp.us/forum/staff.php

If you wish to do the same, create a new User Profile Field via admincp/User Profile Fields/Add New User Profile Field.
Select Multiple-Line Text Box
Title: Biography2 (Or what ever you want to name it)
Description: Enter what you wish here
Max length of allowed user input: 100
Field Length: 70
Text Area Height: 10
Display Order: Should be filled in allready
Field Required: No
Display Order: Should be filled in as well. REMEMBER this number, you will need it later.
Display Page: Edit Your Details
Click Save.

Now, You will need to create a new phrase via admincp/Languages & Phrases/Phrase Manager/Add New Phrase
Varname: fieldx_title (Change x To Field Number)
Text: Biography2
Click save.
Remember to save a copy of this template before you edit it. You may need to use it, in case you have an error
Now, Go to Styles & Templates/Search in templates,
search for meetstaff_usergroupbit
Find:
Code:

<li>
<img class="inlineimg" src="$stylevar[imgdir_button]/email.gif" alt=" <phrase 1="$user[username]"> $vbphrase[send_message_via_email_to_x]</phrase>" border="0" />
<a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$user[userid]" rel="nofollow"><phrase 1="$user[username]">$vbphrase[send_message_via_email_to_x]</phrase></a>
</li>
</if>

Add below:
Code:

<if condition="$user['fieldx']">
<li><span class="shade">$vbphrase[fieldx_title]</span> $user[fieldx]</li>
</if>
</ul>

Remember to change the x to field number.

Click Save


All times are GMT. The time now is 02:49 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.01624 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_html_printable
  • (3)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