vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   New fields to postbit? (https://vborg.vbsupport.ru/showthread.php?t=75850)

Deaths 02-06-2005 05:40 PM

New fields to postbit?
 
Hey there,

I remember seeing a hack doing this a while back.
When a user posts a new thread, he can enter extra stuff, like "Required tools". That then is displayed next to the username or something.

Kinda like the hack installed here, but then way less advanced.

If anyone could find this hack here, it would be greatly appreciated.

SVTBlackLight01 02-06-2005 07:28 PM

Something like this?

http://www.modernengineuity.com/foru...=3733#post3733

Deaths 02-07-2005 02:34 PM

Yeah, kinda like that, but then integrated in the thread itself :)

Deaths 02-10-2005 01:29 PM

*Bump*

cinq 02-10-2005 01:41 PM

Something like that I am doing for my site now but briefly :

You could create a db table to house the additional information for each post.
Make changes to newthread/newreply templates for the new fields, eg. 'Required Stuff:' is a input text box.

In the newthread php file, you then insert the data into this db table you have just added to store the additional information.

After that, you would have to change your showthread/showpost/postbit(?) files/templates to reflect this additional information by querying the db table for what you need.

Not sure if that makes any sense :D

Deaths 02-11-2005 10:57 AM

I was thinking of doing that aswell.
I'll try it now, I'll let you know.

EDIT:
I tried doing what you sayd, but failed.
Can you try explaining your plan a bit more, maybe I misunderstood you.


All times are GMT. The time now is 01:40 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.00986 seconds
  • Memory Usage 1,713KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete