TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: fatdaddy on Mar 28, 13, 06:34:10 AM

Title: anecdota help
Post by: fatdaddy on Mar 28, 13, 06:34:10 AM
hi.
what do I do to place the "unread posts since last visit" at the bottom of the page as well as in the header ?  ^-^
Title: Re: anecdota help
Post by: Crip on Mar 28, 13, 11:28:17 AM
i put 2 diff. links, just use the one you want to add in the Footer_Section/FooterArea..



$txt['unread_since_visit'] = 'Show unread posts since last visit.';
$txt['show_unread_replies'] = 'Show new replies to your posts.';


====>equals===>>>>>>>>>>>>

<li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
<li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>';




..need any help wees here.
        :wc:
Title: Re: anecdota help
Post by: fatdaddy on Mar 30, 13, 05:21:51 AM
thanks Crip  :)

would it work if I put it in the <div class="nextlinks_bottom"></div> area ?
and where would I find that....................

thanks again
Title: Re: anecdota help
Post by: Crip on Mar 30, 13, 07:55:59 AM
It probably would work - >
i can't recall that in the Theme , it's coming from a "different SMF-Template" than the  "(Index.template.php)" ?
But i don't know where..?


Quote from: fatdaddy on Mar 30, 13, 05:21:51 AM
thanks Crip  :)
would it work if I put it in the <div class="nextlinks_bottom"></div> area ?
and where would I find that....................
thanks again
Title: Re: anecdota help
Post by: fatdaddy on Mar 30, 13, 09:32:58 AM
OK, I'll dig some more

(is there anything like the random quoytes mod that works without the portal ? )
Title: Re: anecdota help
Post by: Crip on Mar 30, 13, 09:45:43 AM
what like mine up top? .... tportal.Net has a PHP code block i use, but you could use something Like:
<?php includes();?> .. i reckon so..?? - really dunno?