Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#793 2013-02-26 17:10:59

jens31
Plugin Author
From: munich / dtschermani
Registered: 2008-08-25
Posts: 183
Website

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

hi

i do have a problem over here.
this is somehow interfering with glz_custom_fields. if the glz plugin is active and i set an attribute to a custom field and use the rss_uc field, the custom_field is not saved. with the fancy ajax in txp 4.5.4 it looks like its saved, but if you reload the article you see that the field is not saved. if i disable glz the custom fields are all saved properly. unluckily this is not an option :P

ill post that in the glz forum as well.
http://forum.textpattern.com/viewtopic.php?id=23996&p=107

Edit:
consider it solved. glz_cf 1.4-beta has problems with the checkbox.

Last edited by jens31 (2013-03-07 17:48:32)

Offline

#794 2013-08-04 12:17:57

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

Hi,
Does this plugin support pagination on article listing?
Thx…

Last edited by NicolasGraph (2013-08-04 12:28:47)


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

#795 2013-10-15 10:54:13

SPKuja
Member
From: England
Registered: 2013-05-18
Posts: 55
Website

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

I’m having an issue, basically, it’s won’t show any articles. I’m using:

<txp:rss_unlimited_categories_article_list limit="30" category="nintendo" />

But it does not show any thing on the page

Offline

#796 2013-10-15 11:46:03

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,304

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

According to the plugin help, if you don’t specify a section, section “article” is used: Are the nintendo articles in another section? Could it be an issue that has to do with the tag’s time/status/… attribute defaults? Still not working? Insert some control characters before/after the tag to check whether the tag is inside the correct page template/form, use an HTML comment if the site is live.


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#797 2013-10-15 17:55:46

SPKuja
Member
From: England
Registered: 2013-05-18
Posts: 55
Website

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

Ah, worked perfectly, thanks! I needed to define a section, as all of mine are in “articles” with an “s” at the end. Typical lol.

EDIT:

Okay, it is now showing the whole of each article in my reviews sections. My reviews use a different form which is selected when you write the article from the “Overwrite form” box.

On each of the review category pages it is showing the reviews in their entirety, using the review form layout.

http://www.glaciergaming.co.uk/reviews-t
http://www.glaciergaming.co.uk/reviews-p

If I go into the review, and set it so that the main form is not overridden, they display fine :S

Last edited by SPKuja (2013-10-15 18:27:07)

Offline

#798 2013-10-16 11:22:42

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,304

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

According to the plugin help, if you don’t specify a form, form “default” is used.


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#799 2013-10-25 16:07:25

tomt
New Member
Registered: 2013-10-24
Posts: 3

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

Is it possible this (ver 0.7.5.3) is not working with 4.6-dev? My write tab hasn’t changed at all, while admin:plugins says its installed, and the options say “Check rss_uc: Status OK”
Best wishes,
Tom Troughton

Last edited by tomt (2013-10-25 16:13:57)

Offline

#800 2013-10-25 17:58:08

jpdupont
Member
Registered: 2004-10-01
Posts: 752

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

Yes, because changes in the html structure of the article / editor page

Offline

#801 2013-10-29 16:00:00

tomt
New Member
Registered: 2013-10-24
Posts: 3

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

@jpdupont – Ok thanks.
Tom

Offline

#802 2014-02-27 12:56:14

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

Is it possible this (ver 0.7.5.3) is not working with 4.5.5? My write tab hasn’t changed at all, while admin:plugins says its installed, and the options say “Check rss_uc: Status OK”

my template:

<txp:if_section name="ettevotted">
<txp:if_category>
<txp:category title="1" wraptag="h2" />
</txp:if_category>
<txp:article form="firma_tutvustus" limit="500" />
<txp:else />

my ‘firma_tutvustus’ form:

<div class="article clearfix">
<txp:if_article_list>
<h2><txp:permlink><txp:title /></txp:permlink></h2>
<txp:body />
<p class="posted">Categories: <txp:rss_uc_filedunder linked="1" section="ettevotted" parent="tootegrupid" delim="/?c=" /></p>
<txp:else />
<h1><txp:title /></h1>
<txp:body />
<p class="posted">Categories: <txp:rss_uc_filedunder linked="1" section="ettevotted" parent="tootegrupid" delim="/?c=" /></p>
</txp:if_article_list>
</div>

but articles (saved under sub-category ‘moobel’) won’t show up under category pages (http://www.mysite.ee/ettevotted/?c=moobel).
but they do correctly under individual article page (http://www.mysite.ee/ettevotted/4/saematerjal-oue)

or just my template code is not correct?

Offline

#803 2014-02-27 13:31:45

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,304

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

Your template can’t be complete but before digging any deeper: what catches the eye is the final else tag.
Edit:
Also: current version seems to be 0.7.4. Sorry, makss website istn’t updated, the file itself is your version.

Last edited by uli (2014-02-27 13:37:11)


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#804 2014-02-27 13:56:33

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories

uli wrote #279308:

Your template can’t be complete but before digging any deeper: what catches the eye is the final else tag.

sorry, the code actually goes on

<txp:if_section name="ettevotted">
<txp:if_category>
<txp:category title="1" wraptag="h2" />
</txp:if_category>
<txp:article form="firma_tutvustus" limit="500" />
<txp:else />
<txp:article limit="100" />
</txp:if_section>

Last edited by Gallex (2014-02-27 14:01:42)

Offline

Board footer

Powered by FluxBB