Hi guys,
Can I somewhow add a link from this block (list of story headlines) to the 'see all' page from the category or topic?
I'd like the link to show up in the block if possible - I have it in the main menu already 0 but it's not as visible in there.
Thanks!
ShawnB
Login
Donate to Zikula
Core Modules & Blocks
::
Core/Stories Block
-
-
-
sure, you need to modify the code.
How good are you with PHP? If you mean the other stories block, add the link in around 189 to the existing $row array...
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
HammerHead
sure, you need to modify the code.
How good are you with PHP? If you mean the other stories block, add the link in around 189 to the existing $row array...
Very poor with PHP - but learning some.
It's the 'stories' block - Shows headlines from a news topic or category.
Excuse the nebie questions - but I don't have many 'block' files so not sure even where to start.
Thanks!
ShawnB -
lol sorry, there I was thinking about the stories.php block and forgetting to add it into the post!
includes/blocks/stories.php
Not tested, but try this:
line 189:
[code]
$row['content'] .= "See More";
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide
