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)

Deepdog009 04-06-2007 08:36 PM

My bad, i meant 3.6.5

Im using test board to verify this now. Maybe its another hack causing issue.

By the way can somebody help Milk Carton with the image verification add-on?

Good Luck

Fixed it...

Deepdog009 04-06-2007 11:08 PM

Use bbcodes from smilies fields to add some color and flair to PREVIEWS and posts...

Upload smilies and insert into your answers template

Take a Peek...
;)

dutchbb 04-08-2007 09:27 AM

Quote:

Originally Posted by dutchbb (Post 1206332)
Hello Abe, can you PLEASE tell me why it doesn't work anymore. Ihave now uninstalled/installed it over and over again but the same problem keeps coming back. The form apears, I can fill it in , but after submit nothing get's posted, there is just no thread made. And yes I have selected a forum where the thread needs to be posted in. How is this possible? I used this before for a year and it always worked , it's driving me nuts?!

Ok, I finally found the cause of this problem. It's because this mod doesn't work together with the form mod because it interferes in the posting process. It took me days to found this out but I'm happy to get it solved now. Hopefully both mods can work together in future updates some day...

hal05 04-08-2007 05:11 PM

This has to be the best mod ever!

Deepdog009 04-09-2007 12:02 AM

Im still having a few troubles getting this fully loaded, but here it is NE-ways.

Hope this helps...

HTML Code:

<script type="text/javascript">
function popup(url){
  window.open(url,"","width=275,height=250,scrollbars,");
  return false;
}
</script>

<a href="http://yourlinktocalendarpopuppage.com" onclick="return popup(this.href);">One</a>




<a href="" onclick="return popup(this.href);"><img src="/images/calendar1.gif" alt="Submit Events" width="20" height="20" border="0"></a>

Use this in body of page.

This is very useful 4 many things. Im using it to send folks to CALENDAR events. Not fully perfected.

Good Luck

marlita 04-10-2007 06:21 PM

If a user fills this out & it goes into a thread, are they automatically subscribed to that thread too? What about the forum?

Deepdog009 04-10-2007 06:28 PM

Quote:

Originally Posted by marlita (Post 1224358)
If a user fills this out & it goes into a thread, are they automatically subscribed to that thread too? What about the forum?


I haven't played around very much with replys to forums, but Im sure if their a member of your forum and forums is set to subscibe, then it should work.

Marlita use your test board to verify.

Good Luck

Deepdog009 04-10-2007 06:34 PM

If you dont like the standard form in vBull then use CSS forms to help spice um up. Make changes as needed...

HTML Code:

<style type="text/css">
body{
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        background: #CCD8FF;
        color: #000000;
}
.outside{
        color: #000000;
}
.radio_button_question{
        font-weight: bold;
        vertical-align: top;
}
.radio_button_answer{
        padding-right: 5px;
}
.text_field_question{
        font-weight: bold;
        vertical-align: top;
}
.file_upload_question{
        font-weight: bold;
        vertical-align: top;
}
.segment_header{
        background: #3265FF;
        color: #ffffff;
        background-repeat: repeat;
}
.text_area_question{
        font-weight: bold;
}
.check_box_question{
        font-weight: bold;
}
.check_box_answer{
        padding-right: 5px;
}
a{
        color: #0000FF;
}
a:visited{
        color: #0000FF;
}
.matrix_question{
        font-weight: bold;
}
.matrix_header{
        font-weight: bold;
        background: #3265FF;
        background-repeat: repeat;
        color: #ffffff;
}
.matrix_subquestion{
        font-weight: bold;
}
.matrix_answer_dark{
        font-weight: bold;
        background: #273254;
        color: #ffffff;
}
.matrix_answer_light{
        font-weight: bold;
        background: #4F65A9;
        color: #ffffff;
}
.matrix_td{
        border-right-width: 1px;
        border-right-color: #000000;
        border-right-style: solid;
}
.multi_scale_question{
        font-weight: bold;
}
.multi_scale_break{
        background: #3265FF;
        background-repeat: repeat;
}
.ranking_question{
        font-weight: bold;
}
.ranking_dark{
        background: #f0f0f0;
}
.text_area_matrix_question{
        font-weight: bold;
}
.page_break{
        background-color: #0000ff;
        color: #ffffff;
}
.end_of_form{
        background-color: #000000;
        color: #ffffff;
}
.left_question{
        text-align: right;
}
.right_question{
        text-align: right;
}
.form_table{
        background: #99B2FF;
        border-width: 1px;
        border-color: #000000;
        border-style: solid;
}

</style>

Good Luck!

rayw 04-11-2007 07:29 AM

I'm trying to modify this form a little bit so that I have a drop down box with a list of 2-3 forums that users can choose to post the information too. I'm not an experienced programmer so I'm having a little trouble getting this working.

Would anyone be willing to post exactly what needs to be modified for this to work correctly?

THanks! :)

Deepdog009 04-11-2007 11:36 AM

Quote:

Originally Posted by rayw (Post 1224763)
I'm trying to modify this form a little bit so that I have a drop down box with a list of 2-3 forums that users can choose to post the information too. I'm not an experienced programmer so I'm having a little trouble getting this working.

Would anyone be willing to post exactly what needs to be modified for this to work correctly?

THanks! :)

In answer template add another...>
$dropdownquestion4
$dropdownanswer4


in proper order, you may have to shift stuff around a bit...

HTML Code:

$formtitle

$radioquestion1
$bbuserinfo[username]

$question1
$answer1

$question2
$answer2

$radioquestion1
$radioanswer1

$radioquestion2
$radioanswer2

$radioquestion3
$radioanswer3

$radioquestion4
$radioanswer4

$radioquestion5
$radioanswer5

$radioquestion6
$radioanswer6

$radioquestion7
$radioanswer7

$dropdownquestion1
$dropdownanswer1

$dropdownquestion2
$dropdownanswer2

$question3
$answer3

$radioquestion8
$radioanswer8

$radioquestion9
$radioanswer9

$radioquestion10
$radioanswer10

$radioquestion11
$radioanswer11

$question4
$answer4

$dropdownquestion3
$dropdownanswer3

$question5
$answer5

$question6
$answer6

------------------------------------------------------
$vbtextquestion

$vbtextanswer

------------------------------------------------------



All times are GMT. The time now is 09:15 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.01626 seconds
  • Memory Usage 1,758KB
  • 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
  • (3)bbcode_html_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