View Full Version : what Mod is this?
VBUsers
04-14-2007, 06:05 PM
it makes you click on the box before you can enter the title of the thread.
Description: If you want to get user's opinions about the value of a domain (site as a whole, or anything else related to a website), feel free to ask here.
I believe Appraisals is the BEST section for this topic
jackstraw01
04-17-2007, 11:39 AM
Got a link showing it in action?
irishblacknight
05-09-2007, 10:39 PM
One like that is in use on http://forums.digitalpoint.com/
wecleangrout
05-09-2007, 10:46 PM
hah, I just posted a thread asking where to find this mod. Anybody know?
irishblacknight
05-09-2007, 10:50 PM
This looks close:
https://vborg.vbsupport.ru/showthread.php?t=122994
VBUsers
03-20-2008, 11:03 PM
its not it. anyone else know?
DivisionByZero
03-20-2008, 11:13 PM
The Universal Pain in the Ass mod.
I understand the cause of wanting to use it, but you'll only make your board more annoying! ease-of-use should be everyone's primary focus.
VBUsers
03-20-2008, 11:26 PM
The Universal Pain in the Ass mod.
I understand the cause of wanting to use it, but you'll only make your board more annoying! ease-of-use should be everyone's primary focus.
i only want it for a certain amount of posts then it will stop for people over 20 posts. cant be that bad.
heres what it looks like
http://img527.imageshack.us/img527/9508/threadclickyx7.jpg
DivisionByZero
03-20-2008, 11:28 PM
i'd highly suggest using it once, for their very first post, returning a mousedown (or onClick) event (an alert or some custom popup) that has your message in it. if people can't get the hint after being told once, then 20 times won't make much difference
"You can take a guy out of the trailer park, but you can't take the trailer park out of a guy" :)
Smiry Kin's
07-15-2008, 12:13 AM
hmm any one going to give it a shot? lol
RLShare
07-15-2008, 02:19 AM
Ok I created a quick one, tested in IE 7 and firefox 2 & 3. Also note it doesn't disable the message area like it does on digital point, well because I didn't feel like going through VB's javascript to try to figure out how to at this time. But disabling the subject will achieve the same effect as the user cannot create a thread with it disabled.
So here goes
First the template edits:
Go to,
AdminCP->Styles & Templates->Style Manager->Your Style->Edit Templates->New Posting Templates-> NewThread
First find:
$usernamecode
and add this right above it:
$pb_areyousure
Next in the same template find:
<input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="$vboptions[titlemaxchars]" tabindex="1" />
Make sure its the input that has 'name="subject" ' and then replace it with this:
<if condition="$bbuserinfo['posts']<=20">
<input type="text" class="bginput" name="subject" id="pb_subject" value="$subject" size="40" maxlength="$vboptions[titlemaxchars]" tabindex="1" disabled="disabled" />
<else />
<input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="$vboptions[titlemaxchars]" tabindex="1" />
</if>
Next just import the plugin I attached.
One last note, its set up to stop showing for users with more then 20 posts because thats what you asked for.
Smiry Kin's
07-15-2008, 05:17 PM
example?
RLShare
07-16-2008, 03:25 AM
Its on my test board, I can't show you. It looks exactly as it does in that picture with the exception that 'logged in as whoever' shows up below the message/checkbox area.
Smiry Kin's
07-16-2008, 07:21 PM
Its on my test board, I can't show you. It looks exactly as it does in that picture with the exception that 'logged in as whoever' shows up below the message/checkbox area.
a screenshot will do.
RLShare
07-17-2008, 12:53 AM
lol
User with more then 20 posts... It looks normal.
https://vborg.vbsupport.ru/external/2008/07/8.png
User with less then 20 posts... The extra field shows up.
https://vborg.vbsupport.ru/external/2008/07/9.png
Smiry Kin's
07-17-2008, 01:01 AM
any point having the tick bit there if it doesnt work? lol
RLShare
07-17-2008, 01:03 AM
Re-read what i said before. It disables the subject not the message area, eitherway with the subject disabled you cannot submit a thread. Meaning it achieves the same thing, you have to tick it before you can create a thread..
--------------- Added 1216260672 at 1216260672 ---------------
I guess i should change the text of the subject field and make it more noticable that it gets disabled like it is on Digital point. I might do that tomorrow.
deep_blue
02-09-2009, 01:40 AM
Hi RL Share
Have you upgraded the mod. Is it also poissiblle to put this text in subject "Something descriptive here will fetch better response" as given in Digital Point Forums
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.