Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: rsx_page_number
You can find control-o’s changes here
Refresh Dallas and other Refreshing Cities.
Offline
Re: rsx_page_number
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
#39 2005-06-13 20:03:37
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: rsx_page_number
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.
Offline
Re: rsx_page_number
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
#41 2005-06-22 18:39:16
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: rsx_page_number
Ramanan, I’ve been using your plugin for ages, and only now I noticed this: I’m using tcm_pluginlist that is outputting authors’ urls, and yours is pointing to funkasohi.com…
Offline
Re: rsx_page_number
This is sort of silly and if no one feels like figuring this out, I don’t mind.
But the XHTML validator says:
there is no attribute “newer”
there is no attribute “older”
element “txp:rsx_page_number_nav” undefined
And the CSS validator says:
The prefix “txp” for element “txp:rsx_page_number_nav” is not bound.
Any ideas?
Last edited by andreaparrish (2005-08-31 15:35:04)
Offline
Re: rsx_page_number
Sounds like txp isn’t parsing the tags you used. Make sure you are using them in the correct place. (page, form, article listing). Also, check to see if the rsx_page_number_nav is turned on in the plugins tab.
Refresh Dallas and other Refreshing Cities.
Offline
Re: rsx_page_number
It sounds like you aren’t processing the form properly. I’d agree with tiny fly there. I’ve also noticed some of my plugins have the wrong web address. Are people still having problems with this plugin? I can fix it shortly if so.
Offline
Re: rsx_page_number
This has been updated: The un-linked page number in the list generated by rsx_page_number_list
is now wrapped in a span tag.
Offline
#46 2005-09-04 14:39:19
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: rsx_page_number
After installing the updated plugin:
Fatal error: Cannot redeclare rsx_page_number_nav() (previously declared in /home/httpd/vhosts/doggiez.nl/httpdocs/textpattern/lib/txplib_misc.php(429) : eval()’d code:3) in /home/httpd/vhosts/doggiez.nl/httpdocs/textpattern/lib/txplib_misc.php(429) : eval()’d code on line 5
Edit: please forget this, I did something stupid… :(
Last edited by doggiez (2005-09-04 14:43:10)
Offline
Re: rsx_page_number
Awesome — easiest bug to fix yet.
Offline
#48 2005-09-05 13:34:37
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: rsx_page_number
Ramanan, in your next update (no hurry!), could you please shorten the name of your plugin? That’s why I got the error, some time ago I manually changed the plugin name in the database because it was so long that it kind of broke the plugin list I have on my site. So on updating the plugin wasn’t overwritten, but the update was installed next to the previous version ;)
(Oh, I also changed in the db the url to your site: funkasohi.com -> funkaoshi.com)
Last edited by doggiez (2005-09-05 13:39:46)
Offline