Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transitions stops work when Page Titles use "::" as delimiter #3609

Open
anonymous-matomo-user opened this issue Dec 14, 2012 · 4 comments
Open
Labels
Bug For errors / faults / flaws / inconsistencies etc.

Comments

@anonymous-matomo-user
Copy link

Having configured a custom Page Title delimiter (say "::") everything involving Page URLs still works nice, on the other hand instead every Transitions report involving Page Titles gives a "no data error"

The message returned clicking on the transitions icon, is something like the following:

There's no data for Site Name/Page Title Example

Either the action had no pageviews during the period
or it is invalid.

Of course the right page title for the above example is "Site Name::Page Title Example"

Keywords: transitions

@anonymous-matomo-user
Copy link
Author

Uh ? ... Why "low"? this bug makes Transitions completely unusable for anybody having defined a custom delimiter ... ;(

@mattab
Copy link
Member

mattab commented Mar 16, 2014

See also #4595

@mattab
Copy link
Member

mattab commented Apr 27, 2014

Moving bugs to our current milestone to make the backlog more realistic.

@dcharro
Copy link

dcharro commented May 29, 2015

Same problem yet in 2.13.1
I'm not an expert but I'm trying to explore the code and look for a solution.

core/Config.php needs to provide action_title_category_delimiter. So, I add a similar line like that for url_category_delimiter

'action_url_category_delimiter' => $general['action_url_category_delimiter'],
'action_title_category_delimiter' => $general['action_title_category_delimiter'],

In my opinion, next step will be changing plugins/Transitions/javascripts/transitions.js and use action_title_category_delimiter when the user is in Page Title. I don't know how to do this correctly without side effects.

I hope this help you fix this bug.

Thank you.

@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

3 participants