01-24-2013, 09:32 AM
01-27-2013, 01:07 PM
when filtering, is it possible to keep the filter on when navigating to a second page? say you filter by "funny" videos, and there are 4 pages: whenever you click to go to the next page, the filter disappears and it will show all videos.
01-29-2013, 03:41 PM
It doesn't do this by default for you?
If you've got some crazy template system, you could try adding {$GLOBALS['page_url_xt']} after ($page_url} in the multipage templates.
Do you have Google SEO installed?
If you've got some crazy template system, you could try adding {$GLOBALS['page_url_xt']} after ($page_url} in the multipage templates.
Do you have Google SEO installed?
01-30-2013, 09:37 AM
(01-29-2013 03:41 PM)ZiNgA BuRgA Wrote: [ -> ]It doesn't do this by default for you?
If you've got some crazy template system, you could try adding {$GLOBALS['page_url_xt']} after ($page_url} in the multipage templates.
Do you have Google SEO installed?
ah yes, I have Google seo.
01-31-2013, 12:19 PM
Hmm, do you have the lazy URL replacement setting active?
Does it work with/without it on? Does it work with Google SEO disabled?
Does it work with/without it on? Does it work with Google SEO disabled?
02-01-2013, 05:12 PM
I have it on full mode (default), but switched to lazy to try that. It had no effect.
I disabled google SEO and it works properly that way.
EDIT: however, I would like to stick with using google SEO. hopefully there is a solution to this while using google SEO URL structures.
I disabled google SEO and it works properly that way.
EDIT: however, I would like to stick with using google SEO. hopefully there is a solution to this while using google SEO URL structures.
02-01-2013, 10:42 PM
I just did a bunch of testing and it seems to work fine with Google SEO, in both full and lazy mode.
So I can't say why it isn't working for you. Perhaps try setting up a clean board and see if you can replicate it.
So I can't say why it isn't working for you. Perhaps try setting up a clean board and see if you can replicate it.
02-02-2013, 06:44 PM
i apologize for the trouble, it seems i found out the problem. i had the default Mybb setting of "Enable search engine friendly URLs?" set to DISABLED rather than enabled. I thought that having Google SEO, this would not be an option I would need enabled. turning it on, it correctly lets the pagination keep the filters on. with it off, it was simply not using the filter (it used the ?forumdisplay=fid datecut blabla link instead).
Thank you for the continued assistance!
EDIT: if this is what you meant by lazy url setting, then i confused it with Google SEO's settings
Thank you for the continued assistance!
EDIT: if this is what you meant by lazy url setting, then i confused it with Google SEO's settings
02-11-2013, 12:03 AM
The filters are amazing, I forgot to use the [] brackets, that's why it didn't work, huh.
I've got another question - is it possible to add: the ability to change the categories for moderators in showthread template? So it looks like this:
I've got another question - is it possible to add: the ability to change the categories for moderators in showthread template? So it looks like this:
PHP Code:
|
@Edit: I think I can write the values myself, but not sure how to submit the changes?
02-11-2013, 09:18 AM
Replicate the form on editpost.php.
You don't need to send everything (eg post content, title).
You don't need to send everything (eg post content, title).