Previous Thread
Next Thread
Print Thread
Hop To
Page 1 of 3 1 2 3
#196628 09/08/2007 4:13 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
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
matto #196629 09/08/2007 4:23 PM
Joined: Jan 2004
Posts: 2,474
Likes: 3
D
Pooh-Bah
Pooh-Bah
D Offline
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'.

driv #196636 09/08/2007 4:44 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
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
matto #196639 09/08/2007 4:50 PM
Joined: Jan 2004
Posts: 2,474
Likes: 3
D
Pooh-Bah
Pooh-Bah
D Offline
Joined: Jan 2004
Posts: 2,474
Likes: 3
You just need to do this....

Quote
/* PHP CODE HERE, IF NECESSARY */

/* DO NOT CHANGE THE LINE BELOW */
$body = <<<EOF

PUT YOUR CODE HERE....


EOF;


/* DO NOT CHANGE THE LINE ABOVE */




driv #196640 09/08/2007 4:53 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
Joined: Sep 2007
Posts: 82
but it shows the whole link?


pennyprofilers.com
matto #196641 09/08/2007 4:53 PM
Joined: Jun 2006
Posts: 3,837
I
Ian Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
Simply add your HTML beneath $body = <<<EOF and before EOF;

smile


matto #196642 09/08/2007 4:55 PM
Joined: Jan 2004
Posts: 2,474
Likes: 3
D
Pooh-Bah
Pooh-Bah
D Offline
Joined: Jan 2004
Posts: 2,474
Likes: 3
Sorry? Are you using standard HTML tags?

driv #196644 09/08/2007 4:56 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
Joined: Sep 2007
Posts: 82
yes


pennyprofilers.com
driv #196645 09/08/2007 4:56 PM
Joined: Jan 2004
Posts: 2,474
Likes: 3
D
Pooh-Bah
Pooh-Bah
D Offline
Joined: Jan 2004
Posts: 2,474
Likes: 3
Where I said - put your code here....

type something like...

Code
 <a href="http://www.bbc.co.uk/">www.bbc.co.uk</a>

driv #196648 09/08/2007 5:01 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
Joined: Sep 2007
Posts: 82
nope


pennyprofilers.com
matto #196650 09/08/2007 5:01 PM
Joined: Jan 2004
Posts: 2,474
Likes: 3
D
Pooh-Bah
Pooh-Bah
D Offline
Joined: Jan 2004
Posts: 2,474
Likes: 3
nope what?

driv #196651 09/08/2007 5:02 PM
Joined: Jun 2006
Posts: 3,837
I
Ian Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
You can simply use html - any html will work in there smile

matto #196653 09/08/2007 5:04 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
Joined: Sep 2007
Posts: 82
it still shows the ww. and so on


pennyprofilers.com
matto #196655 09/08/2007 5:05 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
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
matto #196656 09/08/2007 5:05 PM
Joined: Jun 2006
Posts: 3,837
I
Ian Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
Just change the text between > and <

Use standard html

Ian #196657 09/08/2007 5:06 PM
Joined: Jun 2006
Posts: 3,837
I
Ian Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
feel free to share your existing code smile

driv #196659 09/08/2007 5:07 PM
Joined: Jan 2004
Posts: 2,474
Likes: 3
D
Pooh-Bah
Pooh-Bah
D Offline
Joined: Jan 2004
Posts: 2,474
Likes: 3
Can't you just do this...

Originally Posted by driv
Code
 <a href="http://www.mysite.com/">My HomePage</a>

Ian #196660 09/08/2007 5:09 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
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
matto #196662 09/08/2007 5:10 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
Joined: Sep 2007
Posts: 82
Yes Yes thats it weeeeeeeeeeeee


Thank yo so much!!!!!!


pennyprofilers.com
matto #196664 09/08/2007 5:12 PM
Joined: Jun 2006
Posts: 3,837
I
Ian Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
where you have <home - replace this with your html links smile

matto #196665 09/08/2007 5:12 PM
Joined: Jan 2004
Posts: 2,474
Likes: 3
D
Pooh-Bah
Pooh-Bah
D Offline
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]) tags on the SWITCH TO FULL REPLY form?

driv #196668 09/08/2007 5:14 PM
Joined: Jan 2004
Posts: 2,474
Likes: 3
D
Pooh-Bah
Pooh-Bah
D Offline
Joined: Jan 2004
Posts: 2,474
Likes: 3
Party time! laugh laugh laugh

driv #196669 09/08/2007 5:15 PM
Joined: Jun 2006
Posts: 3,837
I
Ian Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
smile

Ian #196675 09/08/2007 5:29 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
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
matto #196676 09/08/2007 5:31 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
Joined: Sep 2007
Posts: 82
ok i did it
but its side by side how do i list it


pennyprofilers.com
matto #196678 09/08/2007 5:35 PM
Joined: Jan 2004
Posts: 2,474
Likes: 3
D
Pooh-Bah
Pooh-Bah
D Offline
Joined: Jan 2004
Posts: 2,474
Likes: 3
ok - perhaps the easiest way for you right now is to put

Code
 <br />
in between each link.

Then perhaps you might want to look into a HTML LIST TUTORIAL
(Google Keywords)

Good luck smile


driv #196681 09/08/2007 5:38 PM
Joined: Jun 2006
Posts: 3,837
I
Ian Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
or look at the source code for this site and search for 'Documentation' within it smile

driv #196682 09/08/2007 5:38 PM
Joined: Jan 2004
Posts: 2,474
Likes: 3
D
Pooh-Bah
Pooh-Bah
D Offline
Joined: Jan 2004
Posts: 2,474
Likes: 3
Yeah, those keywords (using Google) take you to http://www.w3schools.com/html/html_lists.asp

This will give you a good guide to starting with lists.

In fact http://www.w3schools.com/ will sort out all your HTML needs.

Damn, I sound like a salesman!

driv #196683 09/08/2007 5:39 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
Joined: Sep 2007
Posts: 82
thank you soooo much!!!


pennyprofilers.com
matto #196685 09/08/2007 5:40 PM
Joined: Jun 2006
Posts: 3,837
I
Ian Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
Good luck smile

matto #196706 09/08/2007 7:02 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
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
matto #196709 09/08/2007 7:08 PM
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
yes

SD #196716 09/08/2007 7:14 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
Joined: Sep 2007
Posts: 82
lol-- can you point me in the right direction to accomplih my goal. kind sirdude


pennyprofilers.com
matto #196719 09/08/2007 7:17 PM
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
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.asp

read 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?

SD #196720 09/08/2007 7:19 PM
Joined: Jun 2006
Posts: 3,837
I
Ian Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
<edited post>

SD beat me to it smile

Ian #196724 09/08/2007 7:20 PM
Joined: Sep 2007
Posts: 82
M
journeyman
journeyman
M Offline
Joined: Sep 2007
Posts: 82
Thanks lol


pennyprofilers.com
matto #196737 09/08/2007 7:41 PM
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
You know guys, you could have answered his link question in one post with:
Code
<a href="index.html">Home</a><br/>
<a href="sitemap.php">Site Map</a><br/>
<a href="thirdpage.html">Third Link</a>

wink...

SD likes to reference me, I'm like his ba***rd redheaded stepchild :x


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Gizmo #196739 09/08/2007 7:48 PM
Joined: Jun 2006
Posts: 3,837
I
Ian Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
you ignored the colour wink

Ian #196741 09/08/2007 7:56 PM
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
SC had the same suggestion I would have provided, so it wasn't needed wink...

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:
Code
<span style="color:#FF0000;">text</span>


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Gizmo #196829 09/09/2007 10:52 AM
Joined: Jan 2004
Posts: 2,474
Likes: 3
D
Pooh-Bah
Pooh-Bah
D Offline
Joined: Jan 2004
Posts: 2,474
Likes: 3
Originally Posted by Gizmo
You know guys, you could have answered his link question in one post with:
Code
<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....

Page 1 of 3 1 2 3

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
0 members (), 476 guests, and 170 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240430)