Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Forumhome Account Manager Details »»
Forumhome Account Manager
Version: 1.10, by Nоrman Nоrman is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.7.x Rating:
Released: 10-05-2008 Last Update: 10-06-2008 Installs: 32
Uses Plugins Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

Forumhome Account Manager Box
by vB-Italy.org - Italian vBulletin Support Forum



Versione Italiana (italian version): Gestione Account in Forumhome.

This product will add an account manager box under (or everywhere you want) your forums list, in your forum home. This will work both for registered users and for guests; if logged in will be displayed the account manager box, if not will be displayed a simple welcome message to improve registrations. Please check the attached screenshots.

Download the attached product and import it using your AdminCp.
(AdminCp -> Plugin & Products -> Manage Products -> Import Product -> Browse Forumhome - Account Manager (product).xml and press Import)

Open your FORUMHOME template and add this variable everywhere you want to display the box:
Code:
$forumhome_accountmanager
For example, if you want to display it where it is displayed in the screenshots, you would add it under this line in your FORUMHOME template:

Code:
<!-- /main -->
Now upload these two images in your forum directory/images/misc folder: forumhome_options.png, forumhome_account.png.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 10-06-2008, 10:54 PM
Itworx4me's Avatar
Itworx4me Itworx4me is offline
 
Join Date: Feb 2002
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to only show this to the users that our signed in? I don't want to have it show for guest?

Thanks,
Itworx4me
Reply With Quote
  #13  
Old 10-07-2008, 12:32 AM
jazz_aaf jazz_aaf is offline
 
Join Date: Jul 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

strip out strings and use the vb language system

thanks
Reply With Quote
  #14  
Old 10-07-2008, 09:31 AM
Masiello's Avatar
Masiello Masiello is offline
 
Join Date: Jul 2005
Location: Italy
Posts: 426
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*** Removed non english quote ***

Whatever, thank goodness that I rarely need support and if is to levels of development or database issue and therefore I ask directly to vb.com official support.

But I higly doubt that the site you are appointed to offer serious "Technical" support, without to remove humanly anything to the founder and all the staff members, are certainly good people.

I'm speaking about what I see every so often, but I see more technical terms will be newcomers (vB-Italy.org).

Surely I am wrong, and I apologize for this action because I don't think this is the appropriate place and maybe to put it in some embarrassment, but I wanted to say what I think and I replied to your Highlighting.

Paece and love
Reply With Quote
  #15  
Old 10-07-2008, 10:59 AM
Nоrman's Avatar
Nоrman Nоrman is offline
 
Join Date: Jul 2008
Location: [Italy]
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Itworx4me View Post
Is there a way to only show this to the users that our signed in? I don't want to have it show for guest?

Thanks,
Itworx4me
You can do this by going in your AdminCp -> Styles & Templates -> Style Manager -> Edit Templates -> Forum Home Templates -> forumhome_accountmanager -> Edit.

Search this code:

Code:
     <if condition="$show['guest']">
<tr align="center">

    <td class="alt2" width="35" valign="top"><img src="$stylevar[imgdir_misc]/forumhome_account.png" alt="" border="0" /></td>
    <td class="alt1Active" align="left">    
<div style="font-weight: bold; font-size: 10pt">Hey Guest!</div>

        <div class="smallfont"><br />Hello guest, do you know what is this? This is a site manager panel from where you can edit and manage your account!<br /> 
Before you can view it, you need to signup on our forums.
<ul><li class="smallfont">post new threads</li>
<li class="smallfont">reply to others</li>
<li class="smallfont">edit your profile</li>
<li class="smallfont">etc..</li></ul>
Are you still waiting!? <strong><a href="register.php">Signup now for free</a></strong>!
</div>
    
    </td>

</tr>
     <else />
And delete it.
Now search for:

Code:
</if>
And delete it.
Reply With Quote
  #16  
Old 10-07-2008, 10:59 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please post in English only on vB.org.
Reply With Quote
  #17  
Old 10-07-2008, 11:31 AM
Nоrman's Avatar
Nоrman Nоrman is offline
 
Join Date: Jul 2008
Location: [Italy]
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Forum Lover View Post
If we can collapse it, that will be more nice. Thanks for the hack, tagged, at this moment.
Quote:
Originally Posted by Nоrman View Post
I will do this soon as possible.
In the new attacched version 1.10, it is included.
Reply With Quote
  #18  
Old 10-07-2008, 12:20 PM
saviola8x's Avatar
saviola8x saviola8x is offline
 
Join Date: May 2006
Location: Paris
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice work.

Make as installed and MOTM!
Reply With Quote
  #19  
Old 10-07-2008, 04:13 PM
DJTREX DJTREX is offline
 
Join Date: Oct 2007
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

EXCELLENT !!!
Thank you
Reply With Quote
  #20  
Old 10-09-2008, 11:34 AM
Nоrman's Avatar
Nоrman Nоrman is offline
 
Join Date: Jul 2008
Location: [Italy]
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Italian version added to the first post.
Reply With Quote
  #21  
Old 10-09-2008, 01:08 PM
Namaless's Avatar
Namaless Namaless is offline
 
Join Date: Sep 2006
Location: Italy
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

* Installed
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 11:37 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04645 seconds
  • Memory Usage 2,311KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete