UBB.Dev
Posted By: NoBodY is here posting icons - 04/01/2001 10:48 PM
i have put posting icons on the board from a friend and i have space between every icon like here:>> https://www.ubbdev.com/ubbart/icons_3.html But how can i do the space's between the icons away ??
on the page are these instructions:
Save the posting icons on your computer and upload them to your Ubb directory.
Open ubb_library2.pl and remove all spaces between the icons
Example: Find the codes like "$ProfileString $EmailString $EditLink $DirectReply" and make it look like "$ProfileString$EmailString$EditLink$DirectReply" thus nothing between the codes.
I cant give you the exact codes because different hacks, like custom layout, create a different string of code and icons. You can use NOBR, /NOBR tags to make sure that icon bar does not break in two.
but i'm use ubb6.02 and i have not the ubb_library2.pl PLEASE HELP ME

Thx

frown confused frown confused frown

[ April 01, 2001: Message edited by: NoBodY is here ]
Posted By: AlienLX Re: posting icons - 04/02/2001 2:01 AM
I need help with this one too, someone please help.
Posted By: cali3d Re: posting icons - 04/05/2001 12:43 PM
Don't know if you guys still need help on this one but here is what to do anyway.

In ubb6 you need to delete the spaces in:
public_topic_page.pl
Right at:
Code
code:
And there are also some spaces in ubb_lib_posting.cgi,just look for the links(like $profile_link) it will have the space coding just delete it.
Hope this help smile
Posted By: AlienLX Re: posting icons - 04/06/2001 2:24 AM
Ok, I've almost got it right, I think.
But even after deleting the spaces between them..
[Linked Image]
and clearing the cache, this is what it looks like in a topic..
[Linked Image]

Any suggestions?
Thanks, BTW. smile
Posted By: The Donut Re: posting icons - 04/06/2001 3:07 AM
ubb_lib_posting.cgi in your CGI Directory.

Search for $email_link, $homepage_link, and $pm_link.

Remove the & nbsp; 's from the beggining of all three, and remove the two at the end of $email_link.

That should be all of them. If not, just check through the *_link statements. Delete the & nbsp; 's in them.
Posted By: Yamaha Raptor Re: posting icons - 04/06/2001 3:09 AM
this should do it.

[Linked Image]
http://clankiller.virtualave.net/temp/postingicons.txt
Posted By: AlienLX Re: posting icons - 04/06/2001 3:24 AM
Whew, it worked.. thanks a lot.
Posted By: NoBodY is here Re: posting icons - 04/09/2001 7:52 PM
thx it works.
But it not works on PM page there i have again the space's between the icons.

PLEASE HELP ME AGAIN
Posted By: Yamaha Raptor Re: posting icons - 04/10/2001 1:10 PM
# Open public_pm_topic.pl (In Templates)
#############################################

# Find This
#############################################
Quote
quote:
# Replace It With This
#############################################
Quote
quote:
humm try that it should do what you are looking for.
but i have not tried it myself yet.
© UBB.Developers