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

Hi!

I know that earlier versions of vBulletin did allow users to change their birtday. But it seems that in later versions it is only possible to change birthday in backend (Acp) but I would like to let the users change their birthday by them self, only for a while, This is because every users bithhday is wrong since I imported them into vBulletin from Joomla. and actually, I think the users shoud be the one that enter their birthday by them selfes.

Anyone have any idea how to do this?

Br
Darker
 
naamloosja2.jpg


what is this mod?
thx
 
Guys, I don´t know the name of hack but it function:
- when we add some nickname, if this user post or create some topic, other people can´t see, well, a ignore system, basically.

I thought if with usergroup manager I can make this but no, the default vbulletin don´t has any option to do this.
 
i need to figure out how to make the forums show the last post in the thread on main page

i got the mod here to make forums in colums and it works great thank u for that
but if u look in these pictures ull see what i mean


here is with last post in thread
haslastpost.jpg




here is my site with out last post in thread
makes it hard to know when new post are out

nolastpost2.jpg



thank u so much if anyone can help !
 
is there any hack which can post an auto welcome thread for new members ? if there is post here thanks in advance :)
 
hey guys ,,
I just want to know how do I add these banners in in posts ...I have a posted a screenshots ... is there a custom code to it or some hack which can help me to put my team banners in threads/posts

thanks in advance
5719d1218221743-how-add-banner-admin-banner.jpg
 
dcuellar said:
I'm looking for a mod that changes the color of the member's username based on usergroup.

I've seen this on other forums, but can't recall what the name of the mod is.

Help?

that is already apart of vBulletin.
Go edit a usergroup and then find the style row. like 3rd or 4th row.
 
i want to add a book gallery on my forum , where members can read and download the books

i am not sure if this mod is available so can any one find me a closest match i tried searching but in vain ,

or if there is some sort of download section available to upload the books and other files to download
 
JingKoB said:
can anyone get me -> Prefix for Sub-Forum Status Images

thanks!!

This allows the Prefix for Forum Status Images on Sub forums.

In the template
forumhome_subforumbit_nopost

replace all the code with this:

PHP:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].png" alt="" border="0" id="forum_statusicon_$forum[forumid]" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>

In the template
forumhome_subforumbit_post

replace all the code with this:
PHP:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/$forum[imageprefix]subforum_$forum[statusicon].png" alt="" border="0" id="forum_statusicon_$forum[forumid]" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
 
ssj162 said:
Hey,

What kind of mod is this? I see alot of advertisement mods but I'm wondering which this one is. Also, is it possible to put google ads in here instead of static ones?

http://img393.imageshack.us/img393/8277/whattr2.jpg
http://img527.imageshack.us/img527/30/what2oq4.jpg

Thanks in advance,
-SsJ162

i think thats just a regular forum like

Make a New Section/Fourm

And Make It Visible to Members Only.. and make a ViP or Donator Usergroup..

And Make it invisible to Donator Group

and add image in the Description section with no Name.... and Close the forum ;)
 
exel said:
i think thats just a regular forum like

Make a New Section/Fourm

And Make It Visible to Members Only.. and make a ViP or Donator Usergroup..

And Make it invisible to Donator Group

and add image in the Description section with no Name.... and Close the forum ;)

Okay, but is it possible to put google ads in there instead of a normal ad?

Also another question.
Is there any mod that makes people on my forum to purchase points from me to give the points to other people?

Example:
  • Someone is selling a game account for $300.
  • Points cost $1 for 1 point
  • To prevent the buyer to scam the seller I want a system that the buyer first has to buy points from my system so that he can buy the account with the points he purchased.
  • It would be nice if there could be a delay for the points to be added to the account since there's alot of paypal scamming around these days.

Also an eBay feedback-like system (iTrader?) would be nice.

-SsJ
 
is it possible to show coded ads (coded in the style template) only to a certain usergroup?

[EDIT] Found it !


Just ad the advertisement between this

Code:
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3, 4, 5, 6, 7, 8, 9)"></if>

userinfo 1 to 9 are my usergroup IDS, change them to whatever suits your forum.
 
I saw a Reputation Box, on vbulletin, that allows me to give 1 (or another) reputation if i have 10 rep power. See the screen shot. Thanks :)
 
Back
Top