No sorry, it was seeming to me excessive to built a module for this.jimcarrel wrote:Is there a module you have to add to the ACP?
I find it nowhere
That’s just one imaginary icon which you could create to add a new mood.jimcarrel wrote:what was that stuff aboutIcon_mood.m7.gif, there was no m7 in the files.
No, ive installed it without update file.jimcarrel wrote:I did not run the update file in the contributions folder, because I could do the sql myself, is that a problem?
Sorry jim but my english is just sufficient. Have you problem with the mod?jimcarrel wrote:LOL, It took about 4 page refreshes to get the changes to show up.
I've seen mod installers mention the extra refreshes before, but never had happen before.
And that was after several cache purges, refreshing of image sets and templates.
I just jumped back in to post that it was not the mods fault.
Just me.
Thanks very much mate!fiorefrank wrote:wow fantastic
If you hover your mouse over the icon it'll display the mood.xxxgamer wrote:I will try this now Is there an option to have writing beside it? like "mood: Happy" ?
This is easy to obtainDJ Jonny wrote:This mods seems to work nice just few ideas on how it could improve tho when the image shows in viewtopic.php and memberlist.php would it be possable to put the mood name next to it eg. Happy.
Code: Select all
<tr>
<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_MOOD}: </td>
<td><b class="genmed">{USER_MOOD_IMG}</b></td>
</tr>
Code: Select all
<tr>
<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_MOOD}: </td>
<td><b class="genmed">{USER_MOOD_IMG}{USER_MOOD}</b></td>
</tr>
Code: Select all
<!-- IF postrow.POSTER_MOOD --><br /><b>{L_MOOD}:</b> {postrow.POSTER_MOOD_IMG}<!-- ENDIF -->
Code: Select all
<!-- IF postrow.POSTER_MOOD --><br /><b>{L_MOOD}:</b> {postrow.POSTER_MOOD_IMG}{postrow.POSTER_MOOD}<!-- ENDIF -->
Code: Select all
<!-- IF USER_MOOD --><dt>{L_MOOD}:</dt> <dd>{USER_MOOD_IMG}</dd><!-- ENDIF -->
Code: Select all
<!-- IF USER_MOOD --><dt>{L_MOOD}:</dt> <dd>{USER_MOOD_IMG}{USER_MOOD}</dd><!-- ENDIF -->
Code: Select all
<!-- IF postrow.POSTER_MOOD --><dd><strong>{L_MOOD}:</strong> {postrow.POSTER_MOOD_IMG}</dd><!-- ENDIF -->
Code: Select all
<!-- IF postrow.POSTER_MOOD --><dd><strong>{L_MOOD}:</strong> {postrow.POSTER_MOOD_IMG}{postrow.POSTER_MOOD}</dd><!-- ENDIF -->
Im working for that!DJ Jonny wrote:when you choose your mood in the ucp.php you should make the list a dropdown bos instead of option radio buttons. last of all it would be awsome it your could upload your own images so that you dont have to edit code to add more.
mahdi, check closely ur viewtopic.php and viewtopic_body.html in the template's folder, keeping watch on install.xml file. It's possibile that you have made some mistake during the installation on these 2 files. Let me know.mahdi22 wrote:its work very good in profile put topic is not appear why i dont now why
i do aver thing aright
Code: Select all
<!-- IF postrow.POSTER_MOOD --><br /><b>{L_MOOD}:</b> {postrow.POSTER_MOOD_IMG}<!-- ENDIF -->
Code: Select all
<br /><b>{L_MOOD}:</b> {postrow.POSTER_MOOD_IMG}