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)
-   -   Profile Enhancements - Invitation System vB 3.7 Gold (https://vborg.vbsupport.ru/showthread.php?t=171951)

|Jordan| 05-20-2008 12:39 AM

Does this mod have flood control? (eg. x amount of seconds before a user can send another email)

hsv z clubbie 05-20-2008 01:50 AM

Good hack....Installed !!

caggla 05-20-2008 11:26 AM

hasann you are great!

Super Jinni 05-20-2008 12:00 PM

Hasann, thank you for the nice job

I have a question,

after the update that you made today, do I have to follow the instructions of the post number two of this thread which is related to the update to v2.0.0?

or all what I have to do is just to import the xml file?

thanks

:)

BTW

installed

RedeemedWarrior 05-20-2008 06:34 PM

fantastic

xplan2007 05-21-2008 03:07 AM

i have upgrade VB 3.6.8 to 3.7 it work but invitation link is only on navbar not show on user CP menu

how do i solve this problem for show it on user cp menu only ?

** I install 2.0.3 and follow replace code from INSTRUCTIONS

shlomot 05-21-2008 03:47 AM

Dear Hasann, this new version is a masterpiece.

You were attuned to our requests and outbid even yourself with this professional product.

I wish I could re-vote and re-nominate you:)

Thanks a lot for yet another great hasann's treasure bin.

Hasann 05-21-2008 03:47 AM

Quote:

Originally Posted by xplan2007 (Post 1526389)
i have upgrade VB 3.6.8 to 3.7 it work but invitation link is only on navbar not show on user CP menu

how do i solve this problem for show it on user cp menu only ?

** I install 2.0.3 and follow replace code from INSTRUCTIONS

Im so sorry guys please try this there was a small bug

In USERCP_SHELL Template Find this Code

HTML Code:

<if condition="$show['profilepiclink']">
        <tr><td class="$navclass[profilepic]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td></tr>
        </if>

Add Below This Code

HTML Code:

<if condition="$vbulletin->options['invitation_usercp_link']">
<tr>
<td class="$navclass[invitation]" nowrap="nowrap">
<a class="smallfont" href="profile.php?$session[sessionurl]do=invitation">$vbphrase[invitation]</a>
</td>
</tr>
</if>


shlomot 05-21-2008 04:01 AM

Dear Hasann, is there a convenient method for the administrator to browse invitations that are made by other members?

shlomot 05-21-2008 04:09 AM

I've just implemented your revised code in USERCP_SHELL, but I'm not sure what its purpose and where it should show.

Code:

        <!-- Invitation System Starts -->
        <if condition="$vbulletin->options['invitation_usercp_link']">
          <tr>
            <td class="$navclass[invitation]" nowrap="nowrap">
              <a class="smallfont" href="profile.php?$session[sessionurl]do=invitation">$vbphrase[invitation]</a>
            </td>
          </tr>
        </if>
        <!-- Invitation System Ends -->



All times are GMT. The time now is 03:53 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.01796 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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