A super ancient bump for anyone who can help. i coudlnt find a solution with the latest version and actaully went back searching all the way to page 2, sigh
I basically want what Sweeks wanted where i can to retain the Articles.php navigation bar where i go in the articles forum, so when i click on an article, the categories navigation still stays in place. it does not just dissapear into showthread.
I know its not supported by the author but any help from fellow vbers who are in the know or have done something similar would be much appreciated.
---------------------------------
Originally Posted by Sweeks
Is there any way so I can have the articles display within a normal looking forumdisplay and then on the showthread keep the article layout etc? Im not too keen on the main articles.php page.
Thanks
Quote:
Originally Posted by bananalive
disable forumdisplay plugins:
Article Forum (forumdisplay_complete)
Edit Show Thread (showthread_complete)
PHP Code:
if ($articleforum) { eval('$SHOWTHREAD = "' . fetch_template('SHOWTHREAD') . '";'); $SHOWTHREAD = str_replace($vbphrase[thread], $vbphrase[article], $SHOWTHREAD); $SHOWTHREAD = str_replace("newthread.gif","newarticle.gif", $SHOWTHREAD); print_output($SHOWTHREAD); }
|