![]() |
After upgrading to 3.66, my previous blog add-on needed to be redone. I decided to try this one instead, since frankly the previous one was a royal pain.
Works like a charm in 3.66 and seems to get Blogger feeds as well as other normal RSS feeds. Just set up the blogger feed URL as follows: Code:
http://{blogname}.blogspot.com/feeds/posts/default?alt=rss I also couldn't get it to work with custom field paths but it's fine if you just delete those lines. Thanks, nevetS! :) |
Question:
Anyone know what I have to do to correct a blog title like the following: Quote:
|
Quote:
|
I don't use Feedburner but for WordPress it should look like http://www.somenlog.com/feed/
|
I used this and 3 other possible links with no use. Here is the code as I have put it in the plugin section. I might have not set the path correctly I assume.
Code:
require_once 'carp/carp.php'; Thank you again for any possible tips as how to solve this :) |
I will pay 15 bucks via PayPal to the person who will make an installable and working product for vB 3.6.x from this one. If someone is interested, please PM me
|
I don't even get an error - it just shows the Blog: and no link or text at all.
Any ideas ? http://www.widewebtalk.com/showthrea...=1861#post1861 |
Quote:
|
No I have not as that is not in the instructions to do that I can find.
|
My aplologies - you're correct. That was for another add-on I tried that didn't work properly for me.
If I recall correctly, I had to fiddle with this a bit to get it to work. Make sure that your Carp Configuration plugin looks like this: Code:
require_once '/full/server/path/to/forum/carp/carp.php'; Code:
ob_start(); Code:
<if condition="$post['field6']"> |
Got it - the second plugin had the wrong filed in it !!!
Thanks |
Yet another hack that doesn't work and no one would know why. I would like to get some thorough installation guide (with all the steps DETAILED, such as creating that profile field for example) and other issues.
It's been weeks since I posted for support and still NO ANSWER. That kinda does it. Will have to look for something else :( |
Quote:
If you can't get the hack to work that's not their fault. If you were paying for the hack it would be a different matter, but I honestly don't see how you have any right to complain when something given for free does not work for you. |
Works fine for me
|
Can you please tell me what changes you made with it so that it works?
I am indeed frustrated since I have tried ALL possible changes people posted in here and it won't work. I am a skin designer for forums and have installed hundreds of hacks that worked. And it's frustrating for me to not be able to install something because of lack of correct code and installation guide. A real installation guide with all steps. Sorry if I offend, but I paid 160 USD for a script and 20% of the hacks I installed won't work, I won't get support from the developers, who still want to have the hacks nominated, but won't even write a readme file that would take you through all the steps :) There is surely something people did to make this work, it would be nice if the people with experience in this would tell us, the ones who fail to understand, what to do. That's what I do in my communities and it would be beneficial for this one too. |
*Nice work, I'll try this. I have the most recent blog entry listed as well, but only using a user's website or blog link.
|
Quote:
No err, just showing: Recent Blog: :( |
No chron job is required. It's working fine with 3.6.8.
Make sure you have Carp installed and working correctly before blaming this hack. |
Quote:
What can be the fault? Can u guess? Thanks |
Not without seeing your site's ACP. I'd suggest double checking the instructions above and make sure that you modified the paths, profile field number, etc. to fit your set up.
|
Sorry for dugging this old topic, but just want to let you all know that this hack working correctly even with 3.6.8.
|
I keep getting this error?
[CaRP] Can't open cache file. [CaRP] Failed to open file: /home/thrdgami/public_html/bzimage/rss/carp/autocache/58fae8eb72e8579438002f3ea9fd5c09 [CaRP] Can't open remote newsfeed. |
Here is how to fix this mod! And it works perfect on my forum at www.bzimage.org
Quote:
|
OK,
I downloaded this and everything is working great. The only issue I seem to be having with it is the fact that all the blog post titles have all the quote and apostrophe marks replaced with question marks, anyone know why? |
This most likely has to do with the fact that the rss feeds are unicode. Do you have an rss feed exhibiting the problem that I can point to?
I would think that if your forum is displaying unicode and the rss feed is unicode it wouldn't be a problem, but if you have a doctype specifying western characters it will show the western character version - which is usually a question mark, but it depends on the font. It could be a problem with carp, though. I may be able to insert a regex to replace the characters appropriately. |
Well,
my forum I'm using is: http://www.conspiracy-forums.com/ and the feed for my blog in my postbit is: http://www.lightningshock.com/feed/ So I'm not exactly sure where the error is turning up. |
I'm just barely starting to look into this - busy work day. I'll get back to you shortly.
|
There's definiitely a combination of unicode (UTF-8) (rss feed) and western character sets (ISO-8859-1) (forum page) going on - although I'm actually unsure of a fix at the moment. Looking at the output, there isn't a difference between single and double quotes.
I'll spend some more time this morning checking it out. |
OK - interesting, but not a solution yet -
If you add the following to your carp configuration, it will output the quotes properly - Code:
CarpConf('encodingout','UTF-8'); This is typically done by having a meta tag in the header as follows: Code:
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> I am a bit concerned that fixing this problem might just break some other things. There is another option in CarpConf Code:
CarpConf('fixentities',1); |
OK... so here we go. Beware that this may potentially cause some problems because we're changing character encoding. I don't know what kind of problems it might cause but there seems to be a lot of discussion about UTF-8 and I personally don't know a heck of a lot about it.
My mindset is to give it a shot, and be prepared to roll back these changes if they affect anything else. In your carp configuration plugin - the one that has a hook on global_start add: Code:
CarpConf('encodingout','UTF-8'); select language manager, then edit the US English settings. Change the character set from ISO-8859-1 to UTF-8 and then it should work. The things I would be concerned about testing right off the bat would be any add-ons you have that involve javascript. I don't think this change updates the database at all, so the underlying database tables probably still have a character set of ISO-8859-1. Try posting and searching text that includes unicode characters - maybe copy/paste from http://www.revfad.com/flip.html |
Thanks nevetS,
The characters look correct now, I suppose I'll repost here if I notice any other output changes it may have had. |
this is very useful
|
Anyone tried this with 3.7 Gold yet?
Looks like an awesome hack! |
I use it with 3.7 gold myself. I keep meaning to put out a cleaner update, but it works for me right now so other things keep taking priority.
(cleaner meaning easier install, inherent support for UTF-8 feeds, and atom support) |
Quote:
|
Actually dual magpie/carp support is on my todo list. I know with the paid version of carp (which I have), there's now atom support. I paid for it ages ago and they keep sending me updates.
As far as the MagPie conflict goes - I haven't experienced it myself just yet, but I'll see what happens when I get into it. I'm sure there's something out there that will support atom. I'll get going on this this week. I'm kind of stumped on my other project right now :), so this might provide enough of a break to get my brain working properly again. |
In that case, you might want to take a look here (around post #21):
https://vborg.vbsupport.ru/showthread.php?t=156372 |
Just a stupid question: it works with Vbulletin 3.7.2?, if yes must i follow the same instructions on the first main post or there is any update about installing it?...Thanks a lot.
|
Yes. It works with 3.72.
|
Can't get this working in 3.7.2 (I previously had it working in 3.5).
Getting errors about a call to undefined function for CarpCacheShow, even though it is defined afaics. |
All times are GMT. The time now is 04:17 AM. |
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:
|