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

I saw a addon like that and I dont know how I can do that sth same.

adszpu7.jpg
 
i'm looking for a dead link notification by members
where member who find a thread with dead link can report it juste by clicking a buton on the postbit and the reported thread can be listed in some page for moderation

Thanks
 
Can anyone help me out with this?

Im looking for an addon that adds a description box after the Thread Title´s box when creating a new Thread.

In the forum view it shows up like this later on:

img9_1216670377x.gif


_______Thanks! :)

 
I want Hack/Mod Which Displays usergroup img in Center of Postbit.

Also The Hack Which Tells I released "x" Releases with "y" Snatches.

Thanks in Advance

aacm7.jpg


14tc8c6.jpg
 
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
 
I need a mod which can show Members their last post ?
Coz some of my members visit my forum after 1-2 week so i need a hack which can show them their last post on forum...
 
How can I create a news module for vbadvanced witch looks like these:

screenieportalkm7.jpg


The image on the left in a thumbnail from the real image in the post.

Is it a hack, or is it something with settings?

Note:
The tekst is dutch, but thats not an issue...

Anyone?
Thnx!
 
How can I create a news module for vbadvanced witch looks like these:
The image on the left in a thumbnail from the real image in the post.

Is it a hack, or is it something with settings?

Note:
The tekst is dutch, but thats not an issue...

Anyone?
Thnx!

You need to get GARS - Geek Article and Review System.

It's somewhere on vBTEAM, search for it, download and then install it. Select a forum from the GARS system for news articles, then select that forum as a home page news forum from vBadvanced.

Then in your adv_portal_newsbits template you need to replace the avatar thingy which should look something like this:

HTML:
<img align="$stylevar[align=left]" style="padding:5px" alt="" border="0" src="$news[avatarpath]" title="$news[postusername]'s $vbphrase[avatar]" />

To this:

HTML:
<if condition="$geek[0]"> <img align="$stylevar[align=left]" src="$geek[0]" alt="" style="padding:5px;" border="0" alt=""/> <else /> <img align="$stylevar[align=left]" style="padding:5px" alt="" border="0" src="$news[avatarpath]" title="$news[postusername]'s $vbphrase[avatar]" /> </if>

Then just configure GARS and it should be really easy...

If you get problems check out: vba CMPS GARS block - The vB Geek

Should be plenty of info for you there.

---

To the guy above me: That feature is built into vBulletin. Look underneath your message when typing a message;

Additional Options
|-Miscellaneous Options

There should be 2 boxes that you need to tick:

Automatically parse links in text
Automatically retrieve titles from external links

;)
 
Back
Top