![]() |
This is a pretty dumb questoin, but when you say:
2 - Edit the main hook - the instructions are all inside the hook itself, in the top half. Follow the instructions carefully! Where is this "main hook" ? |
Quote:
|
Hi, thanks for your reply. Also, I go into edit templates -> form -> and I see:
//////////////////////////////////////////////////////////////////////////////////////////////////// //LONG TEXT AREA INPUT: QUESTION 1 (do not use quotation marks or you will get a parse error) //////////////////////////////////////////////////////////////////////////////////////////////////// $longquestion1 = "X."; $longexplain1 = "X."; $longquestion2 = "X?"; $longexplain2 = "X?"; (I added #2) Now, at the top, Code:
// Part 2 Is this correct? Also, I see, //////////////////////////////////////////////////////////////////////////////////////////////////// //NORMAL INPUT BOX : QUESTION 1 (do not use quotation marks or you will get a parse error) //////////////////////////////////////////////////////////////////////////////////////////////////// $normalquestion1 = "test"; I dont really understand that, thanks. |
Quote:
I have several very customized forms is use. What would be the best way to upgrade to gain the editor functionality without having to redo my forums and templates? |
Hm...
View: http://forums.roxr.com/t4151-free-we...g-request.html And: http://forums.roxr.com/newthread.php?do=form In my first link, you will see I went down 1 THROUGH 12. YET, 10 and 11 just are gone. For no reason at all. I have checked my files over and over and I cannot find why. Is it because it's 10, when there is already a 1? idk. |
k, I have now go to:
http://forums.roxr.com/t4155-free-we...g-request.html But it just copies 12. I have actually gone down to the "dont edit this if you dont know what your doing" and failed, rofl. |
Quote:
|
Quote:
|
It Keeps Telling Me:
Invalid Forum specified. If you followed a valid link, please notify the administrator |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
When will you have time?
Also to answer ShadowOne's question, it's probably because you called the form something different and are still using "/newthread.php?do=form (change "form" to the name of your form )" |
Quote:
|
Well, I could live with one I think if you dont have time.
|
Quote:
|
Quote:
|
Abe, thanks for this update. I will start testing asap. Did you happen to address the sign a contract plugin collision issue?
Couple of suggestions: I would recommend including bug fixes in the first post, and I would suggest ordering your version updates in reverse order as I have seen other vB mod-makers do. Can't wait to test this out! |
Quote:
I didn't write a list of what i had done so I forgot everything to include some bug fixes in the post. I like puting the most recent updates on the bottom. |
I installed and I click newthread.php?do=form and I fill and sent,but I can not read generic form topic because it says no permissions.that was the first question.and the second is;
I want to create a new form for aplication moderators what should I do? thnx |
Quote:
Hopefully one of you can find the time in the near term, as these would both be extremely useful to have. Thanks again for the update - as I said, I will let you know when I've tested. |
Hello,
I have a problem with this hack. I cannot create new subjects. As regards answering in a given message, Ca functions. But not for the creation again in a given forum. It gives me has each invalid time URL. Thank you, Cédric :ermm: |
wow! This seems like a GREAT Hack..Now this is the one question I can't seem to find the answer to. Lets say I have a mp3 post forum and a form to submit info on the mp3. Now when someone enters the mp3 forum, were do I go or how do I edit the "Post a topic or start new thread button" so that is points to the
hxxp://www.mysite.com/newthread.php?do=Mp3Post I just can't seem to figure this one out. Sorry if this is a dumb question. :ermm: |
Quote:
|
Quote:
Thanks Abe for the info. I saw on another forum (can't remember which one exactly) that uses your form hack and on there "post new thread" button was the link to there form. I was just wondering how do you or if you can do that. |
Quote:
|
How come I got this error??
Warning: Division by zero in /includes/functions.php(4300) : eval()'d code on line 10 |
Quote:
|
I rename my $formname to mod_application
and when I try to go http://www.gamerzplanet.net/forums/n...od_application |
Quote:
|
Quote:
Template is FORUMDISPLAY Find this section of the default code: Code:
<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td> Code:
<td class="smallfont"><if condition="$show['newthreadlink']"><a href="<if condition="$foruminfo['forumid'] == XX">newthread.php?do=formXX<else />newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]</if>" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td> And change formXX to the name of your forum (in your case Mp3Post) that you want to be taken to when the button is clicked in that forum, Now if you have more than one forum with more than one form you can do that too. Say you have your MP3 forum and a different movie forum, each with a different form you want it to go to when you click the New Thread button you just simply add more conditionals and closing if statements. So for two of them you could use: Code:
<td class="smallfont"><if condition="$show['newthreadlink']"><a href="<if condition="$foruminfo['forumid'] == XX">newthread.php?do=formXX<else /><if condition="$foruminfo['forumid'] == YY">newthread.php?do=formYY<else />newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]</if></if>" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td> To do this with three or more different forums, just add: Code:
<if condition="$foruminfo['forumid'] == XX">newthread.php?do=formXX<else /> Code:
</if> Code:
" rel="nofollow"> I hope this is what you were asking for and I also hope I explained it well enough for you. Good Luck! |
Quote:
|
Quote:
|
Hello,
I have a little problem with this hack, the title of all post generated are fixed (var $posttitle = "$formtitle"), how can I make to choose the title to the user? Thank you |
Quote:
|
Hello,
I have an error. Can you help me, please ? Thanks, Cédric :ermm: |
Re,
The error is here. forumid = 0 How change this ? Thanks, Cédric :ermm: |
Quote:
|
Since upgrading long answers no longer show up, any ideas?
|
All times are GMT. The time now is 01:07 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|