Page Index Toggle Pages: [1] 2 3  Send TopicPrint
Very Hot Topic (More than 25 Replies) [DONE] Sidebar Mod (Read 12280 times)
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
[DONE] Sidebar Mod
Oct 4th, 2002 at 1:11pm
Print Post  
« Last Edit: Jun 2nd, 2003 at 12:26pm by Administrator »  

sidebar_14.zip ( 4 KB | Downloads )

The Administrator.
Back to top
WWW  
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: [DONE] Mozilla/Netscape/Opera Sidebar
Reply #1 - Oct 13th, 2002 at 11:16am
Print Post  
new version supporting Opera
  

mozilla_sidebar_11.zip ( 3 KB | Downloads )

The Administrator.
Back to top
WWW  
IP Logged
 
SchOX
Junior Member
**
Offline



Posts: 98
Location: Valnesfjord
Joined: Jan 8th, 2001
Gender: Male
Re: [DONE] Mozilla/Netscape/Opera Sidebar
Reply #2 - Oct 13th, 2002 at 9:34pm
Print Post  
There is a typo in the .mod file.

rel="sitebar" => rel="sidebar"  or it will not work in Opera...

Just thought I shuld let you know...
  
Back to top
WWWAIM  
IP Logged
 
Christer Alexander
God Member
*****
Offline


Make my day...

Posts: 3443
Location: Lethbridge
Joined: Feb 10th, 2002
Gender: Male
Re: [DONE] Mozilla/Netscape/Opera Sidebar
Reply #3 - Oct 14th, 2002 at 7:11pm
Print Post  
fixed your bug, SchOX. New file is attached.
  

mozilla_sidebar_12.zip ( 3 KB | Downloads )

Code
Select All
unless(0) { stab("LoonyPandora"); next; } 

Back to top
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: [DONE] Mozilla/Netscape/Opera Sidebar
Reply #4 - Oct 14th, 2002 at 8:59pm
Print Post  
thx a lot cris Smiley
  

The Administrator.
Back to top
WWW  
IP Logged
 
SchOX
Junior Member
**
Offline



Posts: 98
Location: Valnesfjord
Joined: Jan 8th, 2001
Gender: Male
Re: [DONE] Mozilla/Netscape/Opera Sidebar
Reply #5 - Oct 15th, 2002 at 2:13pm
Print Post  
I just found out that only the "open to all members" forums are displayed in the sidebar (at least with MBCO installed) not the restricted that one have access to.
No biggie, but might be considered for ver1.0002?
  
Back to top
WWWAIM  
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: [DONE] Mozilla/Netscape/Opera Sidebar
Reply #6 - Oct 15th, 2002 at 2:37pm
Print Post  
works fine here, although we don't have MBCO installed here.
  

The Administrator.
Back to top
WWW  
IP Logged
 
SchOX
Junior Member
**
Offline



Posts: 98
Location: Valnesfjord
Joined: Jan 8th, 2001
Gender: Male
Re: [DONE] Mozilla/Netscape/Opera Sidebar
Reply #7 - Oct 15th, 2002 at 6:52pm
Print Post  
I thougt so, MBCO and User More Member Groupes (?) has some issues with other mods conserning restricted board access/display etc.
Too bad, cause those mods are two of the most usefull mods (to a wide audience) made for YaBB (IMHO)!
  
Back to top
WWWAIM  
IP Logged
 
Eagle_f90
God Member
*****
Offline


For those with wings,
fly to your dreams.

Posts: 926
Location: Derry
Joined: Mar 7th, 2002
Gender: Male
Re: [DONE] Mozilla/Netscape/Opera Sidebar
Reply #8 - Nov 28th, 2002 at 9:12am
Print Post  
Is this the same mod they use so IE can have a side bar also? Or is that somewhere else?
  

For those with wings, fly to your dreams

Dreams are what we find at the end of reality, your reality if what you find at the end of your dreams.

Back to top
WWW  
IP Logged
 
Ikari-Kun
God Member
*****
Offline



Posts: 501
Joined: Apr 25th, 2002
Gender: Male
Re: [DONE] Mozilla/Netscape/Opera Sidebar
Reply #9 - Nov 30th, 2002 at 12:14pm
Print Post  
Yes it is the same.
  

perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
Back to top
ICQ  
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [DONE] Mozilla/Netscape/Opera Sidebar
Reply #10 - Nov 30th, 2002 at 4:13pm
Print Post  
to make it compatible with mbco, you'd simply have to add something similar to:

Code
Select All
			####
			unless ($settings[7] eq "Administrator") {
				my $cookiename = "$cookiepassword$curboard";
				my $crypass = crypt($boardpw{$curboard},$pwseed);
				my $access = &AccessCheck($curboard, '');
				if (($boardpw{$curboard} && $yyCookies{$cookiename} ne $crypass) || ($access ne "granted")) { next; }
			}
			#### 



where displaying the boards - really no big deal

  

YaBB SP2 BETA!
Now taking pay jobs in PHP or Perl.  Contact me for details.
Back to top
IP Logged
 
Eagle_f90
God Member
*****
Offline


For those with wings,
fly to your dreams.

Posts: 926
Location: Derry
Joined: Mar 7th, 2002
Gender: Male
Re: [DONE] Mozilla/Netscape/Opera Sidebar
Reply #11 - Dec 18th, 2002 at 6:53pm
Print Post  
Can someone help me get this mod to work with IE like this site does? Thanks
  

For those with wings, fly to your dreams

Dreams are what we find at the end of reality, your reality if what you find at the end of your dreams.

Back to top
WWW  
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: [DONE] Sidebar Mod
Reply #12 - Dec 18th, 2002 at 10:02pm
Print Post  
Sorry, I neglected this mod a little bit. A new version 1.3 is available now which includes the necessary changes to work with IE too.
  

The Administrator.
Back to top
WWW  
IP Logged
 
Eagle_f90
God Member
*****
Offline


For those with wings,
fly to your dreams.

Posts: 926
Location: Derry
Joined: Mar 7th, 2002
Gender: Male
Re: [DONE] Sidebar Mod
Reply #13 - Dec 19th, 2002 at 12:12pm
Print Post  
I downloaded the new 1.3 version and I love it. I am only geting one little issue. I have windows XP and IE 6.0 SP1 and the reg edit file to make the sidebar stay open after reoping the browser does not work. Just though you guys might want to know. (It only opens the normal search box instead of the side bar).
  

For those with wings, fly to your dreams

Dreams are what we find at the end of reality, your reality if what you find at the end of your dreams.

Back to top
WWW  
IP Logged
 
SchOX
Junior Member
**
Offline



Posts: 98
Location: Valnesfjord
Joined: Jan 8th, 2001
Gender: Male
Re: [DONE] Sidebar Mod
Reply #14 - Jan 11th, 2003 at 6:38pm
Print Post  
just to be picky...

There is a error in the Sidebar Mod 1.3, the changes made in "Subs.pl" generates a "sidebar" witch do not use the template for creating the tables, example, the "Catbg" is fixed to a background image witch is taken from this site. and the table-row hight is set twice for the same cell, etc.

If you do a search for ".jpg" in the .mod file you'll find it.
I could upload my changed file, but I'm not shure that I got all of the errors out of it.
  
Back to top
WWWAIM  
IP Logged
 
Page Index Toggle Pages: [1] 2 3 
Send TopicPrint