vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   what Mod is this? (https://vborg.vbsupport.ru/showthread.php?t=144859)

VBUsers 04-14-2007 06:05 PM

what Mod is this?
 
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

Quote:

Originally Posted by MisterPopularity (Post 1470207)
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/9...adclickyx7.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

1 Attachment(s)
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:
PHP Code:

$usernamecode 

and add this right above it:
PHP Code:

$pb_areyousure 

Next in the same template find:
PHP Code:

<input type="text" class="bginput" name="subject" value="$subjectsize="40" maxlength="$vboptions[titlemaxchars]tabindex="1" /> 

Make sure its the input that has 'name="subject" ' and then replace it with this:
PHP Code:

<if condition="$bbuserinfo['posts']<=20">
                <
input type="text" class="bginput" name="subject" id="pb_subject" value="$subjectsize="40" maxlength="$vboptions[titlemaxchars]tabindex="1" disabled="disabled" />
<else />
                               <
input type="text" class="bginput" name="subject" value="$subjectsize="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

Quote:

Originally Posted by RLShare (Post 1576496)
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 [DATE]1216260672[/DATE] at [TIME]1216260672[/TIME] ---------------

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


All times are GMT. The time now is 08:01 PM.

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.01229 seconds
  • Memory Usage 1,761KB
  • 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
  • (4)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (18)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete