Closed (fixed)
Project:
Nodes In Block
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Mar 2011 at 15:30 UTC
Updated:
11 Dec 2014 at 01:28 UTC
Jump to comment: Most recent
Comments
Comment #1
swentel commented'without links' means that the 'links' variable at the bottom shouldn't be displayed. The easiest way to fix this is to open the node template file and use the $node->nodesinblock boolean to alter the title. There is really no other way to do that.
Comment #2
knalstaaf commentedOk, thanks for that.
I solved it by modifying the title in my node.tpl.php (with the method you advised in the README.txt):
Works fine!
Comment #5
reis quarteu commentedHi.
I've just done the changes suggested by knalstaaf, but it did not work.
What node.tlp.php file should I change? I think it would be the one in the templates folder of the current theme of my web site. I have also changed all the node.tlp.php files on my server, but I was not successful.
Where can I find the README.txt file you referred to?
Any help will be greatly appreciated.
Thanks in advance.
Comment #6
reis quarteu commentedSorry for my previous comment.
I've just found what was going wrong: I have forgotten to clean my web site's caches... :/
It's working fine now. Many thanks for all your help! :)