Quote:
Quote:
Originally Posted by jaks
I was just coming to ask about the categories edit link being broken and I see you have a fix for it already. I uploaded the new file and it's now working just fine.
I would love it if you could add category descriptions to this hack and figure out the issue with the VBadvanced pages breaking the voting popup. Category descriptions are a more important thing I would think though.
|
Where should I put category descriptions at? How about on the add site and edit site pages I add a spot where the selected category's description is shown and when they change categories in the drop down it would show the newly selected category's descriptions (this would use javascript btw). Also I will take a look at the vBadvanced problem when I get it installed on my test board.
|
I was thinking at the top of each category there could be a spot for it. There really is no need for it in addsite and editsite as far as I can tell. Javascript would really be defeating the purpose.
Main description for the topsite on the toplist.php and category descriptions at the top for each of the category pages. I'm thinking for solely for SEO purposes. It could go above or below the random site part.
A simple
Code:
<table class="thead" width="100%">
<tr><td colspan="2">Category title</td></tr>
<tr><td width="30%">Image here</td><td width="70">description here</td></tr>
<tr><td colspan="2">footer</td></tr>
</table>
Don't even really need the footer there. Just enough space for some text to re-enforce the keywords for the search engines. This would also give people some flexibility up top. Wrap it in an if statement for category description is null no block will show. If it parses html that would be a plus too.
I was also thinking it would be nice to have a featured site as an alternative to random if that's possible. Hehe... more work lol...