|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
I would like a login box on my forum home page with a remember me chech box can i have some help please!
pennyprofilers.com
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
If you are using threads, then at the moment you can't do that without perhaps paying a visit to ubbdev.com.
With classic it was possible but again with the help of the ubbdev guys. I think the mod name was 'hello username'.
|
|
|
|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
Thank you! one more question master of threads! lol
I want to put site links but this is a bit crazy! How do i use it so it looks like the one on this board
/* PHP CODE HERE, IF NECESSARY */
/* DO NOT CHANGE THE LINE BELOW */ $body = <<<EOF EOF;
/* DO NOT CHANGE THE LINE ABOVE */
pennyprofilers.com
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
You just need to do this.... /* PHP CODE HERE, IF NECESSARY */
/* DO NOT CHANGE THE LINE BELOW */ $body = <<<EOF
PUT YOUR CODE HERE....
EOF;
/* DO NOT CHANGE THE LINE ABOVE */
|
|
|
|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
but it shows the whole link?
pennyprofilers.com
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
Simply add your HTML beneath $body = <<<EOF and before EOF; 
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
Sorry? Are you using standard HTML tags?
|
|
|
|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
pennyprofilers.com
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
Where I said - put your code here.... type something like... <a href="http://www.bbc.co.uk/">www.bbc.co.uk</a>
|
|
|
|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
pennyprofilers.com
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
You can simply use html - any html will work in there 
|
|
|
|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
it still shows the ww. and so on
pennyprofilers.com
|
|
|
|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
yes the link will work, but i want it to say home page then click on that and it takes you there. not the whole link
pennyprofilers.com
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
Just change the text between > and <
Use standard html
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
feel free to share your existing code 
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
Can't you just do this... <a href="http://www.mysite.com/">My HomePage</a>
|
|
|
|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
/* PHP CODE HERE, IF NECESSARY */
/* DO NOT CHANGE THE LINE BELOW */ $body = <<<EOF <Home EOF; /* DO NOT CHANGE THE LINE ABOVE */
sorry i am trying to learn lol you guys are great thanks.
Using this it shows the whole link
Last edited by matto; 09/08/2007 5:10 PM.
pennyprofilers.com
|
|
|
|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
Yes Yes thats it weeeeeeeeeeeee
Thank yo so much!!!!!!
pennyprofilers.com
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
where you have <home - replace this with your html links 
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
Your exisitng code appears to have been blocked. Can you post it in the code ( ![[Linked Image]](https://www.ubbcentral.com/forums/images/markup_panel/default/code.gif) ) tags on the SWITCH TO FULL REPLY form?
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
|
|
|
|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
ok, trying to do a second link underneath, how do i do that I tried a space and without not working!
pennyprofilers.com
|
|
|
|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
ok i did it but its side by side how do i list it
pennyprofilers.com
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
ok - perhaps the easiest way for you right now is to put in between each link. Then perhaps you might want to look into a HTML LIST TUTORIAL (Google Keywords) Good luck 
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
or look at the source code for this site and search for 'Documentation' within it 
|
|
|
|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
pennyprofilers.com
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
Good luck 
|
|
|
|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
I'm back- i need to buy you guys a beer.
I ant to change color and font??
is it easy?
pennyprofilers.com
|
|
|
|
Joined: Apr 2007
Posts: 3,940 Likes: 1
Former Developer
|
Former Developer
Joined: Apr 2007
Posts: 3,940 Likes: 1 |
|
|
|
|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
lol-- can you point me in the right direction to accomplih my goal. kind sirdude
pennyprofilers.com
|
|
|
|
Joined: Apr 2007
Posts: 3,940 Likes: 1
Former Developer
|
Former Developer
Joined: Apr 2007
Posts: 3,940 Likes: 1 |
dude, this thread could get longer than one of gizmo's posting sprees.. here's the deal. just go to http://www.w3schools.com/tags/tag_font.aspread it.. even try some of the lesson(s).. then actually you can lookup any/all of your questions there and they will get answered for you BY you. it's the old sayin.. 'teach a man to fish....' if you get my drift?
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
<edited post> SD beat me to it 
|
|
|
|
Joined: Sep 2007
Posts: 82
journeyman
|
journeyman
Joined: Sep 2007
Posts: 82 |
pennyprofilers.com
|
|
|
|
Joined: Jun 2006
Posts: 16,376 Likes: 129
|
Joined: Jun 2006
Posts: 16,376 Likes: 129 |
You know guys, you could have answered his link question in one post with: <a href="index.html">Home</a><br/>
<a href="sitemap.php">Site Map</a><br/>
<a href="thirdpage.html">Third Link</a>  ... SD likes to reference me, I'm like his ba***rd redheaded stepchild :x
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
you ignored the colour 
|
|
|
|
Joined: Jun 2006
Posts: 16,376 Likes: 129
|
Joined: Jun 2006
Posts: 16,376 Likes: 129 |
SC had the same suggestion I would have provided, so it wasn't needed  ... i could have also gone in depth, stating that I dispise the <font> tag and would otherwise sugguest using <span> or <div> and CSS... That'd end up looking like: <span style="color:#FF0000;">text</span>
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
You know guys, you could have answered his link question in one post with: <a href="index.html">Home</a><br/>
<a href="sitemap.php">Site Map</a><br/>
<a href="thirdpage.html">Third Link</a> Ah, easy to answer in retrospect, but we didn't know what he was going to ask....
|
|
|
1 members (Conrad),
449
guests, and
162
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|