UBB.Dev
Posted By: EftheM Who is good enough to get this done :D - 11/11/2002 11:17 AM
Heya guys, I was wondering:

In the forum summary you got the Icon Legend. Explain what kind of topics you got. Like open topic (new and old) closed topic (new and old).

Now I miss the icons for closed poll (yes they are listed but simply as "closed topic or poll)

Is there any change to add the icons for closed poll and if yes, which files should I edit and how?

Thnx in advance!

EftheM

BTW here is an image of the Legend I point at..

[Linked Image]

I'm using UBB 6.3.1.1
The closed and moved icons for topics are reused for the polls - they don't exist alone.
Posted By: EftheM Re: Who is good enough to get this done :D - 11/11/2002 8:42 PM
hmmm ya sure smile

look: [Linked Image]
Posted By: CTM Re: Who is good enough to get this done :D - 11/11/2002 9:02 PM
In your CP, you'll see that you'll have to define them in your Style Template. wink

public_forum_page.pl, find:

Code
<tr>
<td align="center" valign="center"><img src="$vars_config{NonCGIURL}/$vars_style{new_moved_folder}" alt="$vars_wordlets_img{alt_js_newlockedfolder}" title="$vars_wordlets_img{alt_js_newlockedfolder}" /></td>
<td align="center" valign="center"><img src="$vars_config{NonCGIURL}/$vars_style{old_moved_folder}" alt="$vars_wordlets_img{alt_js_oldlockedfolder}" title="$vars_wordlets_img{alt_js_oldlockedfolder}" /></td>
<td>$vars_style{SmallFontTag}$vars_wordlets{forumlegend_moved}</font></td>
</tr>
You can add similar code afterwards which will be added on to the bottom of the existing Icon Legend. Don't forget to clear your Cache after each attempt. wink
Posted By: EftheM Re: Who is good enough to get this done :D - 11/11/2002 9:57 PM
damn yur good

that worked!!!

I edited also vars_wordlets.cgi
© UBB.Developers