The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Welcome Back ! Code

+6
kjmj14
Eagle Eye
Rok
Darren1
Bling
LUDAKLUDI
10 posters

Page 2 of 2 Previous  1, 2

Go down

Welcome Back ! Code - Page 2 Empty Welcome Back ! Code

Post by LUDAKLUDI April 21st 2009, 9:43 pm

First topic message reminder :

can someone make or does someone have "Welcome Back Code" i need for my forum ....


"[ USERNAME ], Welcome Back! [ DATE ]"
Code:

{LAST_VISIT_DATE}

This is code for
"Your last visit was on Date",
i dont have for [ USERNAME ]

___________________________________

Code:

<!-- BEGIN switch_user_logged_in -->
[ USERNAME ], Welcome Back! {LAST_VISIT_DATE}
<!-- END switch_user_logged_in -->
this code is correct, but i miss one primary part xD and that is ....
[ USERNAME ] = ?????????

Help...


Last edited by LUDAKLUDI on April 21st 2009, 10:24 pm; edited 5 times in total
LUDAKLUDI
LUDAKLUDI
Forumember

Male Posts : 280
Reputation : 3
Language : English,Serbian
Location : Serbia-Belgrade

Back to top Go down


Welcome Back ! Code - Page 2 Empty Re: Welcome Back ! Code

Post by Darren1 April 23rd 2009, 5:21 am

LUDAKLUDI wrote:
darren1 wrote:
The code should work everywhere in the forum (As in posts, and messages)
ofc, u are 100% right ... but why dont work :S


i finish vBull menu in phpBB2 ... code is huge ... Smile and it is so cool and its so similar to vBull hahahah ^^

but still i cant solve {USERNAME } problem :S ......


why {USERNAME } dont work in template ?
why {USERNAME } dont work in template ?
why {USERNAME } dont work in template ?
why {USERNAME } dont work in template ?
why {USERNAME } dont work in template ?
whyyyyyy ? :S


Maybe because BBCodes don't work in templates Welcome Back ! Code - Page 2 Mouais
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Welcome Back ! Code - Page 2 Empty Re: Welcome Back ! Code

Post by LUDAKLUDI April 23rd 2009, 5:45 am

vBull menu in phpBB2

Put 2 picture missing links in code:
2x FORUM_PICTURE_ICON_DIRECT_LINK (16x16) or (32x32)
ex. https://i.servimg.com/u/f43/11/33/28/68/ms_ico10.png (16x16)




vBull menu in phpBB2 fixed:
Code:


<!-- BEGIN switch_user_logged_out -->
<table class="forumline noprint" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="row2" align="left" valign="middle" width="70%">
         <span class="gensmall">
            <table>
               <tr>
                  <td></td>
                  <td></td>
               </tr>
               <tr>
                  <td> <img class="inlineimg" src="FORUM_PICTURE_ICON_DIRECT_LINK" border="0"></a></td> <td><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX} Forum</a></span></td>
               </tr>
            </table>
         </span>
      </td>
      <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
         <td class="row3" align="left" valign="middle" height="1">
            <table>
               <tr>
                  <td></td>
                  <td></td>
                  <td></td>
               </tr>
               <tr>   
                  <td><span class="genmed">{L_USERNAME}</span></td><td><input class="post" type="text" size="10" name="username"/></td><td><input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /> <span class="gensmall">Remember Me</span></td>
               </tr>
               <tr>
                  <td><span class="genmed">{L_PASSWORD}</span></td><td><input class="post" type="password" size="10" name="password"/>{S_HIDDEN_FIELDS}</td><td><input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </form>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <tbody>
            <tr>
               <td class="catBottom" colspan="2" height="28">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                     <span class="nav">
                        <tr>
                           <th><a class="nav" href="/index.htm">Index</a></th>
                           <th><a class="nav" href="/portal.htm">Portal</a></th>
                           <th><a class="nav" href="/faq.htm">FAQ</a></th>
                           <th><a class="nav" href="/profile.forum?mode=register">Register</a></th>
                        </tr>
                     </span>
                  </table>
               </td>
            </tr>
         </tbody>
      </td>
   </tr>
</table>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<table class="forumline noprint" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="row2" align="left" valign="middle" width="70%">
         <span class="gensmall">
            <table>
               <tr>
                  <td></td>
                  <td></td>
                  <td></td>
               </tr>
               <tr>
                  <td></td><td></td><td></td>
               </tr>
               <tr>
                  <td><img class="inlineimg" src="FORUM_PICTURE_ICON_DIRECT_LINK" border="0"></a></td><td><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td><td></td>
               </tr>
               <tr>
                  <td></td><td><span class="gensmall">{TOPIC_TITLE}</span><span class="gensmall">{L_VIEWING_PROFILE}</span></td><td></td>
               </tr>
            </table>
         </span>
      </td>
      <td class="row3" align="left" valign="middle" height="1">
         <div class="gensmall">Welcome, <b>{USERNAME}</b>.</div>
         <span class="gensmall"><img src="{SPACER}" alt="" height="2" width="1" /></span>
         <span class="gensmall">{LAST_VISIT_DATE}</span>
      </td>
   </tr>
<tr>
   <td style="margin:0; padding: 0;" colspan="2">
   <tbody>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <span class="nav">
                  <tr>
                     <th><a class="nav" href="/forum.htm">Index</a></th>
                     <th><a class="nav" href="/portal.htm">Portal</a></th>
                     <th><a class="nav" href="/profile.forum?mode=editprofile">User CP</a></th>
                     <th><a class="nav" href="/msg.forum?folder=inbox">Messages</a></th>
                     <th><a class="nav" href="/search.forum?search_id=newposts">New Posts</a></th>
                     <th><a class="nav" href="/memberlist.forum">Members</a></th>
                     <th><a class="nav" href="/search.forum" onclick="showhide(document.getElementById('search_menu')); return false;">
<img id="i_icon_mini_search" src="http://i63.servimg.com/u/f63/11/33/28/68/menu_o10.gif" alt="Search" title="Search" border="0" hspace="0"> Search</a>
<script type="text/javascript">//<![CDATA[
insert_search_menu();//]]>
</script></th>
                     <th><a class="nav" href="/faq.htm">FAQ</a></th>
                     <th><a class="nav" href="/login.forum?logout">Log Out</a></th>                  </tr>
               </span>
            </table>
         </td>
      </tr>
   </tbody>
   </td>
</tr>
</table>
<img src="{SPACER}" alt="" height="2" width="1" />
<!-- END switch_user_logged_in -->


Write by: LUDAKLUDI
(only for phpBB2)



Install:
(First make BackUp of your template overall_header_new)

Admin CP -> Templates -> General -> overall_header_new
Remove lines and put on that place "vBull menu" code

Remove this lines:
Code:

            <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
               <tr>
                  <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>
            </table>


**************************************************************************
***Still 2 problems:***
Code:

<div class="gensmall">Welcome, <b>{USERNAME}</b>.</div>
Code:

<td></td><td><span class="gensmall">{TOPIC_TITLE}</span><span class="gensmall">{L_VIEWING_PROFILE}</span></td><td></td>


***PROBLEM:***
This three codes (variables) [ {USERNAME },{TOPIC_TITLE } and {L_VIEWING_PROFILE } ],
dont work in "overall_header_new" ... dont know why ?!

{TOPIC_TITLE } and {L_VIEWING_PROFILE } work nice in overall_footer

HELP FORUMOTION !!!

**************************************************************************
LUDAKLUDI
LUDAKLUDI
Forumember

Male Posts : 280
Reputation : 3
Language : English,Serbian
Location : Serbia-Belgrade

Back to top Go down

Page 2 of 2 Previous  1, 2

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum