Right Sidebar On Milky Way »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Right Sidebar On Milky Way



saber210 [ Fri 01 Jun, 2012 09:35 ]
Post subject: Right Sidebar On Milky Way
is there any want to have a right sidebar on milky way theme?

I really like the milky way theme and I want to customize it with a sidebar.

Any help please?

Thanks!


Joshua203 [ Fri 01 Jun, 2012 11:47 ]
Post subject: Re: Right Sidebar On Milky Way
Hi Saber,

Yeah that should be possible, the next links should give you some clues (even if those are for other styles!)

http://www.icyphoenix.com/viewtopic...ght=side#p51372
http://www.icyphoenix.com/viewtopic...=sidebar#p48402

I'm almost sure if you use the search function of the board there will be some more

Offtopic tip: be carefull what IP-numbers you use, you tend to use blacklisted ones here and there


saber210 [ Fri 01 Jun, 2012 19:55 ]
Post subject: Re: Right Sidebar On Milky Way
Thanks I will read it..

My IP? Im from Philippines. So some IP here are banned?


Joshua203 [ Fri 01 Jun, 2012 21:39 ]
Post subject: Re: Right Sidebar On Milky Way
No not yours, not here, what I meant is that some of your IP's happen to be blacklisted in a database (stop forum spam), if you like you can use the IP Spy in the portal at my site to see the reports (linked in the sig below).
I just thought you should know


saber210 [ Sun 03 Jun, 2012 12:38 ]
Post subject: Re: Right Sidebar On Milky Way
Is there anyway to put login bar on my sidebar? tried copying the login form on indexbody but have no luck..

I would like o add the statistics, the userlogin, and the legend on the sidebar to minimize the height of my forum..

Thanks!


Joshua203 [ Sun 03 Jun, 2012 12:50 ]
Post subject: Re: Right Sidebar On Milky Way
I'm not quite sure what you mean, but if you mean what i think you mean... have you tried something like this?
Code: [Hide] [Select]
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>


If it's not what you mean, please try to explain more by giving a link, your failing code, screenshots or whatever it takes to make it clear


saber210 [ Sun 03 Jun, 2012 13:31 ]
Post subject: Re: Right Sidebar On Milky Way
I want to have this on my sidebar..

http://i48.tinypic.com/2w4g000.jpg

but ofcourse using the milky way theme.

I also want to have the list of the category on my sidebar.

btw, thanks for the fast reply.


Joshua203 [ Sun 03 Jun, 2012 17:42 ]
Post subject: Re: Right Sidebar On Milky Way
Well this is starting to sound more like a mod request

If you would like the loginbox to disapear after the user has logged in it should not be so hard, you could take a close look at this example and rewrite it to fit your box:

Code: [Hide] [Select]
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
<br clear="all" />

<form method="post" action="{S_LOGIN_ACTION}">

<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/login.png" alt="" /></td>
<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />  <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" />  <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->  <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
</tr>
<tr><td class="cat-bottom" colspan="2"> </td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>

{S_LOGIN_REDIRECT}
{S_FORM_TOKEN}
</form>
<!-- ENDIF -->

(Strip what you don't need and make sure it's not all in one line anymore)

Otherwise I would start researching how one of the many available portals do this, they usually show user stuff (like name, avatar etc) after the login.

I hope you do realize the box is already in the index page when a user is not logged in, so that one + the one in the top menubar + your idea would give you 3 ways to login on one page, isn't that a bit too much of a good thing?




Powered by Icy Phoenix