Quote:
Originally Posted by spence2
When you say that access can be limited to usergroups do you mean that:
usergroups can be permitted/denied to view
usergroups can be permitted/denied to post
usergroups can be permitted/denied to comment
|
At the moment, usergroups can only be permitted/denied to
access vBGarage.
I am, however, planning to make it more selective in the future.
Quote:
Originally Posted by spence2
could commenter's name be a link to their profile?
|
Sure.
In
vbgarage.php:
FIND:
PHP Code:
while ($comment = $DB_site->fetch_Array($result_comment))
{
Add BELOW:
PHP Code:
$user = fetch_userinfo($comment['username']);
In
vbgarage_commentbits:
FIND:
HTML Code:
$comment[username]
REPLACE with:
HTML Code:
<a href="$vboptions[bburl]/member.php?u=$user[userid]">$comment[username]</a>
Quote:
Originally Posted by spence2
is the database table used to hold model year able to accomodate alpha characters as well?
|
The table you mean? Yes.
Quote:
Originally Posted by spence2
are you close to implimenting a WYSIWYG submission form?
|
No, not yet. That'll be next, after the multiple garage feature.
Quote:
Originally Posted by spence2
have we told you lately that we love you?
|
*blush*