MyBB Community Forums

Full Version: Insert a Button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2011-08-08, 11:29 AM)darki Wrote: [ -> ]That was my next question. Smile Ty
Now I do not yet know where and how I need to have that. When I paste it into another template themes, which makes no sense because the user must then change the design to see the button.

looks like the code you need is in the welcome block templates perhaps search for this code
<div id="navbar">
			<ul id="nav">
				<li><a href="http://algrapez.net">Home</a></li>
				<li><a href="http://algrapez.net/memberlist.php">Mitglieder</a></li>
				<li><a href="http://algrapez.net/calendar.php">Kalender</a></li>
				<li><a href="http://algrapez.net/misc.php?action=help">Hilfe</a></li>
			</ul>
			<div id="search">
			<form action="http://algrapez.net/search.php" method="post">
				<div class="search_input_wrap"><input name="keywords" class="nav_search_input" title="Enter your search keywords" type="text" /></div>
				<input value="" name="submit-search" class="nav_search_button" type="submit" />
				<input type="hidden" name="action" value="do_search" />
and add the link where you need it
(2011-08-08, 11:29 AM)darki Wrote: [ -> ]That was my next question. Smile Ty
Now I do not yet know where and how I need to have that. When I paste it into another template themes, which makes no sense because the user must then change the design to see the button.

downloaded the theme the code is in the welcome block templates !
Thanks, it works fine!! Wink
(2011-08-08, 02:55 PM)darki Wrote: [ -> ]Thanks, it works fine!! Wink

no problem ... but you can not register on your site in English .... you have a language file problem !
Pages: 1 2