![]() |
I have a display problem when it comes to showing TITLES of threads created from the RSS from scifi.com
http://www.scifi.com/scifiwire/rss/index.xml The threads titles appear like this: 'Potter' Designer Talks Challenges THE ORGINAL TEXT IS: 'Potter' Designer Talks Challenges Now I fixed my display problems in the thread with replacement for "'" to " ' " and those are showing fine.. however the thread titles are not.. What can I do to fix this? Aceman Link to my news forum: http://www.scifi-meshes.com/forums/f...splay.php?f=90 |
I'm a duffis.. I fixed it buy using the code you placed eariler:
$rss_title = str_replace("'", "'", $rss_title); $rss_description = str_replace("'", "'", $rss_description); |
I'm getting duplicated threads when the rss runs on the hour. I checked the (scifi.com) rss link and it DOES have a pubdate.
<pubDate>Wed, 12 May 2004 12:26:39 EST</pubDate> Yet I still have duplicates?? Any suggestions. |
newest version: 1.25 (PHP > 4.3.0) and 1.25a (PHP < 4.3.0)
this update fixes the problems with " and it also will insert into the scheduled task log if you have it turned on ... atleast it should. heh, of course any problems let me know. files changed are: rss.php and rss_update.php ... so if you want to make the changes yourself, or just upload those 2 files ... that's fine. in rss.php FIND: Code:
?> Code:
log_cron_action('RSS News Feed Posted', $nextitem); Code:
// Setup the thread Code:
$rss_title = str_replace(""", "\"", $rss_title); |
Quote:
" != " ' != ' so it thinks it's a new title and it then posts. could you please check in phpMyAdmin and see if it is storing the data for the title with the " or ' .... unfortunately i have not seen this in my news articles yet so i can't verify this. |
I'm not sure if this was the fix YET.. but I did notice something about code..
Code:
// filter out the old items Aceman ***UPDATE*** This did NOT fix my duplication problem. I'm getting ALOT of duplicated threads.. help me! |
Quote:
New "Mobile Console" Plays PC Games Does this help? is their a fix? Certain threads ARE still duplicating.. and I reuploaded your files to my server again to make sure it wasn't something I'd screwed up. I'm using 1.25 as my version of PHP is higher then 4.3.0. Aceman |
ya ok, then it is what i think it is and this should be fixed by my update i am hoping. i made it fix the titles with " and ' in them instead of having " or ' they will have " and ' .... here is the problem:
New "Mobile Console" Plays PC Games does not equal New "Mobile Console" Plays PC Games when compared to each other the " and ' are not converted to " or ' ... or vice versa. the literal strings do not match each other even though to me and you they are the same. let it run for a little bit on the new 1.25 and let me know if this fixes the problem with the multiple posts. |
any ideas why the thread and post count isnt updating in subforums?
|
it should. the newest version takes care of that. make sure you have the latest version. it updates on mine and i am running the same version i have uploaded here, no changes.
|
All times are GMT. The time now is 06:15 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|