vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Hide What's going on from guests! (https://vborg.vbsupport.ru/showthread.php?t=237485)

borbole 03-03-2010 10:00 PM

Hide What's going on from guests!
 
1 Attachment(s)
This will hide the What''s going section from guests.

Find the following code at the Forumhome template:

HTML Code:

<!-- what's going on box -->
        <div id="wgo" class="collapse wgo_block block">
                <h2 class="blockhead">{vb:rawphrase whats_going_on}</h2>
                <div class="blockbody formcontrols floatcontainer">
                        {vb:raw template_hook.forumhome_wgo_pos1}
                        <vb:if condition="$show['loggedinusers']">
                        <!-- logged-in users -->
                        <div id="wgo_onlineusers" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
                                <div>
                                        <p>{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}, {vb:raw session.sessionurl_q}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
                                        <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
                                        <vb:if condition="$activeusers">
                                        <ol class="commalist" id="wgo_onlineusers_list">
                                                <vb:each from="activeusers" value="loggedin">
                                                        <li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li>
                                                </vb:each>
                                        </ol>
                                        </vb:if>
                                </div>
                        </div>
                        <!-- end logged-in users -->
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos2}
                        <vb:if condition="$show['upcomingevents']">
                        <div id="wgo_events" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/event.png" alt="{vb:rawphrase todays_events}" /><vb:if condition="$show['todaysevents']">{vb:rawphrase todays_events}<vb:else />{vb:rawphrase upcoming_events_for_the_next_x_days, {vb:raw vboptions.showevents}}</vb:if></h3>
                                <ol>
                                        {vb:raw upcomingevents}
                                </ol>
                        </div>
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos3}
                        <vb:if condition="$show['birthdays']">
                        <!-- today's birthdays -->
                        <div id="wgo_birthdays" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/birthday.png" alt="{vb:rawphrase todays_birthdays}" />{vb:rawphrase todays_birthdays}</h3>
                                <ol class="commalist">
                                        <vb:each from="birthdays" value="row">
                                                <li><a href="{vb:link member, {vb:raw row}}">{vb:raw row.username}</a><vb:if condition="$row['age']"> ({vb:raw row.age})</vb:if>{vb:raw row.comma}</li>
                                        </vb:each>
                                </ol>
                        </div>
                        <!-- end today's birthdays -->
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos4}
                        <div id="wgo_stats" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}</h3>
                                <div>
                                        <dl>
                                                <dt>{vb:rawphrase threads}</dt>
                                                        <dd>{vb:raw totalthreads}</dd>
                                                <dt>{vb:rawphrase posts}</dt>
                                                        <dd>{vb:raw totalposts}</dd>
                                                <dt>{vb:rawphrase members}</dt>
                                                        <dd>{vb:raw numbermembers}</dd>
                                                <vb:if condition="$show['activemembers']">
                                                <dt>{vb:rawphrase active_members}</dt>
                                                        <dd>{vb:raw activemembers}</dd>
                                                </vb:if>
                                        </dl>
                                        <p>{vb:rawphrase welcome_to_our_newest_member_x, {vb:link member, {vb:raw newuserinfo}}, {vb:raw newuserinfo.username}}</p>
                                        {vb:raw template_hook.forumhome_wgo_stats}
                                </div>
                        </div>
                        <div id="wgo_legend" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
                                <div>
                                        <dl id="icon_legends" class="icon_legends">
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
                                                <vb:if condition="$vboptions['showlocks']"><dt><img src="{vb:stylevar imgdir_statusicon}/forum_lock-16.png" alt="{vb:rawphrase forum_is_closed_for_posting}" /></dt><dd>{vb:rawphrase forum_is_closed_for_posting}</dd></vb:if>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
                                        {vb:raw template_hook.forumhome_icon_legend}
                                        </dl>
                                </div>
                        </div>
                        {vb:raw template_hook.forumhome_wgo_pos5}
                </div>
        </div>
        <!-- end what's going on box -->

And replace it with:

HTML Code:

<vb:if condition="$show['guest']">
<div class="collapse wgo_block block" style="text-align: center;">
<h2 class="blockhead"><span>What's Going On is disabled for guests!</span></h2>
<div class="blockbody formcontrols floatcontainer" style="text-align: center;">               
<p>Hello there guest!<br />
To be able to view the Statistic Center, you must either <a href="register.php{vb:raw session.sessionurl_q}">{vb:rawphrase register}</a> or login. Thank you!</p>       
</div>       
</div>
<vb:else />
<!-- what's going on box -->
        <div id="wgo" class="collapse wgo_block block">
                <h2 class="blockhead">{vb:rawphrase whats_going_on}</h2>
                <div class="blockbody formcontrols floatcontainer">
                        {vb:raw template_hook.forumhome_wgo_pos1}
                        <vb:if condition="$show['loggedinusers']">
                        <!-- logged-in users -->
                        <div id="wgo_onlineusers" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
                                <div>
                                        <p>{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}, {vb:raw session.sessionurl_q}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
                                        <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
                                        <vb:if condition="$activeusers">
                                        <ol class="commalist" id="wgo_onlineusers_list">
                                                <vb:each from="activeusers" value="loggedin">
                                                        <li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li>
                                                </vb:each>
                                        </ol>
                                        </vb:if>
                                </div>
                        </div>
                        <!-- end logged-in users -->
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos2}
                        <vb:if condition="$show['upcomingevents']">
                        <div id="wgo_events" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/event.png" alt="{vb:rawphrase todays_events}" /><vb:if condition="$show['todaysevents']">{vb:rawphrase todays_events}<vb:else />{vb:rawphrase upcoming_events_for_the_next_x_days, {vb:raw vboptions.showevents}}</vb:if></h3>
                                <ol>
                                        {vb:raw upcomingevents}
                                </ol>
                        </div>
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos3}
                        <vb:if condition="$show['birthdays']">
                        <!-- today's birthdays -->
                        <div id="wgo_birthdays" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/birthday.png" alt="{vb:rawphrase todays_birthdays}" />{vb:rawphrase todays_birthdays}</h3>
                                <ol class="commalist">
                                        <vb:each from="birthdays" value="row">
                                                <li><a href="{vb:link member, {vb:raw row}}">{vb:raw row.username}</a><vb:if condition="$row['age']"> ({vb:raw row.age})</vb:if>{vb:raw row.comma}</li>
                                        </vb:each>
                                </ol>
                        </div>
                        <!-- end today's birthdays -->
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos4}
                        <div id="wgo_stats" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}</h3>
                                <div>
                                        <dl>
                                                <dt>{vb:rawphrase threads}</dt>
                                                        <dd>{vb:raw totalthreads}</dd>
                                                <dt>{vb:rawphrase posts}</dt>
                                                        <dd>{vb:raw totalposts}</dd>
                                                <dt>{vb:rawphrase members}</dt>
                                                        <dd>{vb:raw numbermembers}</dd>
                                                <vb:if condition="$show['activemembers']">
                                                <dt>{vb:rawphrase active_members}</dt>
                                                        <dd>{vb:raw activemembers}</dd>
                                                </vb:if>
                                        </dl>
                                        <p>{vb:rawphrase welcome_to_our_newest_member_x, {vb:link member, {vb:raw newuserinfo}}, {vb:raw newuserinfo.username}}</p>
                                        {vb:raw template_hook.forumhome_wgo_stats}
                                </div>
                        </div>
                        <div id="wgo_legend" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
                                <div>
                                        <dl id="icon_legends" class="icon_legends">
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
                                                <vb:if condition="$vboptions['showlocks']"><dt><img src="{vb:stylevar imgdir_statusicon}/forum_lock-16.png" alt="{vb:rawphrase forum_is_closed_for_posting}" /></dt><dd>{vb:rawphrase forum_is_closed_for_posting}</dd></vb:if>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
                                        {vb:raw template_hook.forumhome_icon_legend}
                                        </dl>
                                </div>
                        </div>
                        {vb:raw template_hook.forumhome_wgo_pos5}
                </div>
        </div>
        <!-- end what's going on box -->
        </vb:if>

And replace the text I have placed with your own, that you want to show to guests instead of the What''s going on.

The end result can be seen at the attached screenshot.

borbole 03-05-2010 09:21 AM

You are welcome.

Welshy2008 03-05-2010 01:41 PM

Interesting.

** Tagged **

rfranklin 03-06-2010 11:13 AM

Thanks!

borbole 03-10-2010 07:46 PM

You are welcome.

Ocean-Wonders 03-15-2010 10:15 AM

Thanks ! :D

ndut 03-16-2010 09:04 PM

nice. installed. thank you

borbole 03-18-2010 12:10 PM

You are welcome guys. Glad to see that you like it :)

vicelover 04-09-2010 03:12 PM

1 Attachment(s)
wow, borbole, nice mod. :up:
Thanks.

I had divided "Icon Legend" from "What's going on", and set only Admin can view "What's going on".

YankForum 04-09-2010 07:59 PM

tnx
installed
sharing is caring

joyboy2001 04-10-2010 09:17 PM

hmm ... why would someone want to hide what's going on from guests ?
isn't that bad for SEO and site registrations ?

borbole 04-10-2010 09:43 PM

Quote:

Originally Posted by YankForum (Post 2018526)
tnx
installed
sharing is caring

Yes, it is :)

Quote:

Originally Posted by vicelover (Post 2018402)
wow, borbole, nice mod. :up:
Thanks.

I had divided "Icon Legend" from "What's going on", and set only Admin can view "What's going on".

You are welcome :) Yes, I saw it. It looks neat.

Quote:

Originally Posted by joyboy2001 (Post 2019169)
hmm ... why would someone want to hide what's going on from guests ?
isn't that bad for SEO and site registrations ?

It depends. Personally I don''t want guests to see my board stats. And by the look of it some others don''t it as well. And I don''t see how this could be bad for Seo and site registrations. If not, it makes your board looking a bit mystersious to guests :D

Charlie98902 04-10-2010 09:54 PM

I use it as I don't want guest to see who is on and such without being registered. I am curious how that one poster separated the icon legend though.

borbole 04-11-2010 01:55 PM

1 Attachment(s)
You can use the example of the code I posted above to rearange the forum legend part.

i.e. At the FORUMEHOME template, find and remove the code for the legend part:

HTML Code:

<div id="wgo_legend" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
                                <div>
                                        <dl id="icon_legends" class="icon_legends">
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
                                        <vb:if condition="$vboptions['pt_hasprojectforums']">
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/project_new-16.png" alt="{vb:rawphrase project_forum}" /></dt><dd>{vb:rawphrase project_forum}</dd>
                                        </vb:if>
                                        </dl>
                                </div>
                        </div>


Then after the What''s going on closing comment:

HTML Code:

<!-- end what's going on box -->

add the following code:



HTML Code:

<div id="wgo_legend" class="collapse wgo_block">
<h2><span>{vb:rawphrase icon_legend}</span></h2>
<div class="floatcontainer">
<div class="wgo_subblock"><div>
<dl id="icon_legends" class="icon_legends">
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
                                            <vb:if condition="$vboptions['pt_hasprojectforums']">
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/project_new-16.png" alt="{vb:rawphrase project_forum}" /></dt><dd>{vb:rawphrase project_forum}</dd>
                                        </vb:if>
                                        </dl>
                                </div>
                        </div>
                  </div>
            </div>

That should do the trick.


Here is a screenshot with the end result.

jccbroker 04-15-2010 05:09 AM

Excellent MOD!

borbole 04-18-2010 01:39 PM

Thanks. Glad you like it.

marshal_ramdev 04-21-2010 04:55 AM

thanks ...

borbole 04-21-2010 05:31 PM

You are welcome.

steve1966 04-23-2010 03:21 PM

thank you

borbole 04-25-2010 10:03 PM

You are welcome.

zipperty 04-30-2010 12:31 PM

Tagged

merk_aus 06-27-2010 11:32 AM

Thanks for this really appreciate it I am attempting to change my forums around due to so many guests coming and looking at everything then disappearing so am trying to restrict them as much as possible in order to encourage them to join.

This helps so much thank you.

borbole 06-27-2010 01:55 PM

Quote:

Originally Posted by merk_aus (Post 2060436)
Thanks for this really appreciate it I am attempting to change my forums around due to so many guests coming and looking at everything then disappearing so am trying to restrict them as much as possible in order to encourage them to join.

This helps so much thank you.

You are welcome. Glad to hear that it came in handy :)

smstoolbox 07-12-2010 09:00 AM

Interesting! Does this work with 4.0.4?

rfranklin 08-05-2010 12:21 AM

This is still working great for me, but I do have a question.

I was just wondering if this type of mod can be applied to the entire forum? If I am viewing a thread as a visitor I can see any member who is viewing that thread also. How would I go about doing that? If of course you might have any idea on how to do that. :)

peugeot405 08-06-2010 10:28 PM

great mod.

but i have a question.
is it possible to hide what's going on to certain groups instead of just guest by using group id's?

merk_aus 08-09-2010 02:24 AM

you can use if conditionals to restrict user group viewing yes.

djbaxter 08-09-2010 03:00 AM

To make it visible to Admin ONLY?

I need to change

PHP Code:

<vb:if condition="$show['guest']"

to ???


This is for a private subscription only forum where I need to protect the privacy of subscribers.

borbole 08-09-2010 01:40 PM

Quote:

Originally Posted by smstoolbox (Post 2067961)
Interesting! Does this work with 4.0.4?

Yes.

Quote:

Originally Posted by rfranklin (Post 2079411)
This is still working great for me, but I do have a question.

I was just wondering if this type of mod can be applied to the entire forum? If I am viewing a thread as a visitor I can see any member who is viewing that thread also. How would I go about doing that? If of course you might have any idea on how to do that. :)

That is beyond the scope of this mod. it is something entirely different.

Quote:

Originally Posted by peugeot405 (Post 2080286)
great mod.

but i have a question.
is it possible to hide what's going on to certain groups instead of just guest by using group id's?

Yes, use the template conditionals to do that.

Quote:

Originally Posted by djbaxter (Post 2081143)
To make it visible to Admin ONLY?

I need to change

PHP Code:

<vb:if condition="$show['guest']"

to ???


This is for a private subscription only forum where I need to protect the privacy of subscribers.

Use this condition and do the changes in reverse:

HTML Code:

<vb:if condition="is_member_of($bbuserinfo, x)">
And replace x with the gid of your admin group.

i.e. replace the what is going on code with this

HTML Code:

<vb:if condition="is_member_of($bbuserinfo, 6)">
<!-- what's going on box -->
        <div id="wgo" class="collapse wgo_block">
                <h2>
                <span>{vb:rawphrase whats_going_on}</span>
                </h2>
                <div class="floatcontainer">
                        {vb:raw template_hook.forumhome_wgo_pos1}
                        <vb:if condition="$show['loggedinusers']">
                        <!-- logged-in users -->
                        <div id="wgo_onlineusers" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
                                <div>
                                        <p>{vb:rawphrase there_are_x_online, {vb:raw totalonline}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
                                        <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
                                        <ol class="commalist" id="wgo_onlineusers_list">
                                                {vb:raw activeusers}
                                        </ol>
                                </div>
                        </div>
                        <!-- end logged-in users -->
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos2}
                        <vb:if condition="$show['upcomingevents']">
                        <div id="wgo_events" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/event.png" alt="{vb:rawphrase todays_events}" /><vb:if condition="$show['todaysevents']">{vb:rawphrase todays_events}<vb:else />{vb:rawphrase upcoming_events_for_the_next_x_days, {vb:raw vboptions.showevents}}</vb:if></h3>
                                <ol>
                                        {vb:raw upcomingevents}
                                </ol>
                        </div>
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos3}
                        <vb:if condition="$show['birthdays']">
                        <!-- today's birthdays -->
                        <div id="wgo_birthdays" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/birthday.png" alt="{vb:rawphrase todays_birthdays}" />{vb:rawphrase todays_birthdays}</h3>
                                <ol class="commalist">
                                        {vb:raw birthdays}
                                </ol>
                        </div>
                        <!-- end today's birthdays -->
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos4}
                        <div id="wgo_stats" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}</h3>
                                <div>
                                        <dl>
                                                <dt>{vb:rawphrase threads}</dt>
                                                        <dd>{vb:raw totalthreads}</dd>
                                                <dt>{vb:rawphrase posts}</dt>
                                                        <dd>{vb:raw totalposts}</dd>
                                                <dt>{vb:rawphrase members}</dt>
                                                        <dd>{vb:raw numbermembers}</dd>
                                                <vb:if condition="$show['activemembers']">
                                                <dt>{vb:rawphrase active_members}</dt>
                                                        <dd>{vb:raw activemembers}</dd>
                                                </vb:if>
                                        </dl>
                                        <p>{vb:rawphrase welcome_to_our_newest_member_x, {vb:link member, {vb:raw newuserinfo}}, {vb:raw newuserinfo.username}}</p>
                                        {vb:raw template_hook.forumhome_wgo_stats}
                                </div>
                        </div>
                        <div id="wgo_legend" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
                                <div>
                                        <dl id="icon_legends" class="icon_legends">
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
                                        <vb:if condition="$vboptions['pt_hasprojectforums']">
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/project_new-16.png" alt="{vb:rawphrase project_forum}" /></dt><dd>{vb:rawphrase project_forum}</dd>
                                        </vb:if>
                                        </dl>
                                </div>
                        </div>
                        {vb:raw template_hook.forumhome_wgo_pos5}
                </div>
        </div>
        <!-- end what's going on box -->
        <vb:else />
        <div class="collapse wgo_block" style="text-align: center;">
<h2><span>What's Going On is disabled for guests!</span></h2>
<div class="wgo_subblock" style="text-align: center;">               
<p>Hello there guest!<br />
To be able to view the Statistic Center, you must either <a href="register.php{vb:raw session.sessionurl_q}">{vb:rawphrase register}</a> or login. Thank you!</p>       
</div>       
</div>
</vb:if>


djbaxter 08-09-2010 02:20 PM

Quote:

Originally Posted by borbole (Post 2081294)
Use this condition:

HTML Code:

<vb:if condition="is_member_of($bbuserinfo, x)">
And replace x with the gid of your admin group.

Wouldn't that show What's Going On to everybody EXCEPT Admins?

borbole 08-09-2010 02:53 PM

Quote:

Originally Posted by djbaxter (Post 2081324)
Wouldn't that show What's Going On to everybody EXCEPT Admins?

Sorry, if I wasn''t clearer at my previous post. I updated it with the exact code I posted here.

You should do that in reverse with the new condition. i.e. replace the what is going code with this other code:

HTML Code:

<vb:if condition="is_member_of($bbuserinfo, 6)">
<!-- what's going on box -->
        <div id="wgo" class="collapse wgo_block">
                <h2>
                <span>{vb:rawphrase whats_going_on}</span>
                </h2>
                <div class="floatcontainer">
                        {vb:raw template_hook.forumhome_wgo_pos1}
                        <vb:if condition="$show['loggedinusers']">
                        <!-- logged-in users -->
                        <div id="wgo_onlineusers" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
                                <div>
                                        <p>{vb:rawphrase there_are_x_online, {vb:raw totalonline}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
                                        <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
                                        <ol class="commalist" id="wgo_onlineusers_list">
                                                {vb:raw activeusers}
                                        </ol>
                                </div>
                        </div>
                        <!-- end logged-in users -->
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos2}
                        <vb:if condition="$show['upcomingevents']">
                        <div id="wgo_events" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/event.png" alt="{vb:rawphrase todays_events}" /><vb:if condition="$show['todaysevents']">{vb:rawphrase todays_events}<vb:else />{vb:rawphrase upcoming_events_for_the_next_x_days, {vb:raw vboptions.showevents}}</vb:if></h3>
                                <ol>
                                        {vb:raw upcomingevents}
                                </ol>
                        </div>
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos3}
                        <vb:if condition="$show['birthdays']">
                        <!-- today's birthdays -->
                        <div id="wgo_birthdays" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/birthday.png" alt="{vb:rawphrase todays_birthdays}" />{vb:rawphrase todays_birthdays}</h3>
                                <ol class="commalist">
                                        {vb:raw birthdays}
                                </ol>
                        </div>
                        <!-- end today's birthdays -->
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos4}
                        <div id="wgo_stats" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}</h3>
                                <div>
                                        <dl>
                                                <dt>{vb:rawphrase threads}</dt>
                                                        <dd>{vb:raw totalthreads}</dd>
                                                <dt>{vb:rawphrase posts}</dt>
                                                        <dd>{vb:raw totalposts}</dd>
                                                <dt>{vb:rawphrase members}</dt>
                                                        <dd>{vb:raw numbermembers}</dd>
                                                <vb:if condition="$show['activemembers']">
                                                <dt>{vb:rawphrase active_members}</dt>
                                                        <dd>{vb:raw activemembers}</dd>
                                                </vb:if>
                                        </dl>
                                        <p>{vb:rawphrase welcome_to_our_newest_member_x, {vb:link member, {vb:raw newuserinfo}}, {vb:raw newuserinfo.username}}</p>
                                        {vb:raw template_hook.forumhome_wgo_stats}
                                </div>
                        </div>
                        <div id="wgo_legend" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
                                <div>
                                        <dl id="icon_legends" class="icon_legends">
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
                                        <vb:if condition="$vboptions['pt_hasprojectforums']">
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/project_new-16.png" alt="{vb:rawphrase project_forum}" /></dt><dd>{vb:rawphrase project_forum}</dd>
                                        </vb:if>
                                        </dl>
                                </div>
                        </div>
                        {vb:raw template_hook.forumhome_wgo_pos5}
                </div>
        </div>
        <!-- end what's going on box -->
        <vb:else />
        <div class="collapse wgo_block" style="text-align: center;">
<h2><span>What's Going On is disabled for guests!</span></h2>
<div class="wgo_subblock" style="text-align: center;">               
<p>Hello there guest!<br />
To be able to view the Statistic Center, you must either <a href="register.php{vb:raw session.sessionurl_q}">{vb:rawphrase register}</a> or login. Thank you!</p>       
</div>       
</div>
</vb:if>


Dragonsys 08-09-2010 06:29 PM

Quote:

Originally Posted by djbaxter (Post 2081324)
Wouldn't that show What's Going On to everybody EXCEPT Admins?

no, it would only show to whatever group ID you put in place of the x (6 for Admins for example).

you would have to add a ! to make it for all except the group ID you select.

djbaxter 08-09-2010 07:10 PM

Quote:

Originally Posted by Dragonsys (Post 2081428)
no, it would only show to whatever group ID you put in place of the x (6 for Admins for example).

you would have to add a ! to make it for all except the group ID you select.

For the original script, that code would exclude Admins only from seeing WGO. For the amended script posted just above, it will ONLY show WGO to Admins.

borbole 08-09-2010 07:33 PM

Quote:

Originally Posted by djbaxter (Post 2081447)
For the original script, that code would exclude Admins only from seeing WGO. For the amended script posted just above, it will ONLY show WGO to Admins.

At my other post I said only that with the new code yous hould do the changes in reverse but forgot to post the whole code change. Anyway, it is not what you asked that, only admins be able to see the WGO section?

djbaxter 08-09-2010 08:08 PM

Quote:

Originally Posted by borbole (Post 2081458)
At my other post I said only that with the new code yous hould do the changes in reverse but forgot to post the whole code change. Anyway, it is not what you asked that, only admins be able to see the WGO section?

Yes it is. I was merely clarifying the post by Dragonsys.

I haven't tried your code yet - haven't had time - but it looks as though it should work perfectly.

borbole 08-09-2010 08:19 PM

Quote:

Originally Posted by djbaxter (Post 2081474)
Yes it is. I was merely clarifying the post by Dragonsys.

I haven't tried your code yet - haven't had time - but it looks as though it should work perfectly.

Ah, ok. Yes, it will work fine :)

rfranklin 08-10-2010 02:19 PM

Quote:

Originally Posted by borbole (Post 2081294)
That is beyond the scope of this mod. it is something entirely different.

I thought so but I thought I would ask. Thanks again for this mod though. Works great! :)

borbole 08-10-2010 02:20 PM

Quote:

Originally Posted by rfranklin (Post 2081733)
I thought so but I thought I would ask. Thanks again for this mod though. Works great! :)

Youa re welcome :)

peugeot405 08-14-2010 10:19 PM

Quote:

Originally Posted by borbole (Post 2081337)
Sorry, if I wasn''t clearer at my previous post. I updated it with the exact code I posted here.

You should do that in reverse with the new condition. i.e. replace the what is going code with this other code:

HTML Code:

<vb:if condition="is_member_of($bbuserinfo, 6)">
<!-- what's going on box -->
        <div id="wgo" class="collapse wgo_block">
                <h2>
                <span>{vb:rawphrase whats_going_on}</span>
                </h2>
                <div class="floatcontainer">
                        {vb:raw template_hook.forumhome_wgo_pos1}
                        <vb:if condition="$show['loggedinusers']">
                        <!-- logged-in users -->
                        <div id="wgo_onlineusers" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
                                <div>
                                        <p>{vb:rawphrase there_are_x_online, {vb:raw totalonline}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
                                        <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
                                        <ol class="commalist" id="wgo_onlineusers_list">
                                                {vb:raw activeusers}
                                        </ol>
                                </div>
                        </div>
                        <!-- end logged-in users -->
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos2}
                        <vb:if condition="$show['upcomingevents']">
                        <div id="wgo_events" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/event.png" alt="{vb:rawphrase todays_events}" /><vb:if condition="$show['todaysevents']">{vb:rawphrase todays_events}<vb:else />{vb:rawphrase upcoming_events_for_the_next_x_days, {vb:raw vboptions.showevents}}</vb:if></h3>
                                <ol>
                                        {vb:raw upcomingevents}
                                </ol>
                        </div>
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos3}
                        <vb:if condition="$show['birthdays']">
                        <!-- today's birthdays -->
                        <div id="wgo_birthdays" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/birthday.png" alt="{vb:rawphrase todays_birthdays}" />{vb:rawphrase todays_birthdays}</h3>
                                <ol class="commalist">
                                        {vb:raw birthdays}
                                </ol>
                        </div>
                        <!-- end today's birthdays -->
                        </vb:if>
                        {vb:raw template_hook.forumhome_wgo_pos4}
                        <div id="wgo_stats" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}</h3>
                                <div>
                                        <dl>
                                                <dt>{vb:rawphrase threads}</dt>
                                                        <dd>{vb:raw totalthreads}</dd>
                                                <dt>{vb:rawphrase posts}</dt>
                                                        <dd>{vb:raw totalposts}</dd>
                                                <dt>{vb:rawphrase members}</dt>
                                                        <dd>{vb:raw numbermembers}</dd>
                                                <vb:if condition="$show['activemembers']">
                                                <dt>{vb:rawphrase active_members}</dt>
                                                        <dd>{vb:raw activemembers}</dd>
                                                </vb:if>
                                        </dl>
                                        <p>{vb:rawphrase welcome_to_our_newest_member_x, {vb:link member, {vb:raw newuserinfo}}, {vb:raw newuserinfo.username}}</p>
                                        {vb:raw template_hook.forumhome_wgo_stats}
                                </div>
                        </div>
                        <div id="wgo_legend" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
                                <div>
                                        <dl id="icon_legends" class="icon_legends">
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
                                        <vb:if condition="$vboptions['pt_hasprojectforums']">
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/project_new-16.png" alt="{vb:rawphrase project_forum}" /></dt><dd>{vb:rawphrase project_forum}</dd>
                                        </vb:if>
                                        </dl>
                                </div>
                        </div>
                        {vb:raw template_hook.forumhome_wgo_pos5}
                </div>
        </div>
        <!-- end what's going on box -->
        <vb:else />
        <div class="collapse wgo_block" style="text-align: center;">
<h2><span>What's Going On is disabled for guests!</span></h2>
<div class="wgo_subblock" style="text-align: center;">               
<p>Hello there guest!<br />
To be able to view the Statistic Center, you must either <a href="register.php{vb:raw session.sessionurl_q}">{vb:rawphrase register}</a> or login. Thank you!</p>       
</div>       
</div>
</vb:if>


sorry for my late replay.

working great now, but i seem to have a new problem.

I recently installed the site link manager on my board which is using
Code:

{vb:raw template_hook.forumhome_wgo_pos5}
so now those links are also hidden.

is there a way te solve this?

borbole 08-15-2010 01:27 PM

Quote:

Originally Posted by peugeot405 (Post 2083982)
sorry for my late replay.

working great now, but i seem to have a new problem.

I recently installed the site link manager on my board which is using
Code:

{vb:raw template_hook.forumhome_wgo_pos5}
so now those links are also hidden.

is there a way te solve this?


You will have to ask at that other mod''s thread about this.


All times are GMT. The time now is 06:19 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.01841 seconds
  • Memory Usage 2,099KB
  • 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
  • (10)bbcode_html_printable
  • (2)bbcode_php_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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