Milky Way Red Legend »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Milky Way Red Legend



Clutch34 [ Thu 07 Jul, 2011 12:19 ]
Post subject: Milky Way Red Legend
I'm having some problems getting some icons to show up on the Legend at the bottom of the forums where it shows an icon and what it stands for. ie. New Posts, New Posts [Popular], No New Posts [Locked], etc. I've uninstalled and re-installed the software 3x while downloading it from 3 different websites, but they all do the same thing. I'm new to phpBB and don't know much HTML/CSS.

Looking into it, I noticed that some coding is missing and I know how to fix it, I just don't know where to find that particular coding. Here's an example of a missing code:
Code: [Hide]
  1. <td width="20" style="text-align: center;"></td> 
  2. <td class="gensmall">New posts</td> 
  3. <td>  </td> 
  4. <td width="20" style="text-align: center;"><img src="./styles/milky_way_red/imageset/topic_read.gif" width="27" height="27" alt="No unread posts" title="No unread posts" /></td> 
  5. <td class="gensmall">No new posts</td> 
  6. <td>  </td> 
  7. <td width="20" style="text-align: center;"><img src="./styles/milky_way_red/imageset/announce_read.gif" width="27" height="27" alt="Announce" title="Announce" /></td> 
  8. <td class="gensmall">Announcement</td> 



Here's what is should say:

Code: [Hide]
  1. <td width="20" style="text-align: center;"><img src="./styles/milky_way_red/imageset/topic_unread.gif" width="27" height="27" alt="New posts" title="New posts" /></td> 
  2. <td class="gensmall">New posts</td> 
  3. <td>  </td> 
  4. <td width="20" style="text-align: center;"><img src="./styles/milky_way_red/imageset/topic_read.gif" width="27" height="27" alt="No unread posts" title="No unread posts" /></td> 
  5. <td class="gensmall">No new posts</td> 
  6. <td>  </td> 
  7. <td width="20" style="text-align: center;"><img src="./styles/milky_way_red/imageset/announce_read.gif" width="27" height="27" alt="Announce" title="Announce" /></td> 
  8. <td class="gensmall">Announcement</td> 


Can anyone tell me how I can fix that? Thanks!


mort [ Thu 07 Jul, 2011 12:52 ]
Post subject: Re: Milky Way Red Legend
Clutch34 wrote: [View Post]
I'm new to phpBB and don't know much HTML/CSS.


Then you should spend some time learning all you can about phpBB3 and its ACP permissions/groups etc before you ask such questions.

And rather than post this type of question in the assumption that it's common when it's not - A snapshot of your problem would be more than helpful.


Joshua203 [ Thu 07 Jul, 2011 12:54 ]
Post subject: Re: Milky Way Red Legend
Hello Clutch,

First of all I have moved your question out of the release thread, please post questions like this >>HERE<< in the future (EDIT: under normal Topics ..not stickyed)

About your problem:
Are you using the latest phpbb version (check in acp!) ...if yes:
- incase you have an unmodified style (wich i believe is the case when i read your post) download version 1.6.4 >>HERE<<

If you are not using the latest phpbb version, I advice you to update phpbb

I hope this helped you out in the simplest way possible

Greetings,
...Joshua203


EDIT: sorry Mort but I do think it's common (we must have been typing at the same time )


Clutch34 [ Thu 07 Jul, 2011 19:42 ]
Post subject: Re: Milky Way Red Legend
Thanks Joshua! I downloaded the new version and refreshed the style through ACP and it worked! Appreciate the help!


Joshua203 [ Thu 07 Jul, 2011 20:26 ]
Post subject: Re: Milky Way Red Legend
You're welcome, I'll mark this topic solved for you (wich you can also do yourself in the future )




Powered by Icy Phoenix