vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   FORM to THREAD/ FORUM/ POLL/ PM/ EMAIL - CUSTOMIZABLE FORMS - Mod Apps, Orders, News. (https://vborg.vbsupport.ru/showthread.php?t=66082)

Erwin 12-28-2004 08:34 PM

Quote:

Originally Posted by alkatraz
I've been watching this thread for months hoping to see the option for attachments.

As soon as it's added this hack will become invaluable to every admin who has a classifieds sections or a members _____ section (fill in the blank, with anything from car profiles to collections)

My #1 pet peeve is people posting classifieds without the required info and it's a huge waste of time for my moderators to make sure the info gets posted. (I realize your time is probably worth more then that, but am hoping a small donation will give you some incentive)


I dropped $100 bucks on the ClassifiedPost system which ended up being a nightmare for my members. Adding attachments to this hack (combined with the recently released thumbnail threadview) will make all my headaches go away!!!

I would gladly paypal you $25 bucks for your time Erwin if you can make it happen by Jan 1st. =)

Definitely not by Jan 1st. :) I've better things to do with my time. But I will be adding this, just not in the near future. I have a million things to do for my own forums.

alkatraz 12-29-2004 06:08 AM

lol I understand, it was worth a shot ;)

Spinball 12-29-2004 07:59 AM

Hi Dr Eriwin, Sir,
do you intend to implement the attachments functionality as part of a general duplication of the other options when creating a thread?
I ask because my members are requesting the ability to subscribe to the threads at the point of submitting the form.

Abe1 12-29-2004 01:24 PM

Quote:

Originally Posted by Spinball
Hi Dr Eriwin, Sir,
do you intend to implement the attachments functionality as part of a general duplication of the other options when creating a thread?
I ask because my members are requesting the ability to subscribe to the threads at the point of submitting the form.

This is what i do. After someone clicks 'submit,' they are directed to the 'edit post' page. This gives them a chance to add attachments. Also, when they click on 'update post' is adds the words in the post to the search index.

Spinball 12-29-2004 01:37 PM

Quote:

Originally Posted by Abe1
This is what i do. After someone clicks 'submit,' they are directed to the 'edit post' page. This gives them a chance to add attachments. Also, when they click on 'update post' is adds the words in the post to the search index.

Thanks, Abe1, it's a nice solution but unfortunately not appropriate for my forum where people submitting their classified adverts are not then allowed to edit them.

mod2000 12-30-2004 10:48 PM

is there no need of updateing the searchindex table ? I see some mysql inserts but no update of the searchindex of the board.

EDIT: And my question ???? HEEELOOO

alkatraz 12-31-2004 07:28 AM

Quote:

Originally Posted by Abe1
This is what i do. After someone clicks 'submit,' they are directed to the 'edit post' page. This gives them a chance to add attachments. Also, when they click on 'update post' is adds the words in the post to the search index.

sweet! that will do the trick until attachments are added.

for anyone else that wants the code to do this,

Find
PHP Code:

if ($redirectoption == "3") {
            
$url "forumdisplay.php?$session[sessionurl]f=$forum[forumid]";
        eval(
print_standard_redirect('redirect_postthanks'));
   exit();


Add BELOW,
PHP Code:

if ($redirectoption == "4") {
            
$url "editpost.php?do=editpost&$session[sessionurl]p=$post[postid]";
            eval(
print_standard_redirect('redirect_postthanks'));
   exit();


and then use $redirectoption = "4";

alkatraz 12-31-2004 07:32 AM

SPINBALL

Thanks for your code too!!

ChrisBaktis 01-02-2005 02:58 AM

Is there a way to have this Pm'd to more then one person? I get a database error if I try to add 2 user ID's.

Chris

alqadir 01-04-2005 05:36 AM

thanks alkatraz, this hack addition works perfectly. :)


All times are GMT. The time now is 02:25 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.01650 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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