You are not connected. Please login or register

Suuki at 23h48
03
Dec
2011
This probablly isn't in the right place. >.<

I always wanted this for a very long time. On Invision Forums you get a fancy message that reads:
You are not connected. Please login or register

Here is an example
http://demo.nicetheme.com/forum?theme_id=172799

I would like to do this on my phpBB2 forum. But to have the bar that says this at the very top of the page. I would also like the bar to be the same color in the theme.

I want mine to say: You are not connected. Please Sign On or Move In

Is this possible, thanks. =)

link to forum: -----
1 MrMario, on 04/12/2011 at 01h17
Hello,

You can't change the wording for this asits set by Forumotion. I'm pretty sure you can do this by going to display // Generalities
2 Suuki, on 04/12/2011 at 02h43
thanks Mr.Mario but that's the homepage message. I'm asking for a code for a long blue bar on top. With the words You are not connected. Please Sign On or Move In, which shouldn't be very hard? It's just a clickable link I thought?
This is actually available for Invision, I just want one for phpBB2, of course my links will say something different.

Waiting for more help Smile
3 MrMario, on 04/12/2011 at 05h50
That's the same thing that's on that forum version.
4 Suuki, on 04/12/2011 at 06h01
MrMario wrote:That's the same thing that's on that forum version.



What?
Display>Hompage>Generalities
leads to the Homepage message. O.o
that and the quick log in.

I want a bar at the very top of my forum, above the logo and everything ,that says:

-------------------------------------------------------------------------------------------
You are not connected. Please Sign On or Move In
-------------------------------------------------------------------------------------------
5 MrMario, on 04/12/2011 at 06h31
That is it! Thats the only way to get it!
6 Suuki, on 04/12/2011 at 07h01
I have quick log in. It's under the navigation, it looks different, it is just the log in fields and not text, I want to wait for someone who can get the code for me. Smile

thanks anyway
7 slg, on 04/12/2011 at 08h10
Post the information you want in the homepage message. You can make it a clickable link.
8 Suuki, on 04/12/2011 at 08h17
how can this me above the logo though. :3 and only to guests.
thanks.
9 MrMario, on 04/12/2011 at 08h25
That's because it's a different version. What you want is for another version. Sorry but that's the only way.
10 Suuki, on 04/12/2011 at 08h33
MrMario wrote:That's because it's a different version. What you want is for another version. Sorry but that's the only way.


MrMario, I don't think your reading it carefully, I don't want the exact same thing, but for myself to make it.

@slg
Can I post the code somewhere, maybe in a widget (so I can have guest view only)...and have a code to make the content at the top of the page.
11 Proyiehong, on 04/12/2011 at 09h16
If You Want To Hide It From Guest Or Change The Text When A Member Has Success Login Into Forum. You May Try Code Using If-Else Statement On JQuery. I Cannot Provide The Code Because I Don Know How To Code Using JQuery.
12 Suuki, on 04/12/2011 at 09h39
Yes me either. That is why I must wait. XD

This is defiantly possible, but I just realized I never needed this...I must be really tired....
13 Sanket, on 04/12/2011 at 14h10
Solved?
14 SockDustTv, on 04/12/2011 at 14h51
very good :wouhou:
15 Gangstar15, on 04/12/2011 at 16h06
Go to the templates / general / overall_header / find the logo and paste this code above it:
Code:

<!-- BEGIN switch_user_logged_out -->
<div id="userlinks" class="not-connected clearfix">
<span class="guest">You are not connected.</span> <span>Please <a href="/login"> sign in </a> or <a href="/register> move in</a></span>
</div>
<!-- END switch_user_logged_out -->


and in the CSS add this:
Code:
#userlinks.not-connected {
background-color: #ECF3F7;
border-bottom: 1px solid #CADCEB;
font-size: .9em;
padding: .5em;
text-align: center;
}
16 Suuki, on 04/12/2011 at 21h09
Well, thank you. XD But I realized I never even needed this. tans anyway, ill use it one day if I do need it. :3
17 Nera., on 04/12/2011 at 23h44
Topic Solved & Locked
Similar topics
What to expect as an IfBux Member * $0.01 per click * $0.005-$0.01 per referral click * Graphs of click statistics along with referral statistics * Unlimited Direct Referrals * Instant Payments * Limitless
Okay, so, I guess it says it all, I'm not very good at CSS codes, but I know it requires a CSS codes to do so. How do I make it show an Image instaid of a color. Also, off topic, but how do I enable HTML for the entire forum?
Since we have one for TDP4, why no transformice. I nominate Zephyr, Stephen, and one non -staff member(of their choice) to lead it. Again, just suggestions there, but IMHO their the best for the job.
See also
more_less
Informations

17 Replies For the topic :
"You are not connected. Please login or register "

This topic has been viewed 1300 times.

Last message :
03/12/2011 at 23h48 by "Suuki"