Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Advanced FAQ Details »»
Advanced FAQ
Version: 1.0.1, by harmor19 harmor19 is offline
Developer Last Online: May 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.4 Rating:
Released: 06-06-2007 Last Update: 06-07-2007 Installs: 30
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

Some members are asking for a better FAQ system and I hope this is it.

You do not need to access the Administrator Control Panel to add, edit, or delete any FAQ items.
You can use vBulletin's own HTML conditionals and variables when writing your FAQ.
Advanced FAQ uses the WYSIWYG editor (Thanks to MicroHellas for the tutorial).
It parses BBCode, images, HTML, and smilies. It does not automatically add line breaks. You will need to use the break tag (br />).

/* ############### LOG ############### */
--------------------------------------------
1.0.0 - First Release
--------------------------------------------

--------------------------------------------
1.0.1
In "Advanced FAQ" you can now search the FAQ items.
Please read the "install.txt" to add the Adv. FAQ menu to the navigation bar (navbar).
Click on the newly created menu to find a input box to type your search string.
---------------------------------------------

/* ################################## */

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 06-07-2007, 05:19 PM
COBRAws's Avatar
COBRAws COBRAws is offline
 
Join Date: Oct 2002
Location: Buenos Aires
Posts: 864
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It would be great so i could still keep using the default faq.php, it has a search engine, plus its the default file for the faqs.

Any way on hacking this around so we can do the same, thru the default faq page? this way its useless IMO
Reply With Quote
  #13  
Old 06-07-2007, 06:00 PM
itsblack itsblack is offline
 
Join Date: Dec 2005
Location: Augsburg
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, but why not use the vb default faq system? It will be nice, use the default faq system, and plus WYSIWYG editor.
Reply With Quote
  #14  
Old 06-07-2007, 06:12 PM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hornstar1337 View Post
Okay nice work, but would be good to have the option of using just normal bb code instead of just html

apart from that, nice work.
you can use BB code, thats the whole point of the WYSIWYG editor. you can use if conditions too.


oh and great hack ---- installed*
Reply With Quote
  #15  
Old 06-07-2007, 06:21 PM
harmor19 harmor19 is offline
 
Join Date: Apr 2005
Posts: 1,324
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by itsblack View Post
Sorry, but why not use the vb default faq system? It will be nice, use the default faq system, and plus WYSIWYG editor.
It was easier for me to code it from scratch.
Reply With Quote
  #16  
Old 06-07-2007, 10:19 PM
talenak talenak is offline
 
Join Date: Feb 2006
Location: Washington
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*Jumps on the Harmor groupie bandwagon* Installed! *edits sig to remove in search of faq mod*
Reply With Quote
  #17  
Old 06-08-2007, 02:00 AM
AzzidReign's Avatar
AzzidReign AzzidReign is offline
 
Join Date: Apr 2006
Posts: 497
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice hack! I've been needing a good FAQ system for my site.
Reply With Quote
  #18  
Old 06-08-2007, 03:36 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice. This is much more than just a faq. It can be used to categorize anything. It would be nice if we could also subcategorize.
Reply With Quote
  #19  
Old 06-08-2007, 08:42 AM
projectego's Avatar
projectego projectego is offline
 
Join Date: Feb 2006
Location: UK
Posts: 724
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very, very nice hack! I could definitely use something like this on one of my boards. Cheers!
Reply With Quote
  #20  
Old 06-08-2007, 09:41 AM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack works perfectly and it's very practical. Good & great work, harmor

Just two problem : when i add a category and a FAQ, title is "Uncategorized" but it's not important.
And when you add a FAQ, you must use "<br />" to cross a line.
Reply With Quote
  #21  
Old 06-08-2007, 11:05 AM
harmor19 harmor19 is offline
 
Join Date: Apr 2005
Posts: 1,324
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sofia View Post
This hack works perfectly and it's very practical. Good & great work, harmor

Just two problem : when i add a category and a FAQ, title is "Uncategorized" but it's not important.
And when you add a FAQ, you must use "<br />" to cross a line.
The only items under the "Uncategorized" title should be FAQ items that were in a category you've deleted. Walk me through your process so I can recreate the problem.

The reason you must use "<br />" instead of having it automatically add line breaks is presentation.

PHP Code:
<if condition="!$bbuserinfo[userid]">
Guests
</if> 
If line breaks were created automatically you'd have a break before "Guests" because of the conditional.


On a side note... Do you like how it automatically redirects to the form to add a FAQ item after adding a new category?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:22 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.04907 seconds
  • Memory Usage 2,304KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete