![]() |
Quote:
On my board (yet to see the light of day) I have modifed this hack to have an additional title (called menutitle to be exact) that is used for "menu" parts of the display. The text in this column is just the question (no hyperlinks). The original title is then used on the "detail" part and does contain the hyperlinks. This then looks identical to the original template based version. I may put this code up at a later date once I do the admin bit and check with Kevin that it is ok. Sorry I couldn't be of more help. |
I'm running 2.2.6 and there is no FAQ mention AT ALL in misc.php. So how to replace this:
Code:
Find: |
suspect you are looking in yoursite/path-to-forum-if-any/admin/misc.php, not yoursite/path-to-forum-if-any/misc.php.
In a vanilla 2.2.6 yoursite/path-to-forum-if-any/misc.php it starts on line 96. Oh, and don't forget to look at post #179 for the fix for variable parsing. Cheers |
Damn, double files. What a crap idea. :D
Thanks man. |
Quote:
Code:
admin/index.php <a href="bbcode.php?s=<?php echo $session[sessionhash]; ?>&action=modify"> Modify </a> </td></tr> In my admin/index.php at least..... |
Bumpety bump. ;)
|
Okay, i added:
Code:
PHP: Code:
<!-- FAQ addon --> |
Quote:
|
In line ~94 I have removed "$sql" because I had trouble after installing 4Images with VB integration.
Original: $query = "SELECT faqid,title FROM faq $sql ORDER BY showorder"; It's now: $query = "SELECT faqid,title FROM faq ORDER BY showorder"; Everything works fine now, but I wonder if removing the $sql could cause any trouble in future (I know almost nothing about php/sql ^^; ) Just wanted to hear your opinion about this. |
The code you need to find in misc.php in 2.2.8 isn't present, so I have to uninstall this hack. :( Anyone have any ideas? Thanks in advance...
|
All times are GMT. The time now is 11:54 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|