![]() |
PHP Code:
Form Hook: Before Submit: field? And if so, what would the correct setup be to work with this existing code: PHP Code:
|
Is there a way to block more than 1 vote attempt per IP? Ive got people voting multiple times just by registering new accounts.
|
For those that are still using this on their 3.8 board and are using VB image Hosting
, were you able to add the code to the form editor, if so, would you mind sharing the "how to" with me? EDIT: I can get the code to show in editor below smilie box as per instructions but it will not post image info in message area. |
Quote:
|
I have a coder looking at it as we speak.... I am sure he will either share his edits here or allow me to.
|
Suposse this is anserw but i cant find it... How can i add a form into a vbulletin internal page?
|
I would need something like this to use as an petition on my forums
Will this work on VB4? Also if I modify this in order that user sign in for petition, will I be able to print out somehow all data in order to take this as proof for real petition? Bunch of details as every user birthday, id number, address and such....making things visible only for me not for public and so on... Was searching for petition hack but there is no any, only some ppl mention that this can be used as such Please give me some ideas, or opinions Thanks |
Quote:
|
Hi, I've created a basic test form with one question with 3 checkboxes for answers.
It works fine with the default settings but when I try to customise the form output by using: Quote:
I'm using vb 3.8.5 and the plugin version 3.6. Thanks! |
Quote:
It's now working using the code as below and since I upgraded the plugin to the 3.7 beta and (in the xml file) changed all instances of TYPE=MyISAM to ENGINE=MyISAM. (I don't know if that's related to the issue but just posting here in case it helps someone else tearing their hair out like I was!) This is the code used (as has been posted previously in this thread) In a custom question called 'prefix': Code:
require_once(DIR . '/includes/functions_prefix.php'); and in the 'Form Hook: Before Submit:' section: Code:
$form['prefix'] = $form['prefixid'] = $qo['15']; Thank you developer, awesome plugin! (I tried to get this working years ago and struggled but I guess my vb brain has evolved since then :)) |
Thanks for sharing! :) I do not use this modification, but it is a popular modification. I am just thanking you in case others do not.
|
any support for vb3.8.8 please
bananalive are u a live |
hi guys
can anyone help me # I want to do select a specific time (like 24 hourse) so that member would be able to re- fill the form again can i do it from ip members and guest too # I want to make the forms can not be submitted until approved by the Administration (i try PHP Code:
# I want to put The option to search for answers on the form fields in theard # I want put new post button in theard if i use Post in Thread and new Thread button in forumdisplay if i use Forumid where Thread is posted # i want to add fields answers in header moving bar help me please :( i hope to support this mod again :( must upgrade to 4.3 for vb3.8.8 |
It works in VB5?
|
Quote:
|
Quote:
http://www.vbulletin.com/forum/filed...ledataid=64702 |
Nope, if there was I would have linked you to it. :)
There is not many mods at all for vB5 |
Quote:
|
Imo I would start with vB4, as vB5 has very little to offer for addons, and it is still missing a lot in the core software that vB4 has.
|
I add a question
What is your sex ? There are two options one is Male two is Female i want to add icon for option one and another for option two and answer is be icon can i do it ? or if i want add blue color for male and Pink for female ! and i add another question Choose your country ? i want the answer be icons of state flag |
For info for the developer - I just went to copy a form, it seems to have copied fine but gave me the message 'could not find the phrase 'copyform' after copying. So there could just be a small error with phrases there.
|
Edited to add: Solved! See end of post
--------------- I'm not sure if others are experiencing this issue (I've searched the thread but it's very long so hard to say) - I've added the vbulletin editor as a question in order to allow image attachments/uploads - but the toolbar that is displayed on the form does not include the IMG bbcode button (all other editor buttons seems as normal) and the paper clip icon for attachments does nothign when clicked (checked in Firefox and IE). The forum that the form is being submitted to does allow images/attachments so I'm not sure if there's something wrong, or a setting somewhere that I've missed? Any advice would be much appreciated :) ------------- Apologies, my bad! There is an 'allow attachments' checkbox that appears if the form is set to submit to a new thread (which luckily my form does). But still no IMG bbcode button which I really need to avoid our server being filled with images people could save elsewhere. For now I can ask people to write the bbcode by hand but if anyone can give me any tips on why this is happening or how to fix, please let me know. Thanks! |
Quote:
|
Quote:
Quote:
Quote:
|
m7sen, that is a lot of "I want...."'s maybe it would be best to Support the Developer and then ask or PM him/her and ask for a quote to do all that work, after all coders need to eat too! :)
|
Quote:
i can not pm hem coz his pm is full !!!!!!!!!!!!! and what if i Support hem and he didnt answer me and help me must help coz this is his mod !!! if he will help me no porblem with me do supported hem |
I understand there's a lnguage barrier, but "Must help" no he doesn't have to, it is his mod, he built it and gave it to the community for free and the mod is marked unsupported which means he rarely has time to work anything extra or provide a support service.
I guess you'll just have to wait to see if he has time to answer in this thread. |
l want to show new thread page.
l created form and if you members click a new thread show form and than create thead. Who can help me ? |
Quote:
Open the FORUMDISPLAY template and create a backup. Find: Code:
<td class="smallfont"><if condition="$show['newthreadlink']"> Code:
<if condition="$forumid == ??"> Code:
</a><else /> </if> Code:
</if> Happy editing!:up: |
Quote:
Can you write a 4.x code ? |
User still able to create new thread bypassing the form by doing /newthread.php?do=newthread&f=x
How to prevent this? |
Quote:
PHP Code:
Code:
<?php if (!$_SERVER['HTTP_REFERER']) die(' Direct Access Denied.'); |
All times are GMT. The time now is 10:14 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|