Cameron

Results 81 comments of Cameron

Thank you @veskoto . I'll look into this.. the PR is not exactly how I think it should happen, but inside thumbUrl().

@nesjett Try using the usual `search.php` URL with queries and also add **&ajax_used=1** Does it help?

@Jimmi08 Does pagination with `/user/?5.5.DESC` work correctly for you?

@Jimmi08 Okay thank you. Unfortunately, I'm unable to reproduce the problem you're having.

@Jimmi08 Yes, when I switched to Friendly URL (ie. 'user/UserDisplayName') profile the pagination fails. I'm not sure of exactly how to fix it since it's not my code and the...

Thank you for this @Deltik . Since e107's inception by Jalist over 20 years ago, I, and the other developers through the years, have tried our best to follow his...

@Moc Perhaps a missing `toText()` or `toHTML()` somewhere?

@Moc This will likely be solved with changes to: `public function afterSort($result, $selected)` in **forum_admin.php** line 317. Ie. check if the moved item has children and update their values in...

@Jimmi08 I was able to use parseTemplate() inside the footer magic shortcode, so it must be caused by something else. ``` /** * Special Footer Shortcode for dynamic menuarea templates....

hi @Vodhin ! e107 checks for the query `?logout` on any url. Perhaps check your e_url.php file for a match?