Tagger 1.1.0 RC1 is here
|
35 posts
|
(Easylancer, the link in your first post to The Hub results in a 404 with PHP errors in it…) |
|
109 posts
|
That array could go on forever, I just tested it with a different language and realize that there is noway to substitute for them all, so I might put in a feature request to allow the tags to have 2 fields instead, one for the actual name and the other for the slug. I tried å character and it broke it. Oh and i fixed the link on my first post aswell, thanks wiag. |
|
35 posts
|
Ow well, you are right, but for Dutch speakers, only the lowercase e, a, o, u, i are very important, with “^`’ on it (e.g. ä, â, à, á), so for me personally this addition is a great help. Is there no way to use something like urlencode(input) for encoding the url (except maybe things like ‘/’) and using the original for for display, so as to keep only one original? Tagger should then be written to decode the last url parameter and use that one for searching the db. If the url is not the way to go, why not pass it through a post instead of a link (with a hidden form or something)? I do think asking a normal user to maintain more fields with the same information should be avoided as much as possible. But for me for now, you last contribution helps tremendously! |
|
35 posts
|
I see one more thing/bug: If you go the Tagger tab in de BE, and you click a link to a page containing the listed keyword, you go to the Pages tab, not the clicked article. It seems the page identifier is missing in the link. |
|
109 posts
|
I realized that on my last commit, I am going to look and see where i went wrong. |
|
109 posts
|
Fixed and ready at GitHub. |
|
19 posts
|
I installed Tagger, but when I click on the tab I get a 404. I tried both the RC1 version and the 1.01 and I get the same error. I wouldn’t be posting this again, but I can’t really move forward with the site until I figure this problem out. Thanks for any info. |
|
17 posts
|
I’m trying to use Tagger (looks like great stuff on paper!) from master on GitHub, and while the “Tagger” section in the backend works like a charm, there is no $this->tagger object in my test page, it seems. I have set the page type to Tagger (why is this necessary?), but no joy. When I try
Additionally |
|
109 posts
|
@phil: Its good that we solved that problem here @JKing: It would be nice if you could make you post more clear, you aren’t clear about what your issue is, could you post screenshots of your tagger setup aswell. Also you have to set the page type to Tagger in order for it to work, read up on Frog CMS to see what page type does. |
|
17 posts
|
What exactly should I take a screenshot of, easylancer? I’m not too sure what you mean. The readme suggests there should be a Addendum: It occurs to me that I’m trying to do this from the page’s layout rather than the page itself. Is this not supported? |
|
109 posts
|
JKing: That is the problem, you can’t used it in the layout. It needs to be in the page because the page has the page type attached to it, not to the layout. |
|
184 posts
|
Just a suggestion, but wouldn’t line 18 in views/index.php be better changed from
to
Notice the replacment of $url for $page_id to allow for direct access to the linked pages. |
|
1493 posts
|
@Bluefrog – easylancer can speak for himself! But it is worth noting that the change from |
|
184 posts
|
Well caught there, David. Darn if I noticed that a little late, lol. |
|
18 posts
|
I’m getting this error message repeated multiple times on my tags pages:
Here’s an example on my site. Any advice on how to fix this? Thanks :) |
|
109 posts
|
hi vh, whenever reporting an error please state what version of Frog you are using and what version of Tagger. Also post the code you have on the tags page. |
|
18 posts
|
Thanks, easylancer, and sorry about that. I’m using Frog 0.9.5 RC2, Tagger 1.1.0 and below is the code from my tags page. |
|
109 posts
|
@vh: sorry about the late reply, please try and download the latest version from GitHub and let me know if the issue is still there. |
|
18 posts
|
I installed the latest version from GitHub but a similar error is appearing, only the lines mentioned are different:
Thanks for your help so far, and please let me know if there is any other info I can provide to help find the issue. :) |
|
109 posts
|
@vh: I still haven’t worked out the problem asyet, please log it at the Tagger GitHub repo issue tracker. Get the latest version of Tagger with backend sorting of Tags by field name. Git it now |
|
18 posts
|
Hey easylancer, just in case you hadn’t seen it, I did log the issue at the Tagger github issue tracker. :) |
|
109 posts
|
Thanks vh, I have seen it, just been a bit busy lately with other work which take priority over this. |