|
Joined: Nov 2000
Posts: 652
Member
|
Member
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. If you have any questions, comments, or bug fixes please e-mail me at eric@gamerzparadize.com .
|
|
|
|
Joined: May 2001
Posts: 2,798
Member
|
Member
Joined: May 2001
Posts: 2,798 |
Jeez, you are on a roll man. This is like your 5th hack ported good job!
|
|
|
|
Joined: Aug 2001
Posts: 9
Junior Member
|
Junior Member
Joined: Aug 2001
Posts: 9 |
Thanx dude i been waiting for this one
|
|
|
|
Joined: Aug 2001
Posts: 9
Junior Member
|
Junior Member
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
|
|
|
|
Joined: Nov 2000
Posts: 652
Member
|
Member
Joined: Nov 2000
Posts: 652 |
In ubb_lib.cgi Find: $MyProfileLink $ifmyreg $RegisterLink $ifregsearch $SearchLink $ifsearchrest  |  Replace With: $MyProfileLink $ifmyreg $RegisterLink $ifregsearch $SearchLink $ifsearchrest | 
|
|
|
|
Joined: Aug 2001
Posts: 9
Junior Member
|
Junior Member
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 ]
|
|
|
|
Joined: Nov 2000
Posts: 652
Member
|
Member
Joined: Nov 2000
Posts: 652 |
Inserting a line break into your header should take care of that.
|
|
|
|
Joined: Aug 2001
Posts: 9
Junior Member
|
Junior Member
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 ]
|
|
|
|
Joined: Aug 2001
Posts: 9
Junior Member
|
Junior Member
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
|
|
|
|
Joined: May 2001
Posts: 2,798
Member
|
Member
Joined: May 2001
Posts: 2,798 |
A line break is either a: or
|
|
|
|
Joined: Aug 2001
Posts: 9
Junior Member
|
Junior Member
Joined: Aug 2001
Posts: 9 |
So it is like this $MyProfileLink $ifmyreg $RegisterLink $ifregsearch $SearchLink $ifsearchrest  | 
|
|
|
|
Joined: Sep 2001
Posts: 170
Member
|
Member
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 ]
|
|
|
|
Joined: Jul 2001
Posts: 272
Member
|
Member
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
|
|
|
|
Joined: Jul 2001
Posts: 272
Member
|
Member
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
|
|
|
|
Joined: Dec 2001
Posts: 11
Junior Member
|
Junior Member
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 ]
|
|
|
|
Joined: Dec 2001
Posts: 11
Junior Member
|
Junior Member
Joined: Dec 2001
Posts: 11 |
|
|
|
|
Joined: May 2001
Posts: 229
Member
|
Member
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( ; $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     !;
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. Thanks a lot.
|
|
|
|
Joined: May 2001
Posts: 229
Member
|
Member
Joined: May 2001
Posts: 229 |
|
|
|
|
Joined: Sep 2001
Posts: 46
Member
|
Member
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 
|
|
|
|
Joined: Sep 2001
Posts: 46
Member
|
Member
Joined: Sep 2001
Posts: 46 |
|
|
|
|
Joined: Jan 2002
Posts: 15
Junior Member
|
Junior Member
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
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
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.
|
|
|
|
Joined: Jan 2002
Posts: 15
Junior Member
|
Junior Member
Joined: Jan 2002
Posts: 15 |
yo, good looks. it worked perfectly. thanks
-ghost
|
|
|
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.
|
|
Posts: 808
Joined: July 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|