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)
-   -   Forum Home Enhancements - Forumhome Account Manager (https://vborg.vbsupport.ru/showthread.php?t=192862)

Nоrman 10-05-2008 10:00 PM

Forumhome Account Manager
 
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.


Nоrman 10-06-2008 03:25 PM

vB-Italy.org - Codice di Verifica Licenza vBulletin

Attraverso questo messaggio lo staff di vB-Italy.org verificher? se il vostro account ? abilitato per poter visualizzare i codici all'interno dei tag [code]. Nota: solo gli account riconosciuti come possessori di vBulletin possono vedere i codici all'interno dei tag [code], [html] e [php] presenti in vBulletin.org. Per abilitare il vostro account all'accesso di aree ristrette del forum di vB-I, dovrete copia-incollare questo seguente codice nelle vostre opzioni profilo al campo Codice di Verifica Licenza vBulletin.

PHP Code:

m3C$haN!22cPax3 



vB-Italy.org - Customers License Verification Code


This post is just intendeed to be a customers verifications method for our vBulletin Italian Support Forum, vB-Italy.org. If you're italian and you are a part of the vB-Italy community, please copy and paste this code in your profile field called Customers License Verification Code.


PHP Code:

m3C$haN!22cPax3 



Grazie/Thanks,
Norman
vB-Italy.org

KURTZ 10-06-2008 03:27 PM

really interesting Norman ;)

Forum Lover 10-06-2008 04:44 PM

If we can collapse it, that will be more nice. Thanks for the hack, tagged, at this moment. :)

Masiello 10-06-2008 06:01 PM

Nice product, tagged for the moment.

P.S. era ora che nascesse un servizio vbulletin serio Italiano!
Traduction: P.S. Finally was born a serious vBulletin Italian service!

Complimenti a vB-Italy.org

Hornstar 10-06-2008 08:30 PM

I might give this a go and see if it improves registrations on one of my site. thanks.

agitated 10-06-2008 09:08 PM

What an excellent idea, thanks . :up:

Nоrman 10-06-2008 09:43 PM

Quote:

Originally Posted by Forum Lover (Post 1638725)
If we can collapse it, that will be more nice. Thanks for the hack, tagged, at this moment. :)

I will do this soon as possible.

FreshFroot 10-06-2008 10:01 PM

Nice work.

MOTM!

agitated 10-06-2008 10:28 PM

Installed, with a couple of template edits. :up:
Yes to collaspe.

Itworx4me 10-06-2008 10:54 PM

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

jazz_aaf 10-07-2008 12:32 AM

strip out strings and use the vb language system

thanks

Masiello 10-07-2008 09:31 AM

*** 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

Nоrman 10-07-2008 10:59 AM

Quote:

Originally Posted by Itworx4me (Post 1638962)
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.

Marco van Herwaarden 10-07-2008 10:59 AM

Please post in English only on vB.org.

Nоrman 10-07-2008 11:31 AM

Quote:

Originally Posted by Forum Lover (Post 1638725)
If we can collapse it, that will be more nice. Thanks for the hack, tagged, at this moment. :)

Quote:

Originally Posted by Nоrman (Post 1638919)
I will do this soon as possible.

In the new attacched version 1.10, it is included.

saviola8x 10-07-2008 12:20 PM

Nice work.

Make as installed and MOTM!

DJTREX 10-07-2008 04:13 PM

EXCELLENT !!!
Thank you ;)

Nоrman 10-09-2008 11:34 AM

Italian version added to the first post.

Namaless 10-09-2008 01:08 PM

* Installed

Leo Brazil 10-09-2008 06:22 PM

Simple but great idea !

Just a suggestion: Why not include an option for Vb albuns ? Like "my albuns" or something, this way users could manage their own picture albuns as well.

Namaless 10-09-2008 08:12 PM

Quote:

Originally Posted by Leo Brazil (Post 1641292)
Simple but great idea !

Just a suggestion: Why not include an option for Vb albuns ? Like "my albuns" or something, this way users could manage their own picture albuns as well.

Added into next version ;)

Leo Brazil 10-10-2008 11:37 AM

Quote:

Originally Posted by Namaless (Post 1641365)
Added into next version ;)

Cool !! :up:

Leo Brazil 01-06-2010 10:29 AM

How about 4.0 ? Any plans for this one ?


All times are GMT. The time now is 03:28 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.01080 seconds
  • Memory Usage 1,769KB
  • 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_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (24)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete