GazCBG

Registered
Hi,

I am trying to change the look of my home page, which is using 'Pages' with various modules on it and some text.

The main change I want to make is with the 'New Threads' widget using Expanded display style;.

1. I would like to limit how many words are displayed per post with a Read More link to the post (I did this a few years back but not sure how on XF1).

2. I would like to remove the line under the title with Username Date Posted Forum posted in a Replies, but only on this page, not the forum itself.

Thanks.
 
Last edited:
I suppose below your bb_code snippet edit, just add:

Code:
<a href="{ link('forums', $thread.Forum) }}" class="button">Read more</a>

does that work for you?
 
Hi,

Yes it does but had to add an extra { before link for it to work, but all good now.
I have:

Code:
<a href="{{ link('threads', $thread) }}" class="button" style="float:right;">Read more</a>

Thank you :)
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back