2012-12-26, 09:33 PM
I am referring to the links below:
http://gyazo.com/069e071b57324f5833eb0b2...1356557431
How do I remove the "View" from New Posts and Today's Posts?
This is the code for them, in my header_welcomeblock_member template.
http://gyazo.com/069e071b57324f5833eb0b2...1356557431
How do I remove the "View" from New Posts and Today's Posts?
This is the code for them, in my header_welcomeblock_member template.
<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a></li>