Quote:
Originally Posted by mattyk72
I want the latest threads box to say 'News Wire' instead, I've tried editing the latestthreads template to no avail.
|
Edit the vBindex Phrases.
Quote:
Also, is it possible to have the title of the post in the latest threads box be a little bit longer?
|
In vbindex.php find and change
22 to the number of characters you want:
PHP Code:
$thread['title'] = fetch_censored_text(fetch_trimmed_title(unhtmlspecialchars($thread['title']), 22));
Quote:
Also my calendar isn't working from the portal page. Any ideas? Thanks
|
Make sure the usergroups have access to view it, that its enabled and assigned to a side block.