Quote:
Originally Posted by Pseudomizer
- where is the link to this new gallery ? Is this not in the modifications ? Do i have to manually edit my navbar to add the link to album.php ?
|
Yes, so that you can customize it to your forums. Here is the code I used -- but I am restricting the album to members only. If you don't want to restrict that, take out the conditional.
PHP Code:
Add phrase:
Global
album
Album
In Navbar, find:
<td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>
Below it add:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="album.php?$session[sessionurl]">$vbphrase[album]</a></td>
</if>
Quote:
- when i go to my control panel ( normal user ) and i try to upload a file larger then 100x100 it rejects it. How do i set the size for the pictures ? I searched through all admin settings, but i did not find it.
|
This is tied into the Attachment thumbnail setting.
That is in Options > Message Attachment Options > Thumbnail Size