Quick Login   
 
Register AdminFusion Tutorials
 
Featured Sponsors


One.com Domain and Hosting


Register
Forum of the Month
Australian Webmaster
fotm

A webmaster forum specifically catering for Australian site owners. We discuss site development, marketing and management issues.

Tag Cloud
Latest Threads
Forum Stats
7,897 Members
165,071 Posts
37 Users Online

Please welcome our newest member, goodfriend4!

Affiliates
Go Back AdminFusion » Management » Handling Problem Members » Custom form instead of the standard "new thread" form?
Welcome to the AdminFusion. AdminFusion is the ultimate resource for forum administrators and moderators. With exclusive articles, interviews with the experts, free downloadable skins, and the revolutionary post exchange system - PostFusion, AdminFusion is the place to go for all of your forum needs.  By joining AdminFusion, you will become part of a thriving admin community and immediately gain access to all of these resources. Registration is fast, simple and absolutely free so please join us today!
Want more than our forums? Try these: Post Fusion Forum Matrix
Old 11-27-2005, 11:05 PM   #1

Title: Veteran

Points: 2,832, Level: 15Points: 2,832, Level: 15Points: 2,832, Level: 15
Level up: 16%, 218 Points neededLevel up: 16%, 218 Points neededLevel up: 16%, 218 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Nov 2005

Posts: 518

Hell³ is on a distinguished road
 
 
Custom form instead of the standard "new thread" form?

Well, right now I'm thinking of having software and hardware categories in my forum, and in those categories have helpdesk forums where users can post their problems with each and get help from other users.

And for making it easier for everyone to give and get help I tought of using a simple custom form that could put more useful info in the threads title and first post instead the common "I need help plz ASAP!!!!!!!!1111shift+one" and one sentence problem descriptions that I have learnt to hate with passion

I was cheking out this plugin but I really don't have the necessary knowledge to make it work the way I intend to, I was hoping someone here could give me a quick rundown so I can implement myself something like this:

When the user clicks the new thread button in those forums they get a form that asks them "Wich hardware part/software program are you having trouble with?", "Give a short description of your problem", "Give a detailed description of the issue" and finally "How urgent is your problem" with some radio buttons with the posible answers.

The resulting thread could be like "[CPU][Very Urgent] Strange Overheating Issue" or "[MS Word][Medium Urgency] How can I save document as HTML?"as the title and the long description as a first post.

Thanks in advance to anyone who can help vict:
__________________

Reply With Quote
Old 11-28-2005, 12:22 AM   #2

gprime's Avatar

Title: Forum Addict

Points: 7,237, Level: 25Points: 7,237, Level: 25Points: 7,237, Level: 25
Level up: 26%, 313 Points neededLevel up: 26%, 313 Points neededLevel up: 26%, 313 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Aug 2005

Posts: 1,741

gprime is on a distinguished road
 
 
Hmm, unsure, perhaps you could edit the relevant files so that the new topic button generates a simple doHTML form. And then combine that with that topic catagorized mod (can't seem to find it).
Reply With Quote
Old 11-28-2005, 01:04 AM   #3

theMusicMan's Avatar

Title: Veteran

Points: 4,472, Level: 19Points: 4,472, Level: 19Points: 4,472, Level: 19
Level up: 20%, 178 Points neededLevel up: 20%, 178 Points neededLevel up: 20%, 178 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Sep 2005

Posts: 841

theMusicMan is on a distinguished road
 
 
Hi Hell

You could use conditionals in the newthread template that checks for which forumID the new thread is being made in, and then presents a different set of code for the newthread template for each forumID.

You know what I mean, something like;

If forumID = hardware
this type of layout
/if
if forumID = software
this other type of layout
/if

et al...

With vB 3.5.1 you can even add a simple plugin such that you can then create, add and call your own templates in the code anywhere.

in hook cache_templates

ADD
Code:
Code:
      $globaltemplates = array_merge($globaltemplates, array('TEMPLATE NAME - NO $')); 
 In hook parse_tamplates
ADD

Code:
Code:
      eval('$navbar_bottom = "' . fetch_template('TEMPLATE NAME - NO $') . '";');
Using the parse templates hook makes it a global thing so you can stick $templatename anywhere in any template

Create your template then put $templatename in the places where you want it to show.
__________________
John
www.theMouthPiece.com - Brass music discussion
www.DeFuturo.com - Legal discussion and advice for forum & website owners
www.vBXtra.com - All new and exciting vBulletin styles, customisation and conversion
Reply With Quote
Old 11-28-2005, 04:21 AM   #4

Scribbller's Avatar

Title: Member

Points: 2,184, Level: 13Points: 2,184, Level: 13Points: 2,184, Level: 13
Level up: 14%, 266 Points neededLevel up: 14%, 266 Points neededLevel up: 14%, 266 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Aug 2005

Posts: 109

Location: Islamabad, Pakistan

Scribbller is on a distinguished road
Send a message via MSN to Scribbller  
 
There is a hack by Erwin over at vb.org which is quite comprehensive in doing what you are planning to do.
__________________
Editor - http://www.big-boards.com
Administrator - http://www.pakpassion.net | http://www.urbanpk.com
Reply With Quote
Old 11-28-2005, 07:26 PM   #5

Title: Veteran

Points: 2,832, Level: 15Points: 2,832, Level: 15Points: 2,832, Level: 15
Level up: 16%, 218 Points neededLevel up: 16%, 218 Points neededLevel up: 16%, 218 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Nov 2005

Posts: 518

Hell³ is on a distinguished road
 
 
The link I posted has a port to 3.5.x of the hack you mention scribbller, the problem was that I didn´t had an idea how to make it show the custom form instead the regular form when I press the new thread button in some forums. But thanks anyway.

TMM Thanks for that, I think that is precisely what I was looking for, I'll check it out later today if the workload gets lighter
__________________

Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

 
Posting Rules

AdminFusion

All times are GMT +1. The time now is 07:58 AM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0 © 2005-2008 AdminFusion - All Rights Reserved



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72