MyBB Community Forums

Full Version: Welcome panel button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I add button in welcome panel link. Please see image.
[Image: i172201_Image00192.jpg]
Edit the header_welcomeblock_member and header_welcomeblock_guest template.
Sir I found some script. But I dont know how can I add image button script. I want to add image button in View New Posts | View Today's Posts | Private Messages links.

	<span style="float:right;">{$lang->welcome_current_time}</span>
		{$lang->welcome_back} (<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>{$modcplink}{$admincplink} &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a>)<br />
				<span class="links">
					<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a>
				</span>
				<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}
What do you mean by add an image in it??

And also, you really don't need to format all your posts in bold...
Sorry sir, I dont use bold next time.

I want to add image button in View New Posts | View Today's Posts | Private Messages.
I still don't know what you mean by 'in' them. Do you mean inbetween the links?? Before each link?? What??
Please see this image.

[Image: i172284_Image00193.gif]
It would have been so much more helpful if you gave that printscreen first.

This will be better off in the themes forum, so moved.
I think it not possible. If it not possible, please say to me, how can I change welcome panel link color?
Quote:<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> |

Change the code to :

Quote:<a href="{$mybb->settings['bburl']}/search.php?action=getnew"><img src="your_image_url" alt="" title="" /></a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily"><img src="your_image2_url" alt="" title="" /></a> |