The vB Geek

The vB Geek (http://www.thevbgeek.com/index.php)
-   Geek Article and Review System (http://www.thevbgeek.com/forumdisplay.php?f=26)
-   -   New Thread/Edit Thread/Post Reply Template Set (http://www.thevbgeek.com/showthread.php?t=3877)

Half Pint 01-26-2008 12:46 PM

New Thread/Edit Thread/Post Reply Template Set
 
Hey, as you know, in GARS you can choose to have custom template sets for New and Edit Thread, is there away I can have a custom one for the Post Reply template?

Thanks
Half Pint

Morgan 01-26-2008 11:11 PM

If you want to add such a template, you'd need to look through the code for how other templates are handled and/or maybe do something with the following code in the gars_class_edit.php file:
Code:

                                if (THIS_SCRIPT == "newreply")
                                {
                                        $this->vb->templatecache['newreply'] = str_replace('$GLOBALS[\'vbulletin\']->options[\'postminchars\'] . ")\"") : ("")).">', '$GLOBALS[\'vbulletin\']->options[\'postminchars\'] . ")\"") : ("")).">$GARS_options[ratings]', $this->vb->templatecache['newreply']);
                                }



All times are GMT. The time now is 09:42 AM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.