![]() |
|
How to break the link between Ftrfc and the posts? - Printable Version +- Featurific Support (http://featurific.com/support) +-- Forum: General Support (/forum-3.html) +--- Forum: General Support (/forum-11.html) +--- Thread: How to break the link between Ftrfc and the posts? (/thread-90.html) |
How to break the link between Ftrfc and the posts? - Ewen - 06-19-2009 10:14 PM Bonjour everybody, my problem is the following: I want to use featurific (who wouldn't) but I don't want it to link to the post it displays (the concerned posts are short enough to fit in totality in the boxy template) when the "box" is clicked. Actually, I don't want it to be clickable. My question is: how? Merci beaucoup everybody for your answers RE: How to break the link between Ftrfc and the posts? - rinogo - 06-23-2009 06:36 AM Hi Ewen, This is actually really easy! It does, however, require editing the template.xml file. Simply remove the url attribute from line 40 in plugins/featurific-for-wordpress/Boxy/template.xml. The line in question begins with '<screen url="%url%"...'. Once you're done removing the 'url' attribute, you should be left with something like the code shown below. (entire file included) Good luck! ![]() -Rich Code: <data>RE: How to break the link between Ftrfc and the posts? - Guest - 06-23-2009 08:46 PM Hi ! I feel a bit ashame, it looks so simple. Merci beaucoup for the solution, believe me, it'll help! Ewen ps: Featurific rocks RE: How to break the link between Ftrfc and the posts? - rinogo - 06-24-2009 04:48 AM Ewen, Don't be ashamed - thanks for asking! ![]() Good luck with Featurific, -Rich RE: How to break the link between Ftrfc and the posts? - Guest - 07-10-2009 04:13 AM Hi Rich, I'm one of the many happy users of your useful plugin. It's a bit of time that I don't do any modification... Just a question and, consequently, a little help: I remember time ago that, of course (like over here), clicking on your box I should go on the relative post ... But now this doesn't happen and I want it (just the contrary of Ewen). I have, of course, the last version of WordPress and of your Plugin and everything is OK (no conflicts)... (and I didn't understand exactly your answer above: I din't find the file template.xml)... Can you help to understand HOW to solve my problem? My blog is http://www.scuolapereroi.it. Thank you very much for your kindness. Bye Elo ;-))) RE: How to break the link between Ftrfc and the posts? - rinogo - 07-10-2009 08:05 AM Hi again, Elo! I can see what you're talking about - when I click on Featurific, a new page loads, but the target post/page is not found (resulting in a 404 error). Regarding the entries that result in the error: are they pages or posts? It seems (from my brief investigation) that they are posts - something we haven't tested in Featurific. Regardless, to fix this issue, you could always use the custom field functionality. For the screens that are broken, define a custom field on the post/page. The custom field you should define is 'url', and should contain the url (relative or absolute should work) to the post/page on your website. Hope this works for you! ![]() -Rich RE: How to break the link between Ftrfc and the posts? - Guest - 07-10-2009 07:17 PM Hi Rich, (thank you for your fast answer) ... Oppsss, They are Posts... I don't remember if your Plugin works (better) with Pages or Posts... Anyway, about your last Advice, I didn't understand very well... What do you mean, exactly, for "custom field"? I never did it... I found (in WordPress), creating a Post, under the text field, the voice "Custom fields"... I imagine that I have to use this option... If so, I tried to create a filed named "url" and with the value "http://www.scuolapereroi.it/?p=1488" (the url of the Post) or "http://www.scuolapereroi.it/?page_id=170" (the url of the relative Page), but it doesn't work... What do I make wrong? How can I solve the problem? Like I told you (in the past) I'm not an expert... Thank you again for your Patience... Have a Nice day. Bye Elo ;-) http://www.scuolapereroi.it RE: How to break the link between Ftrfc and the posts? - rinogo - 07-14-2009 03:23 AM Hi Elo, Thanks for your response! Also, sorry for the typo - When I said that we hadn't tested Featurific with posts, I *meant* to say that we haven't tested it with *pages*. Posts should work fine. The problem seems to be this: Featurific is linking to pages in this format: http://www.scuolapereroi.it/?p=1488 When really, it seems that the pages are accessible via this format: http://www.scuolapereroi.it/?page_id=170 Do you know why this could be the case? My guess is that you have a plugin installed that is modifying the URLs used to access posts, so the default Wordpress URLs (which Featurific is using) are no longer valid. -Rich RE: How to break the link between Ftrfc and the posts? - Guest - 07-16-2009 05:31 AM Hi Rich, sorryyy... You're right. Unlucky, with the Plugin Advanced Category Excluder, I switch off the Category of the Posts included in Featurific, so it was impossible to go to the relative Posts. I "adjusted" the function, so now everything is OK. Thank you very much for the advice/solution. Have a nice day and a good job. Bye Elo :-) RE: How to break the link between Ftrfc and the posts? - rinogo - 07-16-2009 06:04 AM Hi Elo, Glad everything is working again! ![]() Have a great day, -Rich |