Previous Thread
Next Thread
Print Thread
Rate Thread
#145914 08/05/2001 3:00 PM
Joined: Nov 2000
Posts: 652
Member
Member
Offline
Joined: Nov 2000
Posts: 652
Description: Makes your ubb links like profile, search, etc. to images.
Version: Version 1.0
Credits: Credits to the 6.0x author Blaze.
Demo: None
Download URL: DOWNLOAD

Hope you enjoy this one. smile
If you have any questions, comments, or bug fixes please e-mail me at eric@gamerzparadize.com .

Sponsored Links
#145915 08/05/2001 3:55 PM
Joined: May 2001
Posts: 2,798
Member
Member
Offline
Joined: May 2001
Posts: 2,798
Jeez, you are on a roll man. This is like your 5th hack ported good job!

#145916 08/05/2001 4:31 PM
Joined: Aug 2001
Posts: 9
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 9
Thanx dude i been waiting for this one

#145917 08/05/2001 4:39 PM
Joined: Aug 2001
Posts: 9
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 9
How can i center these button i would like to have them under my main logo on the top

instead off the button being beside my top logo makes it look weird a bit

#145918 08/05/2001 4:55 PM
Joined: Nov 2000
Posts: 652
Member
Member
Offline
Joined: Nov 2000
Posts: 652
In ubb_lib.cgi Find:

$MyProfileLink $ifmyreg $RegisterLink $ifregsearch $SearchLink $ifsearchrest |

Replace With:

$MyProfileLink $ifmyreg $RegisterLink $ifregsearch $SearchLink $ifsearchrest |

Sponsored Links
#145919 08/05/2001 5:30 PM
Joined: Aug 2001
Posts: 9
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 9
No no man i want the buttons under my top logo not beside dude


Like

Banner or Logo
-------------------------
Profile|Register|Faq

Like that not like this

Banner or Logo
-------------------------- Profile|Register|Faq
that i don't like ugly looking heheh

[ August 05, 2001: Message edited by: SiR_DawG ]

#145920 08/05/2001 7:19 PM
Joined: Nov 2000
Posts: 652
Member
Member
Offline
Joined: Nov 2000
Posts: 652
Inserting a line break into your header should take care of that.

#145921 08/05/2001 7:23 PM
Joined: Aug 2001
Posts: 9
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 9
Line Break can you put the code and tell me were to add so it don't confuse me

[ August 05, 2001: Message edited by: SiR_DawG ]

#145922 08/05/2001 7:27 PM
Joined: Aug 2001
Posts: 9
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 9
Ok see your board dude
You have your top logo
then under it you have

Login and the buttons |Profile|Reg|Faq
ect. well that how i want it

#145923 08/05/2001 7:30 PM
Joined: May 2001
Posts: 2,798
Member
Member
Offline
Joined: May 2001
Posts: 2,798
Quote
quote:
A line break is either a:



or

Sponsored Links
#145924 08/05/2001 7:32 PM
Joined: Aug 2001
Posts: 9
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 9
So it is like this


$MyProfileLink $ifmyreg $RegisterLink $ifregsearch $SearchLink $ifsearchrest |

#145925 10/03/2001 11:21 AM
Joined: Sep 2001
Posts: 170
Member
Member
Offline
Joined: Sep 2001
Posts: 170
problem solved, I was replacing something I shouldn't, so disreguard this post.

[ 10-28-2001: Message edited by: MrStormyNights ]

[ 12-01-2001 09:03 PM: Message edited by: MrStormyNights ]

#145926 10/14/2001 3:33 AM
Joined: Jul 2001
Posts: 272
Member
Member
Offline
Joined: Jul 2001
Posts: 272
made those changes and it screwed up my ubb_lib.cgi and I had no access to CP. Will have to try and re-hack later today.

- Kevin

#145927 10/14/2001 6:38 PM
Joined: Jul 2001
Posts: 272
Member
Member
Offline
Joined: Jul 2001
Posts: 272
Seems as though when I go to look at a thread, the profile and a few other buttons for each thread haven't switched over.

Take a look on my board to see: http://forums.futurelooks.com/cgi-bin/ultimatebb.cgi

#145928 01/11/2002 12:26 AM
Joined: Dec 2001
Posts: 11
Junior Member
Junior Member
Offline
Joined: Dec 2001
Posts: 11
we cant seem to get it to show for member list could you tell me what to do to get that im a little to cgi stuff so i dont know exactly what to do our board is

[ 01-13-2002 05:52 PM: Message edited by: Dark Assassin ]

#145929 01/12/2002 6:08 PM
Joined: Dec 2001
Posts: 11
Junior Member
Junior Member
Offline
Joined: Dec 2001
Posts: 11
bump

#145930 01/12/2002 11:13 PM
Joined: May 2001
Posts: 229
Member
Member
Offline
Joined: May 2001
Posts: 229
There is a guy who is trying to make a modification to this hack. The problem is that doesn´t speak english, and I don´t know Pearl so as to help him. So what I will do is translate his problem here and then translate back to him the replies.

What he wants to do:
He wants to make the Cosmetic Link´s images CP configurable. This way, the images can have any name, not profile.gif, register.gif, etc. With this feature and together with MyStyle (LK), you can have many templates all with different set of images for Cosmetic Links. (For example, one template would use profile.gif, another one profile2.gif, etc)

The problem:
He can´t make the following code in ubb_lib.cgi work:


quote:
if ($vars_registration{DisplayRegistration} ne 'NO') { $MyProfileLink = qq($vars_wordlets{profile_acronym} ; $ifmyreg = "|"; $ifregsearch = "|" unless $vars_registration{SuspendRegister} eq "true"; $RegisterLink = qq($vars_wordlets{register_acronym} unless $vars_registration{SuspendRegister} eq "true"; } if ($vars_search{AllowSearch} ne 'FALSE') { $ifsearchrest = "|"; $SearchLink = qq($vars_wordlets{search} ; } $MainButtons = qq!$MyProfileLink $ifmyreg $RegisterLink $ifregsearch $SearchLink $ifsearchrest $vars_wordlets{faq_acronym}$vars_wordlets{forum_acronym}$vars_wordlets_calendar{calendar}$vars_wordlets_mods{ML_memberlist}!;


He says that $vars_style{NOMBRE DEL BOTON} should change the image to the one chosen via CP, but only the first style changes. The others keep the buttons of the first.


Well, I hope this is not too confusing. It is to me. laugh Thanks a lot.

#145931 01/21/2002 1:37 PM
Joined: May 2001
Posts: 229
Member
Member
Offline
Joined: May 2001
Posts: 229
bumping

#145932 01/22/2002 7:05 AM
Joined: Sep 2001
Posts: 46
Member
Member
Offline
Joined: Sep 2001
Posts: 46
Hi,
I have the member list and calendar installed as well.
Could you possibly give me the code to change these into images as well.
The full code for all links and images please

#145933 01/24/2002 6:01 AM
Joined: Sep 2001
Posts: 46
Member
Member
Offline
Joined: Sep 2001
Posts: 46
Anyone? Please

#145934 01/30/2002 6:17 PM
Joined: Jan 2002
Posts: 15
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 15
yeah, i'm also wondering what to do about the calendar and memberlist links. i changed a couple of things and now i see the memberlist and calendar links but not pictures. here's my code:

if ($vars_registration{DisplayRegistration} ne 'NO') {
$MyProfileLink = qq();
$ifmyreg = "|";
$ifregsearch = "|" unless $vars_registration{SuspendRegister} eq "true";
$RegisterLink = qq() unless $vars_registration{SuspendRegister} eq "true";
}

if ($vars_search{AllowSearch} ne 'FALSE') {
$ifsearchrest = "|";
$SearchLink = qq();
}

$MainButtons = qq!
$MyProfileLink $ifmyreg $RegisterLink $ifregsearch $SearchLink $ifsearchrest | $vars_wordlets_mods{ML_memberlist_link}"> | | $vars_wordlets_calendar{calendar_link}">
!;

Thanks. -ghost

#145935 01/30/2002 7:01 PM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
For the memberlist I added...

[code][/code]The calendar would be the same format, but point it to the calender url and image.

#145936 01/30/2002 9:43 PM
Joined: Jan 2002
Posts: 15
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 15
yo, good looks. it worked perfectly. thanks

-ghost


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)