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)

ccplim 05-11-2008 05:57 AM

Quote:

Originally Posted by Deepdog009 (Post 1515641)
ccplim,,,

I usually add CSS,,, but its not needed here...
  • Goto Admincp
  • Open Style Mgr
  • Goto StyleVars
  • Look 4 Spacer Size and Edit

Play around with it between {{{ 30 to 200 }}}

Good Luck 2 ya

But if I were to use this method, that means it will affect the entire forum.

Is it possible to retain the spacer size and just adjust the column width?

It is okay if that is too troublesome. I can still live with it. :p

ccplim 05-11-2008 06:24 AM

Bro Deepdog009,

I tried playing around with the following codes

HTML Code:

<tr>
        <td class="alt2" valign="middle">
                <b>$radioquestion1</b>
        </td>
                <td class="alt3" valign="middle" colspan="1">
                <input type="radio" name="radioanswer1" value="$radiochoice1a" <if condition="$radiochoice1a == $radioanswer1">checked="checked"</if> /> $radiochoice1a (Want To Buy)
                <input type="radio" name="radioanswer1" value="$radiochoice1b" <if condition="$radiochoice1b == $radioanswer1">checked="checked"</if> /> $radiochoice1b (Want To Sell)
                </td>
        <td>&nbsp;</td>
</tr>

and it seems like by changing the "colspan" in the following from 2 to 1, it does help to shift the margin towards the left. However, I am not sure if this will have any side effect?

Change the colspan="2"
Quote:

<td class="alt3" valign="middle" colspan="2">
<input type="radio" name="radioanswer1" value="$radiochoice1a" <if condition="$radiochoice1a == $radioanswer1">checked="checked"</if> /> $radiochoice1a (Want To Buy)
To colspan="1"
Quote:

<td class="alt3" valign="middle" colspan="1">
<input type="radio" name="radioanswer1" value="$radiochoice1a" <if condition="$radiochoice1a == $radioanswer1">checked="checked"</if> /> $radiochoice1a (Want To Buy)

Deepdog009 05-12-2008 01:53 AM

Quote:

Originally Posted by ccplim (Post 1515664)
Bro Deepdog009,

I tried playing around with the following codes

HTML Code:

<tr>
        <td class="alt2" valign="middle">
                <b>$radioquestion1</b>
        </td>
                <td class="alt3" valign="middle" colspan="1">
                <input type="radio" name="radioanswer1" value="$radiochoice1a" <if condition="$radiochoice1a == $radioanswer1">checked="checked"</if> /> $radiochoice1a (Want To Buy)
                <input type="radio" name="radioanswer1" value="$radiochoice1b" <if condition="$radiochoice1b == $radioanswer1">checked="checked"</if> /> $radiochoice1b (Want To Sell)
                </td>
        <td>&nbsp;</td>
</tr>

and it seems like by changing the "colspan" in the following from 2 to 1, it does help to shift the margin towards the left. However, I am not sure if this will have any side effect?

Change the colspan="2"


To colspan="1"


ccplim,,,

Good deal,,, Hard work pays off...:up:

Sorry,,, I forgot about the spacer size changes will also affect your forum alignments...

Changing the colspan count in your form will only affect that template...

COLSPAN ("how many across") and ROWSPAN ("how many down")

ccplim 05-12-2008 05:12 AM

Quote:

Originally Posted by Deepdog009 (Post 1516707)
ccplim,,,

Good deal,,, Hard work pays off...:up:

Sorry,,, I forgot about the spacer size changes will also affect your forum alignments...

Changing the colspan count in your form will only affect that template...

COLSPAN ("how many across") and ROWSPAN ("how many down")

Thanks! :)

But then, I noticed that the column that I wanted to change is not controlled by COLSPAN. The COLSPAN that we are using here is actually controlling the column on the right hand side. :confused:

Scalemotorcars 05-12-2008 12:17 PM

Quote:

Originally Posted by Deepdog009 (Post 1515549)
************************************************** **

Daniel,,,

I setup your form and its showing manage attachments...

Scratch the form as the issue...
Its gotta B something else???

May its the usergroup setup??? It has 2-B something concerning PERMISSIONS or USERGROUP access...

************************************************** **

ccplim,,,
I will post L8ter

Thats what I thought also but no luck Ive edited both those in several ways and its not changing.

What about using the code right off the upload pop-up? Can it be hard coded into the form page? And if so how???

redraider 05-12-2008 05:58 PM

Any changes required for vb 3.7 ?

Deepdog009 05-12-2008 10:47 PM

Quote:

Originally Posted by ccplim (Post 1516820)
Thanks! :)

But then, I noticed that the column that I wanted to change is not controlled by COLSPAN. The COLSPAN that we are using here is actually controlling the column on the right hand side. :confused:

************************************************** ***
ccplim,,,
I've been a bit busy with testing some stuff for this mod and others,,, afterwards when I have some free time,,, I will try a bit of css and see if that might do the trick...

I will post about it L8ter...

************************************************** ***
Scalemotorcars,,,
I setup your form info and loaded it in IE,,, and it had the manage attachments in the right place... So next I went into my usergroups and switched attachments off,,, refreshed the page and the option was gone...

If you already checked the usergroups and its still not showing then it could also be that another MOD is affecting it???

************************************************** ***
redraider,,,
YES,,, this works with 3.7 beauts... install the 4.1 and read help file by ABE1

ccplim 05-14-2008 11:37 AM

Hi Deepdog009,

Thank you so much :)

Deepdog009 05-14-2008 07:03 PM

Quote:

Originally Posted by ccplim (Post 1519264)
Hi Deepdog009,

Thank you so much :)

YEAP,,,

I think Im going 2 focus more on forms next month and create some add-on form packs with mostly custom forms that will help folks with customizing a bit easier...;):cool:

Scalemotorcars 05-15-2008 07:15 PM

I think Im going 2 focus more on forms next month and create some add-on form packs with mostly custom forms that will help folks with customizing a bit easier...;):cool:[/QUOTE]

That would be great. No mater what I do I cant get the attachments section to come up. I turned off every hack Ive got and nothing changed. Must be something else.

If you can make another form hack like the WOW with a better attachments section that would be great. I could really use this for my car site when we have on line shows.


All times are GMT. The time now is 03:30 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.02047 seconds
  • Memory Usage 1,765KB
  • 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_html_printable
  • (8)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