View Full Version : Two things I'd like to see
jMcQuarrie
11-09-2007, 01:15 PM
Hi Sara,
I have two requests (feel free to ignore them though):
1) Could you put a link at the bottom of each thread back to the Forum homepage? I know there is one at the top, and there is a "top" link at the bottom, but it's not quite the same (fussy, I know).
2) In the member's RSS feed in each signature is there any way of making punctuation appear correctly? No biggy, I just use a lot of apostrophes in my post titles (something I probably shouldn't do) and they all come out as question marks.
Only minor things, and if they don't fit with your plans, or are not high priorities compared with other work you're doing, not worry about them.
ses5909
11-09-2007, 01:34 PM
Thanks for the suggestions James. These are actually things I would like to do just forget about them or when I think of them, I am doing something else. I need to write them down and schedule a time to do them. I agree though, both are good things to do.
SarahG
11-09-2007, 01:45 PM
Actually, I'd like to know how no 2 is done as I have the same problem reading RSS feeds in. It's as if the parser doesn't output it correctly.
ses5909
11-09-2007, 02:02 PM
What RSS parser are you using Sarah?
SarahG
11-09-2007, 05:10 PM
I use magpie and then run all input via the mysql_real_escape_string_function. I've not actually checked to see at which point the character entity is lost, whether it's the parser or the function. But I wouldn't have thought it'd be the function.
jMcQuarrie
11-09-2007, 05:21 PM
Get you two getting all technical on me!!! ;)
SarahG
11-09-2007, 05:52 PM
Sorry James, I've turned your request thread into a technical one! :blush:
jMcQuarrie
11-09-2007, 05:56 PM
Sorry James, I've turned your request thread into a technical one! :blush:
No worries, I have to admit to being able to follow what you're talking about. I pretend to not be technical...
I like the first one, a link to the forum home on the thread pages would be handy. Down next to the New posts one I'd like :p
ses5909
11-09-2007, 06:05 PM
#1 is done and new posts is now there too Bob!
Yeah! Now I'm happy. Also good thinking adding the nav to the bottom, I was just thinking of a link to the home page but that makes more sense :)
Jessi
11-10-2007, 04:54 AM
I never would've noticed number one. I'm all about using my keyboard to do things instead of my mouse to click on things, so I always just hit backspace to get back the "new posts" screen and then back once more if I want the homepage for whatever reason. Good to see it was taken care of so quickly, though!
As for the issue with the RSS feeder, it's actually responsible for me taking notice of my own post titles and properly coding (or wording) them to show correctly in feeds. Sure, it'd be nice to see it fixed so that the forums automatically take care of it, but I'm glad it wasn't to begin with, hehe.
ses5909
11-10-2007, 12:43 PM
Well I am making SOME progress....
James post title is now showing up as: Online shopping. What’s your experience? (http://www.jmcquarrie.co.uk/2007/11/08/online-shopping-whats-your-experience/)
which is how it is displayed when you submit something to SU as well. Some more hacking is needed :-?
ses5909
11-10-2007, 12:47 PM
And now #2 is done!
Online shopping. What’s your experience? (http://www.jmcquarrie.co.uk/2007/11/08/online-shopping-whats-your-experience/)
\:D/
SarahG
11-10-2007, 12:51 PM
Ooo what did you change?
ses5909
11-10-2007, 12:58 PM
Before you require the magpie rss you need to add this line:
define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');
and then for your output change it to
$blogTitle = htmlentities($item['title'], ENT_QUOTES, "UTF-8");
using your variables accordingly of course.
jMcQuarrie
11-10-2007, 01:20 PM
:bigsmile: Thanks Sara.
God, I wish I got such fast responses like this when I raise "change requests" with some of our vendors at work...
SarahG
11-10-2007, 01:31 PM
Thank you muchly for the code :) I'll get it put in place today :D
ses5909
11-10-2007, 01:45 PM
Ok good. I hope it works for you!
And don't get too excited James...while I have good intentions (most of the time) I regularly forget to do things I need to do. I wish I could be as timely with the requests all the time!
Jessi
11-10-2007, 04:28 PM
Wow. Good job!
DavidJohnson
09-15-2008, 08:04 AM
Hi Sara,
I have two requests (feel free to ignore them though):
1) Could you put a link at the bottom of each thread back to the Forum homepage? I know there is one at the top, and there is a "top" link at the bottom, but it's not quite the same (fussy, I know).
2) In the member's RSS feed in each signature is there any way of making punctuation appear correctly? No biggy, I just use a lot of apostrophes in my post titles (something I probably shouldn't do) and they all come out as question marks.
Only minor things, and if they don't fit with your plans, or are not high priorities compared with other work you're doing, not worry about them.
i also same like this
vBulletin® v3.7.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.