|
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 
|
|
|
|
Joined: Jul 2002
Posts: 18
Junior Member
|
Junior Member
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
|
|
|
|
Joined: Mar 2002
Posts: 52
Member
|
Member
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 |
------------------------------------ with: ------------------------------------- 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
|
|
|
|
|
|
Joined: Mar 2002
Posts: 52
Member
|
Member
Joined: Mar 2002
Posts: 52 |
public_confirm_delete.pl contains an extra $TBT
The one prior to the
|
|
|
|
Joined: Mar 2002
Posts: 52
Member
|
Member
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.
|
|
|
|
Joined: Mar 2002
Posts: 52
Member
|
Member
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
|
$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 $
|
|
|
Joined: Mar 2001
Posts: 326
Member
|
Member
Joined: Mar 2001
Posts: 326 |
Will this be updated for v6.3.x.x?
|
|
|
|
Joined: May 2002
Posts: 13
Junior Member
|
Junior Member
Joined: May 2002
Posts: 13 |
is there a multihack file please ?
|
|
|
|
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 mark, I believe it is 
|
|
|
|
Joined: May 2002
Posts: 20
Junior Member
|
Junior Member
Joined: May 2002
Posts: 20 |
Install it on UBB.classicTM 6.3.1.1. Become such: What to do?
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
I'm sorry you've been yo-yo'd between 2 boards to ask that question... Try the following: Find code:
my $row = qq~ <tr><td bgcolor="$alt_color" colspan="2">
Replace with: code: [qb] my $row = qq~ <tr><td bgcolor="$alt_color" colspan="3"> [/qb]
|
|
|
|
Joined: May 2002
Posts: 20
Junior Member
|
Junior Member
Joined: May 2002
Posts: 20 |
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
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
|
|
|
|
Joined: Nov 2002
Posts: 30
Junior Member
|
Junior Member
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??
|
|
|
|
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?
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
Can anyone please remind me why I posted the memberlist link here?  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.
|
|
|
|
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 
|
|
|
|
Joined: May 2002
Posts: 20
Junior Member
|
Junior Member
Joined: May 2002
Posts: 20 |
Will this be updated for v6.3.1.1?
|
|
|
|
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.  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 
|
|
|
|
Joined: May 2002
Posts: 20
Junior Member
|
Junior Member
Joined: May 2002
Posts: 20 |
When to issue 6.4? 
|
|
|
|
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 
|
|
|
|
Joined: May 2002
Posts: 20
Junior Member
|
Junior Member
Joined: May 2002
Posts: 20 |
|
|
|
|
Joined: Feb 2002
Posts: 41
Member
|
Member
Joined: Feb 2002
Posts: 41 |
Really is there any news about 6,4 compact headers hack
|
|
|
|
Joined: Jan 2003
Posts: 87
Member
|
Member
Joined: Jan 2003
Posts: 87 |
Will there be an Authority List for UBB v6.4?
|
|
|
|
Joined: Feb 2002
Posts: 41
Member
|
Member
Joined: Feb 2002
Posts: 41 |
Why UBB.friend doesn't work when i install this hack?
UBB.friend enabled, and mail turned on
|
|
|
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: 417
Joined: November 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|