1 of 2
1
Problems with Tag 2.1.1
Posted: 23 June 2008 02:57 AM   [ Ignore ]
Newbie
Rank
Total Posts:  15
Joined  2007-08-17

Hi, I’ve installed the new version and I am experiencing some issues.

1. On the previous version, the Tag parsing preference was comma, but the new version has modified this setting to Linebreak. The problem is that I can’t modify the setting, when a submit the module settings form the linebreak still remains. My config.php is set to 777. What’s wrong?

2. On the previous version my tag cloud rendered the 50 most popular tags sorted alphatically. Now they are sorted by relevance using the same code.

Thank you.

Profile
 
 
Posted: 23 June 2008 08:27 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  8264
Joined  2006-10-18
Zapp - 23 June 2008 02:57 AM

1. On the previous version, the Tag parsing preference was comma, but the new version has modified this setting to Linebreak. The problem is that I can’t modify the setting, when a submit the module settings form the linebreak still remains. My config.php is set to 777.

config.php should be set to 666.

Zapp - 23 June 2008 02:57 AM

2. On the previous version my tag cloud rendered the 50 most popular tags sorted alphatically. Now they are sorted by relevance using the same code.

What does your code look like? smile

 Signature 
Profile
 
 
Posted: 24 June 2008 12:19 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  15
Joined  2007-08-17
Pie Man - 23 June 2008 08:27 AM

config.php should be set to 666.

I tried that before and it neither works confused

Pie Man - 23 June 2008 08:27 AM

What does your code look like? smile

{exp:tag:cloud weblog=“weblog” groups=“5” start=“12” step=“1” limit=“50”}

Profile
 
 
Posted: 26 June 2008 11:54 AM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  15
Joined  2007-08-17

Please, if you you don’t know to solve it, could you tell me which line should I add on my config.php ion order to continue using Comma tag parsing preference?
Thank you.

Profile
 
 
Posted: 26 June 2008 12:03 PM   [ Ignore ]   [ # 4 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  8264
Joined  2006-10-18

Zapp,

Can I take a look into your CP? smile

 Signature 
Profile
 
 
Posted: 26 June 2008 02:26 PM   [ Ignore ]   [ # 5 ]
Newbie
Rank
Total Posts:  15
Joined  2007-08-17

Of course, I will send you a PM

Profile
 
 
Posted: 02 July 2008 02:36 AM   [ Ignore ]   [ # 6 ]
Newbie
Rank
Total Posts:  15
Joined  2007-08-17

Hi Pie man, did you check my private message?

Profile
 
 
Posted: 02 July 2008 04:16 PM   [ Ignore ]   [ # 7 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  8264
Joined  2006-10-18

Waiting for a response from you grin

Did you do what I recommended?

 Signature 
Profile
 
 
Posted: 03 July 2008 12:48 AM   [ Ignore ]   [ # 8 ]
Newbie
Rank
Total Posts:  15
Joined  2007-08-17

Yes but it didnt’ help. I sent you a PM. What else can I do?
Meanwhile can I edit manually the config.php? Could you send me the code?

Profile
 
 
Posted: 03 July 2008 08:51 AM   [ Ignore ]   [ # 9 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  8264
Joined  2006-10-18

For your Tag Cloud issue, use this code:

{exp:tag:cloud weblog="weblog" groups="5" start="12" step="1" limit="50" orderby="tag_name" sort="asc"
 Signature 
Profile
 
 
Posted: 03 July 2008 08:58 AM   [ Ignore ]   [ # 10 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  8264
Joined  2006-10-18

In config.php, you can manually change this line:

$conf['tag_module_parse'"linebreak"

to this:

$conf['tag_module_parse'"comma"
 Signature 
Profile
 
 
Posted: 05 July 2008 08:04 AM   [ Ignore ]   [ # 11 ]
Newbie
Rank
Total Posts:  15
Joined  2007-08-17

I still don’t know what happens with my config.php but that code works perfectly meanwhile.

Now I should repair my second question:

2. On the previous version my tag cloud rendered the 50 most popular tags sorted alphatically. Now they are sorted by relevance using the same code.

Let’s suppose I’ve got this tags:

- Apple (30 entries)
- Banana (20 entries)
- Cherry (50 entries)
- Orange (40 entries)
- Peach (10 entries)
- Strawberry (0 entries)

And I use these sentence:
{exp:tag:cloud weblog=“weblog” groups=“3” start=“12” step=“1” limit=“3”}

On the previous version I got the result like this:
Apple (30 entries), Cherry (50 entries), Orange (40 entries)

Using the same code now I get:
Cherry (50 entries), Orange (40 entries), Apple (30 entries)

Do you know which code should I use to render the first result?
Thank you.

Profile
 
 
Posted: 07 July 2008 08:19 AM   [ Ignore ]   [ # 12 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  8264
Joined  2006-10-18

See my message above:

{exp:tag:cloud weblog="weblog" groups="5" start="12" step="1" limit="50" orderby="tag_name" sort="asc"
 Signature 
Profile
 
 
Posted: 08 July 2008 10:18 AM   [ Ignore ]   [ # 13 ]
Newbie
Rank
Total Posts:  3
Joined  2008-07-08

i have the same issue with comma tag parsing preference shut eye
it can’t be changed from admin CP…
im using tag 2.1.1 - is this preview version?  smirk

Profile
 
 
Posted: 08 July 2008 11:21 AM   [ Ignore ]   [ # 14 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  8264
Joined  2006-10-18
Shur - 08 July 2008 10:18 AM

i have the same issue with comma tag parsing preference shut eye
it can’t be changed from admin CP…
im using tag 2.1.1 - is this preview version?  smirk

Pie Man - 03 July 2008 08:58 AM

In config.php, you can manually change this line:

$conf['tag_module_parse'"linebreak"

to this:

$conf['tag_module_parse'"comma"
 Signature 
Profile
 
 
Posted: 09 July 2008 07:34 AM   [ Ignore ]   [ # 15 ]
Newbie
Rank
Total Posts:  15
Joined  2007-08-17

Hi, on my example the code you sent me give me this result:

Apple (30 entries), Banana (20 entries), Cherry (50 entries)

That means it is just sorting the tags alphabetically.

Profile
 
 
   
1 of 2
1