PurpleSuze
|
I don't see "View posts since last visit"Hi
My 'newly converted' forum : http://letophrenicsanonymous.myfastforum.org/index.php
I seem to have lost "View posts since last visit" link
I searched on 'view' on here but the 'cms_index_body.tpl' seems to be different from what I have, (and I didn't fiddle with any of those types of files anway LOL) so I'm asking for help!
Any advice would be welcome
Thanks in advance
Suze xx
|
admin (no pm's please)
|
phpbb3 has "View New posts" which has a link like:
http://lancasteroh.myfreeforum.org/search.php?search_id=newposts
It is generally available on the forum index page.
|
PurpleSuze
|
hi
i must be doing something wrong, as all i see is this:
i cant see a link to 'view new posts' anywhere on the index page...
i know that usually there is a link - i guess i will have to learn to live without it.
thanks anway
suze xx
|
Zudane
|
As admin said.. it's usually there (guests can see these though usually).
If it's not then just place the link Admin gave into your code (if you know how to do this). It's fairly simple HTML though.
Simply open your index_body.html or overall_header.html (should be overall_header.html) and search for "{L_SEARCH_SELF}"
You should find something like this:
| Code: | | <span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span> |
Just replace that with this:
| Code: | | <span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span> |
The search_new is for the new posts.
Hope that helps.
|
PurpleSuze
|
BRILLIANT!!!
I understand now how the code works!
thank you SO much!!!
take care :>
suze xx
|
|
|