Status
Not open for further replies.
Could you be a bit more specific? Please point out the exact elements you want to remove and I can tell you whether it's controlled by an option or if template edits are required :)
 
Every piece of statistic (the bits starting with ») and the "New Posts" etc links as well?
 
All the stats and other content can be disabled via the (Pro) Enabled Statistics setting under DragonByte Tech: InfoPanels - Welcome Panel Options.

To remove the links, open dbtech_infopanels_panel and remove this code:
HTML:
					<tr>
						<td style="padding: 6px;"> </td>
						<td style="padding: 6px;"><div align="center">
							<a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a> | 
							<a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a> | 
							<a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a> 
							<!--DBT_PRO_START-->
							| <a href="profile.php?{vb:raw session.sessionurl}do=dbtech_infopanels_options">{vb:rawphrase dbtech_infopanels_panel_settings}</a>
							<!--DBT_PRO_END-->
						</div></td>
						<td style="padding: 6px;"><div align="center">
							<vb:if condition="$vboptions['forumleaders']"><a href="showgroups.php{vb:raw session.sessionurl_q}">{vb:rawphrase dbtech_infopanels_view_forum_staff}</a> | </vb:if>
							<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:raw bbuserinfo.securitytoken}">{vb:rawphrase mark_forums_read}</a>
						</div></td>
					</tr>

That should solve that :)
 
Status
Not open for further replies.

Legacy InfoPanels

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
870
Customer rating
0.00 star(s) 0 ratings
Back
Top