Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

How to edit look of 'Vanilla Discussions' widget on wordpress?

Hi,

Can anyone point me in the direction of how to edit the 'Vanilla Discussions' widget for wordpress? I would like to make a few changes to match the font and text size to the rest of my page.

Cheers

Answers

  • I found the widget code could be edited in Wordpress: Plugins - installed Plugins - Vanilla Forums - Edit - vanilla-forums/widgets.php

    This line shows the code to display the post:

    echo '<li><a href="'.vf_combine_paths(array($link_url, 'discussion/'.$Discussion->DiscussionID.'/'.vf_format_url($Discussion->Name)), '/').'">'.$Discussion->Name.'</a></li>';

    Is there any way to add the last person to comment's username and/or the category the discussion was posted in to that code?

    Anyone with a more advanced knowledge of code who can provide those answers will have the gratitude of myself and my forum users!

    Thanks a lot,

    Rob

Sign In or Register to comment.