You are not logged in.
I see. Well, unless you give me a few more details than that, I really can only guess at what could be wrong. Note, that all my plugins haven’t been tested against RC3, and may not work on the newer installs of Textpattern.
Offline
Yea I am using RC3 rev385 and when I set windowSize to something say windowSize=“4” it disregards that and uses the default setting (whatever that is). So If I have 6 pages of articles it will show all 6 page links instead of 4. This is a great plugin and I thank you for your hard work.
Refresh Dallas and other Refreshing Cities.
Offline
That is strange, I’m looking over the code and it looks like it should work. When you actually use the tag you aren’t using curly quotes when you supply the parameters right? Anyone else encounter this bug. I don’t think this is an RC3 bug, though I have been told the plugin format has changed a lot.
Offline
This is how I use the tag:
<code>
<txp:if_article_list>
<txp:newer>« Newer</txp:newer> <txp:rsx_page_number_list delim=”“ windowSize=“4” /> <txp:older>Older »</txp:older>
</txp:if_article_list>
</code>
Refresh Dallas and other Refreshing Cities.
Offline
No big deal but next time you update your plugin could you rename it from rsx_page_number, rsx_last_page_num, rsx_page_number_nav, rsx_pag to just rsx_page_number. I just takes so much space in the plugin screen as it is now.
Refresh Dallas and other Refreshing Cities.
Offline
You can find control-o’s changes here
Refresh Dallas and other Refreshing Cities.
Offline
According to a post by Alex in Trouble Shooting, in RC3, attribute names are converted to lowercase (not sure why). So $windowSize doesn’t exist as a variable, but the variable $windowsize$ does. If you want to fix this yourself, you can open the plugin up and change all the instances of $windowSize@ to $windowsize in the offending function. I will have to go through all my plugins and fix them for RC3. I have gotten really lazy recently when it comes to coding in my free time, so although I will fix this, I don’t know how soon. Sorry!
Offline
I suppose this is the same for all variables? $numPages, $windowStart etcetera? Are you sure it’s necessary to change it, because the plugin still works for me in RC3.
<txp:Els /> ;)
Tag Reference | Unexpected behaviour? Check the tag trace | Still no clue? Check the names of your custom fields
Offline
Hm. I’m not sure if you need to change it, since I don’t have RC3 installed anymore. I have been meaning to install it locally so that I can verify my plugins still work and fix the ones that don’t.
Offline