x00
MVPx00 MVP
Reactions
-
Re: Users logged out when hitting back in Safari
do you have urls like www. and without? Sometimes the cookie domain is set wrong. (View Post)2 -
Re: Users logged out when hitting back in Safari
http://stackoverflow.com/questions/25301190/safari-back-button-issue-after-logout (View Post)1 -
Re: How do I removed - "view count, most recent by--, date, category link" from recent discussion page?
you only mention on recent discussions. not any discussion list so to do that you would use the following css body.Discussions.index .Meta .ViewCount,body.Discussions.index .Meta .LastCommentDate,bod… (View Post)7 -
Re: I need help changing vanilla default route
create a file /conf/bootstrap.after.php put <?php if (!defined('APPLICATION')) exit();function DiscussionUrl($Discussion, $Page = '', $WithDomain = TRUE) { $Discussion = (object)$Discussion; $Resu… (View Post)4 -
Re: I need help changing vanilla default route
There is a DiscussionUrl function which can be predefined. It may not always be adhered to. However if you have a route and a 301 redirect this could be a reasonable solution. (View Post)1