Post Here: Don't know the name / Can't find the modification

I don't know what this would be called.. but an example would be
elitepvpers
If you look at the main forums you see the subforums with little links under them to enter straight into them instead of having to go into the forum, then chose the subforum
 
Hoxxy said:
In forum manager when setting up a subforum set it as a link and enter the url to that forum in the box provided.

I'm not seeing any option that has anything to do with that :/
 
arcken said:
what you call about this hack?
that make your link in arranged one....... like here in vbteam site.....

If you mean the subforums:
"Cyb - Sub-Forum Manager " is what you want.
 
Could someone tell me what these 3 mods are? I need the usergroup on who's online the most though, when you hoover your mouse over it, it shows the name of the usergroup.

48522109yb7.png
 
chaotic_geo said:
Could someone tell me what these 3 mods are? I need the usergroup on who's online the most though, when you hoover your mouse over it, it shows the name of the usergroup.

48522109yb7.png

The first one is just another legend mod,

UserLegend on ForumHome with mouseover...

In forumhome template, find:
Code:
<!-- what's going on box -->
Add below:
HTML:
<script type="text/javascript">
<!--

setup_memberlegend = function(tobj)
{
	prefix = ''
	suffix = ''

	if (tobj.getAttribute('ital'))
	{
		prefix += '<em>'
		suffix += '</em>'
	}

	if (tobj.getAttribute('undr'))
	{
		prefix += '<u>'
		suffix += '</u>'
	}

	if (tobj.getAttribute('bold'))
	{
		prefix += '<b>'
		suffix += '</b>'
	}

	if (tobj.getAttribute('line'))
	{
		prefix += '<s>'
		suffix += '</s>'
	}

	if (tobj.getAttribute('clr'))
	{
		prefix += '<span style="color:' + tobj.getAttribute('clr') + ';">'
		suffix += '</span>'
	}



	fetch_object('memberlegend').innerHTML = prefix + tobj.getAttribute('group') + suffix
}

-->
</script>

find:
Code:
<!-- end logged-in users -->
Add below:
HTML:
<!-- User Legend By Digitalus-->
<tbody> <tr> <td class="thead" colspan="2"> <a style="float: right;" href="#top" onclick="return toggle_collapse('forumhome_legend')"><img src=$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_legend].gif alt="" name="collapseimg_forumhome_legend" width="16" height="16" border="0" id="collapseimg_forumhome_legend"></a> <a href="showgroups.php$session[sessionurl_q]" rel="nofollow">User Legend </a></td> 
		</tr> </tbody> <tbody id="collapseobj_forumhome_legend" style=""> <tr> <td class="alt2"><a href="showgroups.php$session[sessionurl_q]" rel="nofollow"><img title="Legend" src="$stylevar[imgdir_misc]/whos_online.gif" alt="Legend" border="0"></a></td> <td class="alt1" width="100%"> 				<div style="float:left;"><strong>Legend</strong>:</div>
                <div style="float:left;">&nbsp;</div>
		<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Banned Member" ital="y" line="y" clr="#000000" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
			<div class="tborder" style="height:8px;width:8px;background:#000000;"></div>
		</div>
		<div style="float:left;">&nbsp;</div>
		<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Member" bold="y" clr="#999999" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
			<div class="tborder" style="cursor:help;height:8px;width:8px;background:#999999;"></div>
		</div>
		<div style="float:left;">&nbsp;</div>
		<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Vip Member" bold="y" clr="#FF9933" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
			<div class="tborder" style="cursor:help;height:8px;width:8px;background:#FF9933;"></div>
		</div>
		<div style="float:left;">&nbsp;</div>
		<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Moderators" bold="y" clr="#339933" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
			<div class="tborder" style="cursor:help;height:8px;width:8px;background:#339933;"></div>
		</div>
		<div style="float:left;">&nbsp;</div>
		<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Super Moderators" bold="y" clr="#0D3CEB" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
			<div class="tborder" style="cursor:help;height:8px;width:8px;background:#0D3CEB;"></div>
		</div>
		<div style="float:left;">&nbsp;</div>
		<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Administrators" clr="#DC143C" bold="y" ital="y" undr="y" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
			<div class="tborder" style="cursor:help;height:8px;width:8px;background:#DC143C;"></div>
		</div>
		<div style="float:left;width:10px;height:1px;">&nbsp;</div>
		<div style="float:left;" id="memberlegend"></div> </td> </tr> </tbody>
<!-- End User Legend by Digitalus -->
 
When you receive a notification, and you click "notifications" in the navbar, a drop down appears with every notification possible and of course the one you have. What is the hack that only displays the relevant notification? I swear I've seen it somewhere.

Also I have an MP3 music file, how can I make it play when a user receives a private message - the one's I have tried stretch the page for some unknown reason. Any ideas?
 
chaotic_geo said:
When you receive a notification, and you click "notifications" in the navbar, a drop down appears with every notification possible and of course the one you have. What is the hack that only displays the relevant notification? I swear I've seen it somewhere.

Also I have an MP3 music file, how can I make it play when a user receives a private message - the one's I have tried stretch the page for some unknown reason. Any ideas?

Relevant notification
Open the Template named 'navbar_notifications_menubit'
Replace everything with this Code:
HTML:
<if condition="$notification['total'] > 0"><tr>
    <td class="vbmenu_option"><a href="$notification[link]"><strong>$notification[total]</strong> $notification[phrase]</a></td>
</tr></if>
 
I'm looking for a mod that can give a certain usergroup more options than the normal one

explanation :

For vips, they dont have to reply to see the hide message or they get more options, like autoresponder

hope you guys understand me
 
ashutariyalr said:
Can any one provide me these two hacks...
1. Looking like category icons but don't know the name (Screenshot)
8vn7me.jpg


2. This is a Mouse over usergroup legend.. but can't find any where..
2vk16vr.jpg


Plz help.. me search these two..hacks

Up!

Plz help....
 
I was looking around a hack that can hide links for guest.... for 3.7.1 ....i cant find one... do anyone help me.. pls
 
Hi All,

I have it in my 3.6 forum and i want it in my 3.7 forum.
but i don't know the name anymore.

it's a hack in the forumdisplay and it looks like this:

Elias het Reddingsbootje De Speelfilm (2008)
Post Geplaatst Op: 03-08-2008 - Door: Nesty

I'm searching for the part in RED.
Post Geplaatst Op = Post Placed On.

So if somebody knows where to find or the name, it should be great!
 
Back
Top