Register Chat Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
FAQ Edit v3 Details »»
FAQ Edit v3
Mod Version: 1.00, by tubedogg (Coder) tubedogg is offline
Developer Last Online: Oct 2006 Show Printable Version Email this Page

This modification is in the archives.
vB Version: 2.2.x Rating: (3 votes - 4.67 average) Installs: 68
Released: 09 Sep 2001 Last Update: Never Downloads: 4
Not Supported  

I have made some modifications to the hack by Stasik, which is located here.
New features:
  • Edit display order from the list of questions/groups
  • Got the display code into templates and out of misc.php
  • Removed some extra queries
  • Added support for vB Code and fixed support for smilies
  • Various small cosmetic/coding fixes
The base hack is © 2001 by Stasik.
Portions, including the installer, are © 2001 Kevin Schumacher.
Portions of the installer were created by Bane.
The hack and its' installer may not be redistributed, edited or not, without this copyright notice attached.

For version: 2.0.3

Files needed: faq_install.php, faq.php

Files to edit: admin/index.php, root/misc.php

Templates to edit: None.

Instructions: Upload and run faq_install.php from your admin directory. Follow the on-screen directions.

Upgrading from Stasik's hack: Upload and run faq_install.php from your admin directory and choose the option to upgrade from v2 of the hack.

Upgrading from a previous version of *this* hack (e.g. from this thread): Upload and run faq_install.php from your admin directory and choose the option to upgrade from "v3, v31, or v32" of the hack.

Please DO NOT contact me via PM, IM, email, or otherwise outside this thread about this hack.

Thanks to Stasik for the great hack!

Download Now

Only licensed members can download files, Click Here for more information.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
Quick Edit! -Edit posts directly from within the thread itself EvilLS1 vBulletin 3.0 Full Releases 319 02 Sep 2005 06:02
Quick Edit! -Edit posts directly from within the thread itself EvilLS1 vBulletin 2.x Full Releases 126 30 Jan 2004 07:01

Comments
  #2  
Old 09 Sep 2001, 07:34
floleb7's Avatar
floleb7 floleb7 is offline
 
Join Date: Oct 2001
problem in your faq_install


step 4


admin/index.php

Find:

>a href="bbcode.php?s=>?php echo $session[sessionhash]; ?>&action=modify"> Modify >/a<>br< >/td<>/tr<

Just under that add:

>!-- FAQ addon --<
>tr<>td<
>table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable"<
>?php maketableheader("FAQs"); ?<
>/table<
>a href="faq.php?s=>?php echo $session[sessionhash]; ?<&action=modify"< Edit>/a< |
>a href="faq.php?s=>?php echo $session[sessionhash]; ?<&action=addfaq"< Add>/a<
>/td<>/tr<
>!-- /FAQ addon --<
Reply With Quote
  #3  
Old 09 Sep 2001, 09:08
tubedogg's Avatar
tubedogg tubedogg is offline
 
Join Date: Oct 2001
Fixed.

I also added an upgrade path from v2 of the hack (Stasik's version).
__________________
Kevin
Reply With Quote
  #4  
Old 09 Sep 2001, 13:52
webhost's Avatar
webhost webhost is offline
 
Join Date: Oct 2001
Couple of comments Tubedogg, first when upgrading my board from version 2, I had to comment out the parts in step2 and step21 about deleting the tables, it would not run until I did this.
Second below for upgrades we have the bottom part of code installed not what you show. so you need to change that in your script. Lastly if it can be done we need to be able to use the vb code in this if possible. I have it upgraded and running after doing the above.

Your instructions for Misc.php replacement


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

But we have this installed from Version 2 of the hack


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

__________________
Real Web Host
RWH Forums
Email Us Here
Reply With Quote
  #5  
Old 09 Sep 2001, 19:52
the_sisko's Avatar
the_sisko the_sisko is offline
 
Join Date: Nov 2001
Real name: Christian
Nice job (everyone of you)!!!

I tested it on my lokal machine and will start translate it into german for my board tomorrow!!!

Thanks alot
__________________
the_Sisko
Reply With Quote
  #6  
Old 10 Sep 2001, 01:59
Ruth Ruth is offline
 
Join Date: Oct 2001
Thumbs up

this is a must-have hack,

Thanks everyone !
Reply With Quote
  #7  
Old 10 Sep 2001, 02:41
tubedogg's Avatar
tubedogg tubedogg is offline
 
Join Date: Oct 2001
Webhost: You should not have been running step 2 if you were upgrading. That will uninstall my version of the hack, not Stasik's.
As for step 21 I believe there was an error in the SQL so I have changed that (and changed the step number to step==31).

I have fixed the misc.php issue you mentioned and added a step specifically for upgrading (step==41).

I also fixed a couple other minor issues.

I will add support for vB code if possible later today.
__________________
Kevin
Reply With Quote
  #8  
Old 10 Sep 2001, 02:49
webhost's Avatar
webhost webhost is offline
 
Join Date: Oct 2001
ok great the only reason I ran step 2 was on a test site to see if had a sql problem also, I finally like I said just commented out the delete stuff and step 21 ran fine except for the misc.php stuff. We appreicate you picking up on this and helping.
One problem I ran into today just to let you know is the following.

I was changing the title around on a question adding a link to it and put in one of these that I shouldn't -- "--
I tried to go back and edit and it gave me just a blank page, so finally I went to database to edit it there because I knew what the problem was. Well in the database you can edit the answer but not the question so you may want to change this because I finally had to delete question/answer and do over, if we were capable of editing question in database we wouldn't have to do that.
__________________
Real Web Host
RWH Forums
Email Us Here
Reply With Quote
  #9  
Old 10 Sep 2001, 02:50
Matt*is*thick
Guest
 
Is it me or is there no step 5? When I was running the install I had to manually change 5 to 6 so that I could reach the final step.
Reply With Quote
  #10  
Old 10 Sep 2001, 03:35
tubedogg's Avatar
tubedogg tubedogg is offline
 
Join Date: Oct 2001
webhost: I'm not really sure what you're saying. Could you explain it again?

Matt: I noticed that right before I uploaded the newest version. Sorry.
__________________
Kevin
Reply With Quote
  #11  
Old 10 Sep 2001, 03:45
webhost's Avatar
webhost webhost is offline
 
Join Date: Oct 2001
I had a question that I wanted to edit, adding a link to the right of the question so I did but when I did that I put in " when I shouldn't have,I noticed it after I saved the question in the control panel faq section where you see questions you have installed, so I tried to edit it to take this out "
When I selected edit it took me to a blank page, so I said I will go into database and just modify that field for the question and take that out, The table for the questions will let you edit the answer but not the question, so I ended up deleting that question and answer and putting them in again. So there is a bug somewhere and also we need to be able to modify title/question field in database.
__________________
Real Web Host
RWH Forums
Email Us Here
Reply With Quote
  #12  
Old 10 Sep 2001, 04:35
tubedogg's Avatar
tubedogg tubedogg is offline
 
Join Date: Oct 2001
I'm still not sure what the problem is. I just tried adding and then editing a question with multiple " in it and it worked fine...?
__________________
Kevin
Reply With Quote
  #13  
Old 10 Sep 2001, 06:22
tubedogg's Avatar
tubedogg tubedogg is offline
 
Join Date: Oct 2001
I've added support for vB Code if you want to use it. Select your option for each entry on the Add or Edit screen. All entries are set to use HTML for now, since the original entries put in your database when installing previous versions of this hack had HTML in them.

Updated zip file is in the first post. There are three upgrade paths, a new installation path, and an uninstallation path:
To Upgrade from Stasik's version of the hack, follow the link to upgrade from v2.
To Upgrade from a previous version of *my* hack, e.g. you got it from this thread, follow the link to upgrade from v3, v31, or v32 (it's all the same link).
To just see the file changes (if you are upgrading vB itself) follow the link for upgrading from a previous version of vB.
__________________
Kevin
Reply With Quote
  #14  
Old 10 Sep 2001, 06:31
floleb7's Avatar
floleb7 floleb7 is offline
 
Join Date: Oct 2001
Warning: Cannot add header information - headers already sent by (output started at f:\latriade\site\forum_test\upload\admin\adminfunctions.php:18) in f:\latriade\site\forum_test\upload\admin\faq.php on line 281


when i try to add a question
Reply With Quote
  #15  
Old 10 Sep 2001, 07:49
tubedogg's Avatar
tubedogg tubedogg is offline
 
Join Date: Oct 2001
Fixed. Download the zip and reupload faq.php. Don't run faq_install.php again.
__________________
Kevin
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

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


New To Site? Need Help?

All times are GMT. The time now is 18:01.

Layout Options | Width: Wide Color: