Quote:
Originally Posted by perfphysio
How do alter the default style on the left side of this header message to turn the following:
There have been 16 posts and 5 threads since your last visit at 08:54 PM, 08-03-2007. The time is currently 06:00 PM, on 09-03-2007. You have 0 unread Private Messages.
The Physio Forum - the home of online physiotherapy discussion's Latest Announcement: Studying in Ireland?
into
- There have been 16 posts and 5 threads since your last visit at 08:54 PM, 08-03-2007.
- The time is currently 06:00 PM, on 09-03-2007.
- You have 0 unread Private Messages.
- Latest Announcement: Studying in Ireland?
thanks
|
That'll take some working. Those two things are managed through two phrases, and have another phrase in between. If you don't touch your rules link and settings, you'll be find using these instructions:
- Open up ACP -> Phrases -> wp_unread
- Replace:
Code:
There have been <b>{1}</b> posts and <b>{2}</b> threads since your last visit at {3}. The time is currently {4}, on {5}. You have <a href="private.php">{6}</a> unread Private Messages.
With:
Code:
<ul>
<li>There have been {1} posts and {2} threads since your last visit at {3}, 08-03-2007.</li>
<li>The time is currently {4}, on {5}.</li>
<li>You have <!---- <a href="private.php"> ---->{6}<!----</a>----> unread Private Messages.</li>
- Save
- Open up ACP -> Phrases -> wp_latestannouncement
- Replace:
Code:
{1}'s Latest Announcement: <a href="showthread.php?t={2}">{3}</a>
With:
Code:
<li>Latest Announcement: <a href="showthread.php?t={2}">{3}</a></li></ul>
- Save
This is untested, but should do the trick.