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)

viper357 09-12-2008 05:14 PM

Quote:

Originally Posted by Gasper (Post 1620618)
Use html.

Do you mean like this...

Code:

<A HREF="http://www.marineaquariumsa.com/announcement.php?f=73">New Rules </A>

It doesn't work, I get a parse error :(

ccplim 09-13-2008 04:08 AM

Quote:

Originally Posted by viper357 (Post 1620651)
Do you mean like this...

Code:

<A HREF="http://www.marineaquariumsa.com/announcement.php?f=73">New Rules </A>

It doesn't work, I get a parse error :(

Is this for your final output after the form have been submitted? If yes, use standard BB code in your formanswer template.

dmorales 09-13-2008 04:21 AM

Quote:

You guys should be careful with this bug.

This happens with topics which are created by this hack.

When an user chooses option "Instant email notification" in "Default Thread Subscription Mode", then the moderators move those topics (that user subscribed) to moderator areas or somewhere that user can't access, but emails were still sent out to nofify that user about all the replied messages.

Sometimes the administrators and moderators discuss about that user in those topic are created by this hack, he/she also knows everything even he/she can't access to the area where the topics has been moved in.

Please advise.

Thanks.
Does anyone have a solution to this problem? I would appreciate the help. My users can see any messages that are left since they are subscribe to the thread. It sends them e-mail with the updated message. It's kinda defeats the purpose to having the applications confidential and only for moderators to comment on.

jdunsworth 09-13-2008 11:46 AM

Quote:

Originally Posted by illithid (Post 1618201)
Check around line 100 for a missing semicolon( ; ), double quote( " ), single quote( ' ) or bracket( { ).

This didn't work.. everything in newthread.php is fine. I get this error no matter if I upload a brand new product from this thread without editing it or use one I edited...

I want to say that it was a general compatibility issue with 3.7, however, it works fine on one of my forums running 3.7 and I haven't edited anything else with this forum that should mess it up.

viper357 09-13-2008 12:18 PM

Quote:

Originally Posted by ccplim (Post 1620922)
Is this for your final output after the form have been submitted? If yes, use standard BB code in your formanswer template.

No, I am creating the form for it to be filled in by members, at the bottom of the form I am trying to put a link to a URL for the rules for the members to read before they submit the form.

jdunsworth 09-13-2008 06:13 PM

I got it working.. to my mistake I had accidentally had an extra quotation in one of my variables.. whoops! :D

viper357 09-15-2008 06:56 PM

Quote:

Originally Posted by blacklancer (Post 1138776)
I'm having problems with this hack...

I have the need for 2 forms. I made the easier one of the 2 first and tested it and it works fine. When I do the 2nd one, it gives me the following error when I try to submit the form.

Code:

Fatal error:

    * Please complete both the subject and message fields.

Unable to proceed with save while $errors array is not empty in class vB_DataManager_PM in /includes/class_dm.php on line 763

any advice on what to do??

I'm having the exact same problem, any idea on how to solve it? I am also using the "edit thread button" hack.

Null Parameter 09-16-2008 03:21 AM

I figured I would post this because I didn't see it anywhere else in a quick search through here.

If you want to have a separate activity on the online page, then there is a simple addition to the product to allow this. For example, if you have a form to submit a PM to the admins, then when a user is using that form, you could have their location/activity be "Contacting the Admins". That is just an example, it is open to whatever you want.

Here is the code you must add to the product xml to get this easy addition:

Code:

<plugin active="1" executionorder="5">
        <title>Form Name - Online Location Complete</title>
        <hookname>online_bit_complete</hookname>
        <phpcode><![CDATA[
        if($userinfo['activity'] == 'newthread' && $userinfo['values']['do'] == 'your_form_name')
        {
                $userinfo['action'] = "???";
        }
        ]]>
        </phpcode>
</plugin>

Just replace 'your_form_name' with the name of your form and put whatever text you want in the action field.

This works on my vBulletin v3.7.3, haven't tested older versions.

Oh yeah, I think that this should be added into the base product. ;)

uberjon 09-16-2008 03:46 AM

Quote:

Originally Posted by Null Parameter (Post 1623123)
I figured I would post this because I didn't see it anywhere else in a quick search through here.

If you want to have a separate activity on the online page, then there is a simple addition to the product to allow this. For example, if you have a form to submit a PM to the admins, then when a user is using that form, you could have their location/activity be "Contacting the Admins". That is just an example, it is open to whatever you want.

Here is the code you must add to the product xml to get this easy addition:

Code:

<plugin active="1" executionorder="5">
        <title>Form Name - Online Location Complete</title>
        <hookname>online_bit_complete</hookname>
        <phpcode><![CDATA[
        if($userinfo['activity'] == 'newthread' && $userinfo['values']['do'] == 'your_form_name')
        {
                $userinfo['action'] = "???";
        }
        ]]>
        </phpcode>
</plugin>

Just replace 'your_form_name' with the name of your form and put whatever text you want in the action field.

This works on my vBulletin v3.7.3, haven't tested older versions.

Oh yeah, I think that this should be added into the base product. ;)

nice! was looking for this yesterday!!! (may i kiss you? :eek:)

+1 for base product! :D

viper357 09-16-2008 07:55 PM

Any help with post number 1258
Please :)


All times are GMT. The time now is 06:50 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.06666 seconds
  • Memory Usage 1,756KB
  • 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
  • (5)bbcode_code_printable
  • (7)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