Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
#112074 08/13/2002 11:21 AM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Most likely we need to add align="center" to a few places... that should clean it up smile


- Allen wavey
- What Drives You?
Sponsored Links
#112075 08/14/2002 4:19 AM
Joined: Jul 2002
Posts: 18
Junior Member
Junior Member
Offline
Joined: Jul 2002
Posts: 18
i want this hack very much,
but it forces you to re-edit all your hacked files...and that is reallllly much work..:s

so, i would love the one that would make a .txt file of the things to be edited (yes, i know it's MUCH work :S)


i was X-tend, but i lost my mail and password frown




------------------------------------
with:
-------------------------------------

sub topic_table_header {

my $this_html = qq~



#112076 09/02/2002 6:13 PM
Joined: Mar 2002
Posts: 52
Member
Member
Offline
Joined: Mar 2002
Posts: 52
Suggestion: public_forum_page.pl

------------------------------------
replace:
-------------------------------------

sub topic_table_header {

my $this_html = qq~
$vars_wordlets{moderated_by} $Moderator $more_topics_wording $vars_wordlets{show_topics_from_last} 10 | 20 | 45 | all days








$vars_wordlets{moderated_by} $Moderator



$more_topics_wording $vars_wordlets{show_topics_from_last} 10 | 20 | 45 | all days



#112077 09/02/2002 6:24 PM
Joined: Mar 2002
Posts: 52
Member
Member
Offline
Joined: Mar 2002
Posts: 52
public_confirm_delete.pl contains an extra $TBT

The one prior to the

#112078 09/02/2002 6:36 PM
Joined: Mar 2002
Posts: 52
Member
Member
Offline
Joined: Mar 2002
Posts: 52
In the following function:

sub TransitionCore {

-----------
find:
-----------

print <
$Header
$refresh

$standard_title_table





$TBT

-----------
remove:
-----------


$standard_title_table





That seemed to have done it for me thus far.

Sponsored Links


$TBB





$TBT






$TBB


$TBT









ListGuts

foreach $key (@pm_list) {
if (&FileExists("$vars_config{MembersPath}/$key.cgi")) {
$count++;
$this_name = &get_public_name($key);
if ($this_list eq 'Buddy') {
$this_name .= qq~
$vars_wordlets{send_private_message}
~;
}

print <




list_row
}
}

if ($count == 0) {
print <


list_row
} else {
print <


list_row

}

print <$TBB




ListBottom

# standard bootom of HTML page
print "$Footer";

# Nothing below this line should be changed.. and there is no more code!

# This entire program is copyright Infopop Corporation.
# For more info on UBB.classic and other Infopop
# Products/Services, visit: http://www.infopop.com

# You may not distribute this program in any manner, modified or otherwise.

#You make modifications, but only for your own use and within the confines of the UBB.classic License Agreement.

# DANGER: Do not remove the following line!
1;
# $Id: public_pm_list.pl,v 1.6 2002/04/18 22:59:30 cvscapps Exp $
#112079 09/02/2002 6:54 PM
Joined: Mar 2002
Posts: 52
Member
Member
Offline
Joined: Mar 2002
Posts: 52
This will fix the PM Ignore/Buddy List, atleast it did for me.

# UBB.classic PM List Page - for ignore & buddy lists

$MainButtonsLine = &MainButtonOptions;

# standard top of HTML page
print "$Header";

print <

$standard_title_table
$vars_config{BBName} » $vars_wordlets{my_profile_header} » $this_list $vars_wordlets{list}


$list_explained


$this_list $vars_wordlets{list}



$vars_wordlets{public_name_field}



$vars_wordlets{user_number}





$this_name



$key



$vars_wordlets{no_one_on_list}



#112080 09/07/2002 4:45 AM
Joined: Mar 2001
Posts: 326
Member
Member
Offline
Joined: Mar 2001
Posts: 326
Will this be updated for v6.3.x.x?

#112081 09/21/2002 5:48 AM
Joined: May 2002
Posts: 13
Junior Member
Junior Member
Offline
Joined: May 2002
Posts: 13
is there a multihack file please ?

#112082 09/21/2002 10:10 AM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Alex, all you do is unzip and upload smile

mark, I believe it is smile


- Allen wavey
- What Drives You?
#112083 11/09/2002 10:50 AM
Joined: May 2002
Posts: 20
Junior Member
Junior Member
Offline
Joined: May 2002
Posts: 20
Install it on UBB.classicTM 6.3.1.1.
Become such:
[Linked Image]
What to do?

Sponsored Links
#112084 11/09/2002 11:35 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
I'm sorry you've been yo-yo'd between 2 boards to ask that question... wink

Try the following:
Find
Quote
code:
Code
	my $row = qq~
<tr><td bgcolor="$alt_color" colspan="2">

Replace with:
code:
[qb]
Code
	my $row = qq~
<tr><td bgcolor="$alt_color" colspan="3">
[/qb]

#112085 11/09/2002 10:11 PM
Joined: May 2002
Posts: 20
Junior Member
Junior Member
Offline
Joined: May 2002
Posts: 20
LK,thank you!

#112086 11/10/2002 12:51 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
It works here, disable any proxy/firewall or use the following link: www.ubbdev.com/lk/memberlist_6.4.5.zip

#112087 11/11/2002 7:03 PM
Joined: Nov 2002
Posts: 30
Junior Member
Junior Member
Offline
Joined: Nov 2002
Posts: 30
darn,

Am I right when I say that on a board fully installed with many hacks..

this will cost you days to install??

#112088 11/13/2002 3:06 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
install what? memberlist or compact headers?


- Allen wavey
- What Drives You?
#112089 11/13/2002 6:45 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Can anyone please remind me why I posted the memberlist link here? confused wink I guess I posted it in the wrong IE session?

EftheM, if you're talking about Compact Headers, yes, it's prety difficult... But it's much easier if you use Beyond Compare to compare between Compact Headers and your noncgi/Templates directories.

#112090 11/14/2002 1:55 AM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
you definitely had me confused laugh


- Allen wavey
- What Drives You?
#112091 11/21/2002 10:57 AM
Joined: May 2002
Posts: 20
Junior Member
Junior Member
Offline
Joined: May 2002
Posts: 20
Will this be updated for v6.3.1.1?

#112092 11/22/2002 1:59 AM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Most likely we'll be updating for 6.4, as we're too close to put the time into 6.3.1.1 and it be feasible. smile If you have to have it for 6.3.1.1, I am sure there are some developers who will do it for not too much smile


- Allen wavey
- What Drives You?
#112093 11/22/2002 2:14 AM
Joined: May 2002
Posts: 20
Junior Member
Junior Member
Offline
Joined: May 2002
Posts: 20
When to issue 6.4? rockband rockband

#112094 11/22/2002 2:41 AM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
we should be getting 6.4 in the next couple of weeks. It was gonna be last week, but something came up that slowed it down. Once Charles gets back from vacation december 2, we should be getting a public beta a couple days later smile


- Allen wavey
- What Drives You?
#112095 01/12/2003 9:42 AM
Joined: May 2002
Posts: 20
Junior Member
Junior Member
Offline
Joined: May 2002
Posts: 20
Whether have for 6.40?

#112096 02/18/2003 7:25 PM
Joined: Feb 2002
Posts: 41
Member
Member
Offline
Joined: Feb 2002
Posts: 41
Really is there any news about 6,4 compact headers hack

#112097 02/18/2003 8:38 PM
Joined: Jan 2003
Posts: 87
Member
Member
Offline
Joined: Jan 2003
Posts: 87
Will there be an Authority List for UBB v6.4?

#112098 02/19/2003 7:55 PM
Joined: Feb 2002
Posts: 41
Member
Member
Offline
Joined: Feb 2002
Posts: 41
Why UBB.friend doesn't work when i install this hack?

UBB.friend enabled, and mail turned on

Page 2 of 2 1 2

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
hatter
hatter
USA
Posts: 69
Joined: January 2001
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)