vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   New Posting Features - Form Hack (https://vborg.vbsupport.ru/showthread.php?t=126676)

Stryker412 11-16-2008 10:18 PM

DJ, I use the forms for an application process and it is submitted into an area that only certain people have access to. The applicants cannot read the area it is submitted to but I found out that they can subscribe to the thread and be sent the replies. How can I deny anyone from subscribing in that section?

Digital Jedi 11-17-2008 06:16 AM

Quote:

Originally Posted by asandhanam (Post 1666870)
Can anybody suggest a captcha system that works well with this hack? I tried noSpam. But encountered problems getting it to work with this.

My solution was to just link unregistered users to the registration page, and then have used a redirect to the forum upon registration. That might not work for everyone though.

Quote:

Originally Posted by Stryker412 (Post 1667117)
DJ, I use the forms for an application process and it is submitted into an area that only certain people have access to. The applicants cannot read the area it is submitted to but I found out that they can subscribe to the thread and be sent the replies. How can I deny anyone from subscribing in that section?

Only thing I can think of at the moment, short of disabling subscriptions altogether, is to have the threads in that section go into the moderator queue first, and the upon approval, check it's subscription status with the thread starter. Or you can use the Unsubscribe option in the Admin CP an remove subscriptions from a specific user from a specific forum.

But then, I haven't checked to see if Abe set a variable setting for this.

Sawa Dee SohL 11-17-2008 04:13 PM

I'm trying to get the text(content I put in) to show up bigger - How can I enlarge the text/Make the font bigger?

How would I be able to make it so the Radio buttons - aren't so spread apart? Or make the font smaller for the default questions?

Murex 11-20-2008 04:13 AM

So nothing on getting a field written to the database?

Digital Jedi 11-23-2008 02:28 AM

I have a particularly large form to fill out. I notice if I spend a long time filling out the form, trying to submit or preview results in a security token error. I presume that means that it's just timed out. Is this a function of vBulletin on creating a new thread or is this a function of the modification and how would I increase the time limit?

Simon Lloyd 11-23-2008 09:35 AM

Your errors on unregistered users getting replies would be removed if you chose the email or pm options for the form.

The timeout i suspect is set in your vbulletin options as i have had a form open for over 30 mins before hitting preview and has worked ok.

s810car 11-24-2008 10:43 AM

I have been making an extensively complicated form, which has been coming out beautifully for what I need to do. I do have a problem though, I can't seem to edit the form answer template with any spaces, I have worked around some of that with the indent bbcode, but im also setting up some parts of the end user display inline like this:

info here(about 8 spaces)info here(about 8 spaces)info here
but it comes out like

info here info here info here

using nbsp stuff doesn't work cause it just displays it, any idea how to remedy this?

EDIT: lol happened in this editor too so had to write those comments up there, maybe it isn't able to be done with vBulletins WYSIWYG currently

Digital Jedi 11-24-2008 05:06 PM

Quote:

Originally Posted by s810car (Post 1671893)
I have been making an extensively complicated form, which has been coming out beautifully for what I need to do. I do have a problem though, I can't seem to edit the form answer template with any spaces, I have worked around some of that with the indent bbcode, but im also setting up some parts of the end user display inline like this:

info here(about 8 spaces)info here(about 8 spaces)info here
but it comes out like

info here info here info here

using nbsp stuff doesn't work cause it just displays it, any idea how to remedy this?

EDIT: lol happened in this editor too so had to write those comments up there, maybe it isn't able to be done with vBulletins WYSIWYG currently

The only way around that is to create your own BBCode that inserts a  .

s810car 11-24-2008 07:06 PM

yeah, problem with that is if the user is allowed to edit the post, they will see all the custom bbcode tags like I put in a noparse bbcode, makes it a mess.

Only workaround I found at the moment is hard-coding the class_bbcode.php, near the bottom is all of vbulletins $tag_list items. I was too lazy to read through all of the code to create a custom value option one, so made 3 tags at 9, 20, and 50 pixels. Heres the code in case anyone else had that issue:
PHP Code:

// [SPACE20]
        
$tag_list['no_option']['space20'] = array(
            
'html' => '<span style="margin-left:20px;">%1$s</span>',
                
'strip_empty' => true,
                
'strip_space_after' => 1
            
); 

The codes that allowed a {option} parameter had different code, but im sure anyone who reads through the code can figure it out

davida500 11-26-2008 03:39 PM

You have to be logged in to fill in a form, if you are not then this error is received:


PHP Code:

Fatal errorExisting data passed is not an array
Called set_existing in [path]/newthread.php(74) : eval()'d code on line 350
Called eval in [path]/newthread.php on line 74
in [path]/includes/class_dm.php on line 235 

Anyway is there a way to make it so this error disappears if you are not logged in?

Thanks.

David.


All times are GMT. The time now is 03:08 AM.

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.02441 seconds
  • Memory Usage 1,757KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete