CMPS News Module question

vbuser49

New Member
Hello,

For VBAdvanced CMPS is it possible to change some setting or code so that the post title that appears on top of the post in the "News" module doesn't link to the actual post in the forum? Thanks.
 
I figured this out. Searched in news.php module for <a href and found the code to remove so as to eliminate the link from the title.

However I still can't figure out how to remove the link from the user name which is just below the title. Please help.
 
Thanks very much. Didn't quite manage to remove the link but was able to replace the text with something else.

This is the code responsible:

<phrase
1="$vboptions[bburl]/member.php?$session[sessionurl]u=$news[postuserid]" 2="$news[postusername]">$vbphrase[by_x]</phrase>



The code $vbphrase[by_x] is what actually puts the user name and link there. If I tamper with this bit of code the user name doesn't show up at all. I can't find a way to just remove the link.
 
Back
Top