Previous Thread
Next Thread
Print Thread
Rate Thread
#105412 10/09/2000 7:53 PM
Joined: Aug 2000
Posts: 1,083
Kahuna
Kahuna
Offline
Joined: Aug 2000
Posts: 1,083
I am trying to add a table under the section I have called Misc. For a better understanding go here ---> http://www.zeldaglitches.com/ubb/Forum1/HTML/000001.html You should see the following sections: Author Topic: Welcome! Misc
I want to add a table under Misc so I can put my ICQ, Yahoo, and AOL messenger hacks there, they are currently at the bottom of the screen. Does anyone know how to do this?

------------------
http://www.zeldaglitches.com


.::First place winner in the June 2001 Member Spotlight ::.
.::Zelda Xtreme::.
Sponsored Links
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
That'll be nice once you have it finished... is the darker gray area already your table (have you already fixed this)?

------------------
Allen

- http://www.stand318.com


- Allen wavey
- What Drives You?
Joined: Aug 2000
Posts: 1,083
Kahuna
Kahuna
Offline
Joined: Aug 2000
Posts: 1,083
No the dark grey under the misc section is not the table. Its seems to be the same color as the line color. So the table needs to go over that dark grey.

------------------
http://www.zeldaglitches.com


.::First place winner in the June 2001 Member Spotlight ::.
.::Zelda Xtreme::.
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
Travis - Do you want it as a colum or accross the top Under you "Author - Topic line..??

GB

Joined: Aug 2000
Posts: 1,083
Kahuna
Kahuna
Offline
Joined: Aug 2000
Posts: 1,083
I want it as a column.

------------------
http://www.zeldaglitches.com


.::First place winner in the June 2001 Member Spotlight ::.
.::Zelda Xtreme::.
Sponsored Links
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
Hmmmmm ok.... let me check it out.

Before I do. Let me make sure I understand what you want exactly:

1 - You want to remove ProfileString EmailString CopyLink...etc from the bottom of each post.

2 - Add that the string back in at the right side of each message in a colum..??

Note - With the graphics your using for icons....That will make each message at least 350+ pixels tall. That's a mighty tall message when you have 30, 40, 50+ messages per page, but it's up to you.

3 - What about the "$ThisIcon posted $ThisDate $FormatTime", and the (2)
Horizontal Lines...??? If you leave the bottom one in and keep the
that remains it will have look like you just removed the strings...???

This can be done without too much fuss. But it will take a bit of re-tabling to do so (if your sure you want those Tall messages).

GB


This message has been edited by G_B on October 10, 2000 at 08:04 PM
Joined: Aug 2000
Posts: 1,083
Kahuna
Kahuna
Offline
Joined: Aug 2000
Posts: 1,083
your close but I want to add these to the right side:

$ThisHome
$ThisAIM
$ThisYID
$ThisICQ

So basically all of the icons in between the 2
lines. I want to leave the rest of the icons where they are.
Once I get that done I will delete the
lines. I know how to do that much [Linked Image]

This message has been edited by Travis641 on October 10, 2000 at 08:11 PM


.::First place winner in the June 2001 Member Spotlight ::.
.::Zelda Xtreme::.
#105419 10/10/2000 11:03 PM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
Quote
quote:
Looking at the page, you were almost there. You have the header section done. Looks like to me all you'd needed was to split the right "$ReplyText Cell" into (2) cells and extend the header cell one colum:


!!!! MAKE A BACKUP FIRST Before you continue !!!

Open ubb_library2.pl:

1 - Find This Code:

********************************************




);
*********************************************

2 - And Replace it with this:

*********************************************

Author

Topic: $TopicSubject







);
*********************************************

3 - Find This:

*********************************************
$ThisThread .= qq(


);
********************************************

4 - And Replace it with This:

*********************************************
$ThisThread .= qq(



);
*********************************************

5 - Save your File.

6 - Upload in ASCII.

7 - chmodd - 755

8 - Rebuild Threads.

And it should be working. At least it looks good on paper.

You'll have to add the any special mods or hacks you may have done, but I think, based on looking at your page, there not will be any major problems. If there are, Send me your ubb_library2.pl and I'll see what's going on with it.


Good Luck

GB

Author


Topic: $TopicSubject

Misc

$thisline[2]
$ThisStatus $AuthorExtra

$ThisIcon

posted $ThisDate $FormatTime
$ProfileString $EmailString $EditLink $DirectReply

$ReplyText

$ThisIPWording


$thisline[2]
$ThisStatus $AuthorExtra

$ThisIcon

posted $ThisDate $FormatTime $ProfileString $EmailString $EditLink $DirectReply

$ReplyText

$ThisIPWording


$ThisHome
$ThisAIM
$ThisYID
$ThisICQ
Joined: Aug 2000
Posts: 1,083
Kahuna
Kahuna
Offline
Joined: Aug 2000
Posts: 1,083
hey it looks pretty good so far thanks for the help!

------------------
http://www.zeldaglitches.com


.::First place winner in the June 2001 Member Spotlight ::.
.::Zelda Xtreme::.
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
Travis - Just a couple of Notes / Thoughts:

*********************************************
1 - You need to look at your Icon size ans naming width for better uniformity (e.g. - make them the same size 18x 18, 15x15, etc or whatever suits you the best then adjust the MISC & Icon Cell widths to match.
*********************************************

*********************************************
2 - You may want to do some more hacking to the registration input section for the three message modes:
a - AIM Name
b - ICQ Number
c - Yahoo Messagger
Figure out a way to automatically input a default value for those that do not fill in a user name or icq number.

Example:
1 - ICQ - If the person does not have a ICQ number it simple displays "0000000" or convert it to text = If User number ="000000" make it whatever - "No ICQ Number"

2 - AIM - If the user doesn't fill in a user name it will Display Something Like "Not A Member"

3 - Same for Yahoo Messanger.

** Then when someone cursers over the Icon the ALT-ACRONYM will light up with the information it defaults to. **

Just a thought: ==> This is NOT Correct code
just an Idea <==:

** If The User (input ="") then Name or (Value ="Not An IM Member") or whatever.

Get the idea??

Same for the 2 or three.
*********************************************

*********************************************
3 - Until you get the input data resolved, I would definately re-arrange the order of the $Strings to make sure certain ones are always on top Link:

1 - IP
2 - PM

That way they are always in oder, even if they don't have any User names or numbers.
*********************************************

Other than that it looks pretty good. I would also look at hard coding the $ReplyText string "CELL" to keep people from creating exceptionaly wide messages like the

OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

Message you recieved.

If this all works out, we could make a hack of all this. Your First Hack YEEEE HAAAAA....and your on your way...:-)


Good Luck.

GB

Sponsored Links

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
AllenAyres
AllenAyres
Texas
Posts: 21,079
Joined: March 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services