Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#31 2014-04-28 17:13:22

etc
Developer
Registered: 2010-11-11
Posts: 5,689
Website GitHub

Re: resolved: category cloud that leads to articles ? I checked plugins

Unless base64_decode function is disabled on your server (in which case you won’t be able to install any plugins), I’ve got no clue, sorry. You can take a chance on smd_query to check

<txp:smd_query break=","
	query="SELECT name, title, count
	FROM (SELECT COUNT(*) count, Category1 FROM textpattern WHERE Status=4 GROUP BY Category1 HAVING count!=0) c
	JOIN txp_category ON name=c.Category1 WHERE type='article'
	ORDER BY title"
>
	<a href='<txp:category name="{name}" section="" url="1" />'>{title}</a>[{count}]
</txp:smd_query>

Last edited by etc (2014-04-28 17:15:06)

Offline

#32 2014-04-28 17:38:24

JimJoe
Member
From: United States
Registered: 2010-01-30
Posts: 573
Website

Re: resolved: category cloud that leads to articles ? I checked plugins

I tried to do some editing on my site and then see what the pages looked like, apparently it isn’t working at all.

So, it looks like my web host still has issues. I will try later today.

I tried smed_query on a different web site with txp 4.5.5, same error. I will contact my web host and see what is happening.

Offline

#33 2014-04-28 20:47:13

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: resolved: category cloud that leads to articles ? I checked plugins

etc wrote #280462:

Unless base64_decode function is disabled on your server (in which case you won’t be able to install any plugins), I’ve got no clue, sorry. You can take a chance on smd_query to check

That error is invoked when the package is incomplete. This usually happens when query string sizes are limited by the host, and JimJoe does use free(-ish?) hosting services. Based on the IPs, his sites he has showcased here and the on in his profile seem to be hosted at CWahi/Crosswinds.

Last edited by Gocom (2014-04-28 20:48:45)

Offline

#34 2014-04-28 21:13:47

etc
Developer
Registered: 2010-11-11
Posts: 5,689
Website GitHub

Re: resolved: category cloud that leads to articles ? I checked plugins

Jukka, you are most probably right, thanks. I have stripped the help out here, JimJoe could retry, but it’s still a long string…

Offline

#35 2014-04-29 12:16:51

JimJoe
Member
From: United States
Registered: 2010-01-30
Posts: 573
Website

Re: resolved: category cloud that leads to articles ? I checked plugins

crosswinds.net is the paid hosting, where these sites are. Cwahi.net is the freebie hosting. But since I was a beta tester for the freebie site, it shouldn’t make a difference as beta accounts have more things they can do.

The install worked this morning. I’ll work on it and see what it looks like.

Offline

#36 2014-04-29 12:20:42

JimJoe
Member
From: United States
Registered: 2010-01-30
Posts: 573
Website

Re: resolved: category cloud that leads to articles ? I checked plugins

I still have the links not working problem I had after my account hiccuped yesterday. I’ll deal with that, and see what happens.

Offline

#37 2014-04-29 13:37:46

JimJoe
Member
From: United States
Registered: 2010-01-30
Posts: 573
Website

Re: resolved: category cloud that leads to articles ? I checked plugins

Couldn’t figure out why the links didn’t work, so i just delelted everything and reinstalled. Working now.

I may go with the two column nistalled, than go back to 3 column. I just use two anyway.

Thanks for the help. If I slap myself again, I’ll stop by and ask for help.

@etc, I was able to install the etc_query with the help file removed. With the help file in there, I got the same error as before.

Last edited by JimJoe (2014-04-29 13:39:03)

Offline

Board footer

Powered by FluxBB