Previous Thread
Next Thread
Print Thread
Rate Thread
#116480 02/13/2001 8:53 PM
Joined: Jan 2001
Posts: 48
Member
Member
Offline
Joined: Jan 2001
Posts: 48
is there a way for me to make the star in Rate Member to stay next to "Rate Member" word instead of adding in a line breaker?

This is what i mean:

Current: Rate Member:
*****

can we make it like this:

Rate Member:*****

Sponsored Links
#116481 02/14/2001 2:08 AM
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
Admin Emeritus
Joined: Jan 2000
Posts: 5,073
This can be done, but for *MOST* users, the stars would still wrap around to the next line due to the way browsers render tables.

So, in short: It can be done, but it shouldn't be done.


UBB.classic: Love it or hate it, it was mine.
#116482 02/14/2001 6:02 PM
Joined: Jan 2001
Posts: 48
Member
Member
Offline
Joined: Jan 2001
Posts: 48
can you show me where to edit for this task? because i move it somewhere else. Thanks

#116483 02/15/2001 4:24 AM
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
Admin Emeritus
Joined: Jan 2000
Posts: 5,073
It should be in public_topic_page...


UBB.classic: Love it or hate it, it was mine.
#116484 02/20/2001 4:39 PM
Joined: Jan 2001
Posts: 48
Member
Member
Offline
Joined: Jan 2001
Posts: 48
hummm...i know it in public_topic_page but that where you want your member rate go to. Not where you can modify it. Can anyone help me on this? plezeeeeee

Sponsored Links
#116485 02/20/2001 4:58 PM
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
Admin Emeritus
Joined: Jan 2000
Posts: 5,073
Please, use your brain.

It is not difficult to locate the HTML for the thread display. It is not difficult to figure out where the rating text would go. It is not difficult to trace the variable back to its origin so you can manually change it.


UBB.classic: Love it or hate it, it was mine.
#116486 02/20/2001 8:52 PM
Joined: Jan 2001
Posts: 48
Member
Member
Offline
Joined: Jan 2001
Posts: 48
never mind...geez...and don't have to be that mean..

#116487 02/21/2001 3:19 AM
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
Admin Emeritus
Joined: Jan 2000
Posts: 5,073
I'm not intentionally trying to be mean.

This is something that those new to the code hacking arena are finding hard to grasp.

All that you ask for is not going to be handed to you on a silver platter.

Sometimes you have to look, listen, and learn.

As is said... Give a man a fish, he'll eat that night. Teach a man to fish, and he'll eat every night.


UBB.classic: Love it or hate it, it was mine.
#116488 02/21/2001 1:40 PM
Joined: Sep 2000
Posts: 18
Member
Member
Offline
Joined: Sep 2000
Posts: 18
First of all, I just wanna tell this modification is not be done in public_topic_page.pl.
It has to modify the ubb_lib_posting.cgi:
find:
Code
code:
replace with:
Code
code:
The code is almost the same, I just remove the
tags.
PS: why you much too care with someone? instead of you choose someone decision, why don't you just give the fish and let them choose wether he will change to learn or just keep ask for fish? (sorry no offense)

Ja nE

[ February 21, 2001: Message edited by: Leptians ]

#116489 02/21/2001 5:01 PM
Joined: Jan 2001
Posts: 48
Member
Member
Offline
Joined: Jan 2001
Posts: 48
Leptians, thank you for your kindness. That is exactly what i am looking for.

Charles Capps, i know $rate_member locate in public_topic_page but what i am looking for is what file i can remove the
tag.

Charles Capps,it might seem things are easy for you since you're an expert(whether you are or not) in this area...but not everyone have the same level as you. So don't assume. I believe UBBdev is a community place for people(from many different level)to come here and share their knowledges. I hope you don't expect newbie to know thing as expert.

By the way, i don't think i ever asked you something before, so don't give me the this crapy lecture: "This is something that those new to the code hacking arena are finding hard to grasp.

All that you ask for is not going to be handed to you on a silver platter.

Sometimes you have to look, listen, and learn.

As is said... Give a man a fish, he'll eat that night. Teach a man to fish, and he'll eat every night."

You can tell me that if you helped me something in the past and i keep asking you the damn same thing again.

You been asking me to use my brain to think where the line to modify this simple task...let me ask you this: Have you use your brain too Charles Capps? i guess not because you don't know a clue what i am asking...so go back to my previous post, and read it again. DON'T ACT LIKE YOU KNOW EVERYTHING WHEN YOU DON'T

Sponsored Links
#116490 02/21/2001 7:47 PM
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
Whoa there black stallion. Charles Capps is in the right on this one. You wanted everything to be done for you. Do it yourself and learn! How do you think i learned UBB, let alone perl, html, php, hell, even math?

#116491 02/21/2001 7:54 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
I believe there was a misunderstanding here... Charles was trying to be helpful, on several attempts. You must be patient as well if he doesn't understand what you are asking. His answer was correct, but it answered something different from what you wanted. I still do not know what you are asking. smile


- Allen wavey
- What Drives You?
#116492 02/21/2001 9:15 PM
Joined: Sep 2000
Posts: 18
Member
Member
Offline
Joined: Sep 2000
Posts: 18
hehehe.. calm down guyzzzz... anyway, I understand what his asking just from the first post. laugh
anyway, I think UBB 6 still has to be redone again for the coding... because *still* a lot of html tag in the CGI file.
rate member for example, and also sth like from|reg date|total post and IP logged are not in the template, but in the cgi.
CGI should pass the variable only, then the template generate the html.
That's what I think anyway.

PS: if you cannot find the code in template, try to find it in cgi.
e.g. : ubb_lib_posting.cgi uses public_topic_page.pl as its template (mainly). There are, still, a lot of html tags in the cgi files.

UBB6 is not done yet (beta... com'mon, I hope INFOPOP doing sth about this) laugh

#116493 02/21/2001 9:39 PM
Joined: Jan 2001
Posts: 48
Member
Member
Offline
Joined: Jan 2001
Posts: 48
hummm....wonder my english that bad so you guys don't understand my question. Here is what i ask. What file should i edit so this:

[Linked Image]

will become like this:

[Linked Image]

Let me make it clear again, i know i need to take out the
tag but i don't know what file the variables for $Rate_member locate at. Thanks to Leptians, now i know it locate in ubb_lib_posting.cgi

Mastermind, i didn't asked Charles do it for me. All i ask is anyone up here know what file to edit...is that too much to ask? is UBBdev the place for people asking question? and learn from each other? I realy don't know why you said he was right... common, he said it in Public_topic_page and the actual file is in ubb_lib_posting

Allen, hehehe...now you know what i was asking. anway, if you guys can help others, that great...and UBBdev had done a wonderful job on that area. But if you don't want to help, i don't think you should give people crappy lecture. That bs to me

peace out


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
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
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

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)