
-=Fallacy=-
|
Picture of the dayCould it be possible to make a small portal with a pic that I can change? It could also say the pic's name, what user gave it to me to put on it, ect. Maybe it would also be possible to edit the user comment hack so that comments are possible for the pictures?
|
admin(Nick_NR)
|
You are able to create a portal component by going into you owners panel and in the options tab adding:
| Code: | [DAILYPICTURE]
title=picture of the day
component=MENU |
No go back to your forums admin panel and find the cms_dailypicture.tpl file and replace it's contents with the below, this will allow you to change the picture manually when you want:
| Code: | <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<tr>
<th colspan="1" height="25" class="thCornerL" nowrap="nowrap"><font color="FFFFFF">Picture Of The Day</font></th>
</tr>
<tr>
<td class="row2">
<center>
<a href="lastpage.htm">
<img border="0" src="templates/myfs_portalogy1/images/topL.gif" width="35" height="38">
</a>
</center>
</td>
</tr>
</table> |
As for allowing comments this is currently not possible to do, but hopefully should the gallery get an improvement, I'd hope that comments from registered users will be allowed and also the ability to pick 1 picture from the gallery to show in a portal separate from the gallery attachment.
|
-=Fallacy=-
|
EDIT: Nevermind, got it. Thanks Nick
|
|
|
|