Support Forums

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tuto: Welcompanel estilo VBulletin
06-30-2009, 05:47 PM (This post was last modified: 06-30-2009 05:54 PM by Joki115.)
Post: #1
Tuto: Welcompanel estilo VBulletin
Simplemente cambia las sgtes. plantillas/Only change these plantillation (XD)

header:

Code:
<div align="center"><div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<div id="container">

<br />
<div align="center">
<div id="rounded-wrap">
<div id="rounded-top"><span></span></div>





<a name="top" id="top"></a>
<div id="header">
            

</div>
<br />  <hr class="hidden" />
<div id="content">
        {$welcomeblock}
            
        </div>
        <hr class="hidden" />
                <br />
        <div id="content">
            {$pm_notice}
            {$bannedwarning}
            {$bbclosedwarning}
            {$unreadreports}
<br />

header_welcomeblock_guest
Code:
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td class="trow1" width="60%" rowspan="2"><navigation></td>
<td width="27%" class="trow2" style="font-size:11px">
<form action="member.php" method="post">
<input type="hidden" name="action" value="do_login" />
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><strong><span class="smalltext">{$lang->username}</span></strong>&nbsp;&nbsp;</td>
<td><input type="text" class="textbox" name="username" title="{$lang->login_username}" value="{$lang->login_username}" onfocus="this.value=''" />

<label for="remember">
<input type="checkbox" name="remember" id="remember" value="yes" checked="checked"  />

</td>
</tr>
<tr>
<td><strong><span class="smalltext">{$lang->password}</span></strong>&nbsp;&nbsp;</td>
<td><input type="password" class="textbox" name="password" title="{$lang->login_password}" value="{$lang->login_password}" onfocus="this.value=''" />&nbsp;&nbsp;<input type="submit" class="button" name="submit" value="{$lang->welcome_login}" /></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<div align="center">
<table class="tborder" border="0" cellspacing="0" cellpadding="3" align="center" style="border-top-width:0px; font-size:11px">
<tr align="center" class="thead">
<td class="welcome"><a href="{$mybb->settings['bburl']}/member.php?action=register"><b>{$lang->welcome_register}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/misc.php?action=help"><b>{$lang->toplinks_help}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/memberlist.php"><b>{$lang->toplinks_memberlist}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/calendar.php"><b>{$lang->toplinks_calendar}</b></a></td>
<td class="welcome"><a href="search.php?action=getnew"><b>{$lang->welcome_newposts}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/search.php?action=getdaily"><b>{$lang->welcome_todaysposts}</b></a></td>
<td class="welcome"><a href="$settings[bburl]/search.php"><b>{$lang->toplinks_search}</b></a></td>
</tr>
</table>
header_welcomeblock_member:
Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" align="center">
<tr>
<td class="trow1" width="100%"><navigation></td>
<td class="trow2" nowrap="nowrap" style="padding:6px; font-size:11px">
{$lang->welcome_back}<br />
{$lang->welcome_current_time}<br />
<a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}
</td>
</tr>
</table>
<div align="center">
<table class="tborder" border="0" cellspacing="0" cellpadding="3" align="center" style="border-top-width:0px; font-size:11px">
<tr align="center" class="thead">
<td class="welcome"><a href="{$mybb->settings['bburl']}/usercp.php"><b>{$lang->welcome_usercp}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/modcp.php"><b>{$modcplink}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/admincp.php"><b>{$admincplink}</b></a></td>
<td class="welcome"><a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 200, 300);"><b>{$lang->welcome_open_buddy_list}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/misc.php?action=help"><b>{$lang->toplinks_help}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/calendar.php"><b>{$lang->toplinks_calendar}</b></a></td>
<td class="welcome"><a href="search.php?action=getnew"><b>{$lang->welcome_newposts}</b></a></td>
<td class="welcome"><a href="$settings[bburl]/search.php"><b>{$lang->toplinks_search}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}"><b>{$lang->welcome_logout}</b></a></td>
</tr>
</table>

header_welcomeblock_member_admin
Code:
<a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php">{$lang->welcome_admin}</a>

header_welcomeblock_member_moderator
Code:
<a href="{$mybb->settings['bburl']}/modcp.php">{$lang->welcome_modcp}</a>

Al fin consegui hacerlo bien, supongo/Finally, I can do it
Quedaria algo asi:/It see:

   

Hice una pequeña correcion, ya que cometi un error -_-/ I did a little correction

PD: este codigo va perfecto con el plugin Classic Navigation/this code is great with the plugin Classic Navigation

Yeah, I can't speak english very well, sorry for it :-/
Find all posts by this user
Quote this message in a reply
11-04-2009, 08:16 AM
Post: #2
RE: Tuto: Welcompanel estilo VBulletin
It seems to me different type of post,actually i was surfing net to get data related to my projects and in the meantime came here...And find this post different one!Well someone who dont know about it may get interesting type of information from this post...

2nd mortgage | reverse mortgage | refinance mortgage
I dont like interest!
Find all posts by this user
Quote this message in a reply
01-30-2010, 12:00 PM
Post: #3
RE: Tuto: Welcompanel estilo VBulletin
Geniaaal :DçBuena innfo ^^
Find all posts by this user
Quote this message in a reply
05-08-2010, 12:04 PM
Post: #4
RE: Tuto: Welcompanel estilo VBulletin
lo probare, gracias por la info ^^
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: