Support Forum
Depends on the page view, but it's all controlled by your sp theme and the template file in use. In each page view template file you will see a bunch of template functions which control the display elements.
For group view, the main forum page, the template file from your sp theme is spGroupView.php. Take a look inside the forum loop at the functions called and I think you can deduce which one does the dates. If not, llet me know and I can be more exact when not on a mobile device.
Btw, please be sure to use your own sp theme rather than edit one of ours to keep from losing mods on upgrades. See our codex article on creating your on theme if needs.
> >
Visit Cruise Talk Central and Mr Papa's World
sorry, that probably wasnt clear... in group view, ie spGroupView.php, look for:
sp_ForumIndexLastPost('tagClass=spInRowPostLink&nicedate=1&date=0&time=0&stackdate=0', __sp('Last Post'), __sp('No Topics'));
and change the arguments to be
sp_ForumIndexLastPost('tagClass=spInRowPostLink&nicedate=0&date=0&time=0&stackdate=0', __sp('Last Post'), __sp('No Topics'));
that will inhibit the date display..
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)