The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] DragonByte vBForms v2 (vB4) Details »» | |||||||||||||||||||||||||||||||||||
[DBTech] DragonByte vBForms v2 (vB4)
Developer Last Online: Mar 2023
Dragonbyte Forms is a mod that forces users to fill out a form before posting threads in select forums.
Uses For instance, you can use it to create a "support ticket" system like the one we have on DragonByte-Tech.com, or simply gather common information. A powerful alert system lets you receive emails for each new form filled out, and usergroup permissions control who can manage the forms in the threads themselves. ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. We appreciate the support! ------------------------------------------------------------------------------------------- Priority support & Product Demos available at: http://www.dragonbyte-tech.com ------------------------------------------------------------------------------------------- Translations available @ our forum Support for translations handled by the translator in its respective threads only. ------------------------------------------------------------------------------------------- Major Features Multiple Form Options You can create an unlimited amount of form categories that allows you to ask any number of different questions on a per-category basis. You can also create separate statuses for forms, which lets you mark forms as "handled". AJAX integration We used AJAX wherever we could to help reduce the page reloads (Pro) Powerful Alert System A powerful alert system lets you decide who should receive alerts for new forms filled out for select forums only. These fine-grained alerts ensure nobody receives unnecessary emails. Complete Feature List Lite Categories / Forms
Pro Questions
This mod displays a copyright notification in the footer of all pages which includes:
Download Now
Screenshots
Show Your Support
|
Comments |
#12
|
||||
|
||||
I'm unable to answer that until you answer the question you quoted in your post
Fillip |
#13
|
|||
|
|||
Quote:
Code:
eval($template_code); Code:
/** * Renders the output after preperation. * @see vB_Template::render() * * @param boolean Whether to suppress the HTML comment surrounding option (for JS, etc) * @return string */ protected function render_output($suppress_html_comments = false) { //This global statement is here to expose $vbulletin to the templates. //It must remain in the same function as the template eval global $vbulletin; extract($this->registered, EXTR_SKIP | EXTR_REFS); $template_code = self::fetch_template($this->template); if (strpos($template_code, '$final_rendered') !== false) { eval($template_code); } else { eval('$final_rendered = "' . $template_code . '";'); } if ($vbulletin->options['addtemplatename'] AND !$suppress_html_comments) { $template_name = preg_replace('#[^a-z0-9_]#i', '', $this->template); $final_rendered = "<!-- BEGIN TEMPLATE: $template_name -->\n$final_rendered\n<!-- END TEMPLATE: $template_name -->"; } return $final_rendered; } |
#14
|
||||
|
||||
Hmm, what version of vBulletin are you running? I think I know why, but it shouldn't happen - it doesn't on 4.1.12 and newer.
Fillip |
#15
|
|||
|
|||
I'm running 4.1.3
|
#16
|
||||
|
||||
I've made some code and template changes to attempt to fix this in the next version.
I'd recommend upgrading to the latest version of the branch you're on (so for you, 4.1.12) if you can't make the switch to 4.2 anyway, old versions sometimes have these quirks and it can be difficult for us to support legacy versions Fillip |
#17
|
|||
|
|||
Quote:
Also, am I filling out the forum properly? I have attached a screenshot to show you how I am inputting it. |
#18
|
|||
|
|||
I also get this error when replying to mods. It only happens sometimes.
Code:
Fatal error: Registry object is not an object in [path]/includes/class_dm.php on line 205 #0 vb_error_handler(256, Registry object is not an object, /home/xxx/public_html/forum/includes/class_dm.php, 205, Array ([this] => DBForms_DataManager_Entry Object ([validfields] => Array ([entryid] => Array ([0] => 3,[1] => 3,[2] => _-_mEtHoD_-_,[3] => verify_nonzero),[categoryid] => Array ([0] => 3,[1] => 1,[2] => _-_mEtHoD_-_),[statusid] => Array ([0] => 3,[1] => 0,[2] => _-_mEtHoD_-_),[questions] => Array ([0] => 0,[1] => 1,[2] => _-_mEtHoD_-_,[3] => verify_serialized),[dateline] => Array ([0] => 6,[1] => 2),[resolvetime] => Array ([0] => 3,[1] => 0),[responses] => Array ([0] => 0,[1] => 1,[2] => _-_mEtHoD_-_,[3] => verify_serialized)),[table] => dbtech_dbforms_entry,[condition_construct] => Array ([0] => entryid = %1$d,[1] => entryid),[bitfields] => Array (),[setfields] => Array (),[rawfields] => Array (),[registry] => ,[dbobject] => ,[lamda] => ,[errors] => Array (),[error_handler] => 1,[existing] => Array (),[info] => Array (),[condition] => ,[failure_callback] => ,[presave_called] => ,[hook_start] => data_start,[hook_presave] => data_presave,[hook_postsave] => data_postsave,[hook_delete] => data_delete),[registry] => ,[errtype] => 0)) called at [(null):0] #1 trigger_error(Registry object is not an object, 256) called at [/home/xxx/public_html/forum/includes/class_dm.php:205] #2 vB_DataManager->vB_DataManager(, 0) called at [/home/xxx/public_html/forum/dbtech/dbforms/includes/class_dm_entry.php:71] #3 DBForms_DataManager_Entry->DBForms_DataManager_Entry(, 0) called at [/home/xxx/public_html/forum/dbtech/dbforms/includes/class_core.php:227] #4 DBFORMS::initDataManager(Entry, , 0) called at [/home/xxx/public_html/forum/dbtech/dbforms/hooks/postdata_postsave.php:32] #5 require(/home/xxx/public_html/forum/dbtech/dbforms/hooks/postdata_postsave.php) called at [/home/xxx/public_html/forum/includes/class_dm_threadpost.php(949) : eval()'d code:114] #6 eval() called at [/home/xxx/public_html/forum/includes/class_dm_threadpost.php:949] #7 vB_DataManager_Post->post_save_each(1, 3612) called at [/home/xxx/public_html/forum/includes/class_dm.php:917] #8 vB_DataManager->save(1, , , , ) called at [/home/xxx/public_html/forum/includes/class_dm_threadpost.php:796] #9 vB_DataManager_Post->save() called at [/home/xxx/public_html/forum/includes/functions_newpost.php:567] #10 build_new_post(reply, Array ([forumid] => 37,[styleid] => 0,[title] => vBulletin 4 Requests & Help Section,[title_clean] => vBulletin 4 Requests & Help Section,[description] => Name change requests, vB Mods, Styles & Help go here.,[description_clean] => Name change requests, vB Mods, Styles & Help go here.,[options] => 97991,[showprivate] => 0,[displayorder] => 2,[lastpostid] => 3611,[daysprune] => -1,[newpostemail] => ,[newthreademail] => ,[parentid] => 94,[parentlist] => 37,94,25,-1,[password] => ,[link] => ,[childlist] => 37,-1,[defaultsortfield] => lastpost,[defaultsortorder] => desc,[imageprefix] => ,[dbtech_thanks_disabledbuttons] => 0,[vbseo_moderatepingbacks] => 1,[vbseo_moderatetrackbacks] => 1,[vbseo_moderaterefbacks] => 1,[vbseo_enable_likes] => 1,[vsa_frules] => 2,[dbtech_dbforms_enabledcategories] => 3,[podcast] => 0,[depth] => 2,[permissions] => Array ([6] => 16777215,[8] => 536870912,[9] => 549187839,[7] => 16776703,[2] => 549187839,[5] => 16777215,[1] => 655375,[3] => 542871807,[4] => 537526287,[12] => 12316927),[active] => 1,[allowposting] => 1,[cancontainthreads] => 1,[moderatenewpost] => 0,[moderatenewthread] => 0,[moderateattach] => 0,[allowbbcode] => 1,[allowimages] => 1,[allowhtml] => 0,[allowsmilies] => 1,[allowicons] => 1,[allowratings] => 1,[countposts] => 1,[canhavepassword] => 1,[indexposts] => 1,[styleoverride] => 0,[showonforumjump] => 1,[prefixrequired] => 0), Array ([isdeleted] => 0,[issubscribed] => 0,[emailupdate] => ,[folderid] => ,[description] => Have been looking for a good members map, where you can see on a map where each member is located around the world. Anyone know of any mod for this? I found one for vb 3.X but not vb 4.X,[threadid] => 1938,[title] => VBulletin member map,[prefixid] => ,[firstpostid] => 3611,[lastpostid] => 3611,[lastpost] => 1346602661,[forumid] => 37,[pollid] => 0,[open] => 1,[replycount] => 0,[hiddencount] => 0,[deletedcount] => 0,[postusername] => SiM22,[postuserid] => 1264,[lastposter] => SiM22,[lastposterid] => 1264,[dateline] => 1346602661,[views] => 0,[iconid] => 0,[notes] => ,[visible] => 1,[sticky] => 0,[votenum] => 0,[votetotal] => 0,[attach] => 0,[similar] => 1754,1803,76,1796,1429,[taglist] => map, member, vbulletin,[keywords] => map, member, vbulletin, found, world, located, members, good,[dbtech_thanks_disabledbuttons] => 0,[dbtech_thanks_requiredbuttons_content] => 0,[dbtech_thanks_requiredbuttons_attach] => 0,[is_solved] => 0,[wrdate] => ,[vbseo_linkbacks_no] => 0,[vbseo_likes] => 0,[tweet_screen_name] => ,[dbtech_dbforms_entryid] => 15,[entryid] => 15,[categoryid] => 2,[statusid] => 0,[questions] => a:1:{i:3;s:53:"https://vborg.vbsupport.ru/showthread.php?t=99920";},[resolvetime] => 0,[responses] => a:1:{i:0;a:4:{s:6:"userid";i:1264;s:6:"postid";i:3611;s:12:"responsetype";s:4:"user";s:8:"dateline";i:1346602661;}},[vbversion] => ,[forumurl] => ,[orgrequest] => https://vborg.vbsupport.ru/showthread.php?t=99920), Array ([postid] => 3611,[threadid] => 1938,[parentid] => 0,[username] => SiM22,[userid] => 1264,[title] => VBulletin member map,[dateline] => 1346602661,[pagetext] => Have been looking for a good members map, where you can see on a map where each member is located around the world. Anyone know of any mod for this? I found one for vb 3.X but not vb 4.X,[allowsmilie] => 1,[showsignature] => 0,[ipaddress] => 149.241.115.16,[iconid] => 0,[visible] => 1,[attach] => 0,[infraction] => 0,[reportthreadid] => 0,[htmlstate] => on_nl2br,[dbtech_thanks_cache] => ,[dbtech_thanks_disabledbuttons] => 0,[dbtech_thanks_requiredbuttons_content] => 0,[dbtech_thanks_requiredbuttons_attach] => 0,[post_thanks_amount] => 0,[isdeleted] => 0,[edit_userid] => ,[edit_dateline] => ,[edit_reason] => ,[hashistory] => ,[specifiedpost] => 1), Array ([message] => What about this? |
#19
|
||||
|
||||
Ah man, I was supposed to put out a hotfix for your issue Friday but it slipped my mind, sorry
Thanks for the reminder If you re-download, re-upload and re-import, it should work for you now As for the not an object, that I don't think I can fix, if it can't be reliably reproduced D: Fillip |
#20
|
|||
|
|||
So am I adding the right code to the form for it to have options? See my previous post with attachment.
|
#21
|
||||
|
||||
Indeed you are
Fillip |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|