Skip to main content

Posts

Showing posts with the label tag

Useful MYBB Tag Codes For Beginners

Here are list of mybb tags that may be helpful in theme customization; {$welcomeblock} - Include welcomeblock (user/guest view of the member bit)  {$mybbversion} - Displays softwares version  {$modcplink} - Displays link to Mod CP {$admincplink} - Displays link to Admin CP (exclude for clients safety - reinstate it if requested) {$mybb->settings['bbname']} - Displays boards name  {$mybb->settings['bburl']} - Displays URL to the board (use always when you have to link to something)  {$mybb->settings['homename']} - Displays homepage name (the one in the footer's menu)  {$mybb->settings['homeurl']} - Displays URL to the homepage site (the one in the footer's menu) {$mybb->user['username']} - Displays users username  {$mybb->user['usertitle']} - Displays users usertitle  {$mybb->user['uid']} - Displays users UID (User ID)  {$mybb->user['avatar']} - Displays URL of the users ava...