Page Index Toggle Pages: 1 [2] 3 4 ... 14 Send TopicPrint
Locked Topic [BETA] Add Smilies 2.0 SP1.1 (Read 42789 times)
Yngwiedis
Full Member
***
Offline


Yngwie Rules !!!!!!

Posts: 202
Location: Athens
Joined: Feb 13th, 2002
Gender: Male
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #15 - Apr 14th, 2002 at 9:28pm
 
Some table need fixing in the smlies center and in post.pl
I am right ?
  

I Learn Fast Smiley
Back to top
WWW  
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #16 - Apr 14th, 2002 at 9:32pm
 
not for me... ur url?
  

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


Yngwie Rules !!!!!!

Posts: 202
Location: Athens
Joined: Feb 13th, 2002
Gender: Male
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #17 - Apr 14th, 2002 at 9:42pm
 
Here
But how you can view the smilies center ?
  

I Learn Fast Smiley
Back to top
WWW  
IP Logged
 
BHRA Webmaster
God Member
*****
Offline


Mod Author of the Year
2002

Posts: 5238
Location: BHRA Headquarters
Joined: Jan 18th, 2002
Gender: Male
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #18 - Apr 14th, 2002 at 9:46pm
 
Found one problem, if both the added-smilies and auto-smilies are to be displayed in the smiley block, only the auto-smilies are listed. (I did say list the add-more-smilies FIRST didn't I?)
  


World Domination, one smiley at a time!
Back to top
 
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #19 - Apr 14th, 2002 at 9:47pm
 
this mod is NOT compatible with advanced vB smileys which u seem to have installed... uninstall that first


smilies center is located in admin center - add smilies
  

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


Yngwie Rules !!!!!!

Posts: 202
Location: Athens
Joined: Feb 13th, 2002
Gender: Male
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #20 - Apr 14th, 2002 at 9:52pm
 
I now that omario.
But how YOU can view the wrong tables in my smilies cenrter ?
  

I Learn Fast Smiley
Back to top
WWW  
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #21 - Apr 14th, 2002 at 9:54pm
 
im magic Wink nah - i disnt see ur smilie center but ur post page. btw u need to replace ur current smilies.pl with this one Smiley
  

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


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #22 - Apr 14th, 2002 at 9:55pm
 
Quote:
Found one problem, if both the added-smilies and auto-smilies are to be displayed in the smiley block, only the auto-smilies are listed. (I did say list the add-more-smilies FIRST didn't I?)


i thought i did that... ???
  

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


Mod Author of the Year
2002

Posts: 5238
Location: BHRA Headquarters
Joined: Jan 18th, 2002
Gender: Male
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #23 - Apr 14th, 2002 at 9:58pm
 
It's this
Code
Select All
      $i=0;
      if ($showsmdir eq 2){
      opendir(DIR, "$smiliesdir");
            @contents = readdir(DIR);
      closedir(DIR);
      foreach $line (sort {uc($a) cmp uc($b)} @contents){
            ($name, $extension) = split (/\./, $line);
            if ($extension =~ /gif/i || $extension =~ /jpg/i || $extension =~ /jpeg/i || $extension =~ /png/i ){
                  if ($line !~ /banner/i) {
                        $smilieslist .= qq~           document.write("<option value='$i'>$name");\n~;
                        $smilie_url_array .= qq~"$smiliesdir/$line", ~;
                        $smilie_code_array .= qq~" [smiley=$line]", ~;
                        $i++
                  }
            }
      }
      }
      if ($showadded eq 2){
      while($SmilieURL[$i]) {
            $smilieslist .= qq~           document.write("<option value='$i'>$SmilieDescription[$i]");\n~;
            $smilie_url_array .= qq~"$imagesdir/$SmilieURL[$i]", ~;
            $smilie_code_array .= qq~" $SmilieCode[$i]", ~;
            $i++;
      }
      }
      $smilie_url_array .= qq~""~;
      $smilie_code_array .= qq~""~;
 



The $SmilieURL[$i] variables etc get messed up unless the add-more-smilies are listed first.

(the original version was OK, but you swapped them in smilies2.zip)
  


World Domination, one smiley at a time!
Back to top
 
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #24 - Apr 14th, 2002 at 10:11pm
 
darn u causd me to make anothe bug Wink ill fix it after homework Smiley
  

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


Mod Author of the Year
2002

Posts: 5238
Location: BHRA Headquarters
Joined: Jan 18th, 2002
Gender: Male
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #25 - Apr 14th, 2002 at 10:14pm
 
(Sorry)  Embarrassed
  


World Domination, one smiley at a time!
Back to top
 
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #26 - Apr 14th, 2002 at 10:23pm
 
but u helped me fix at least 10 so u have 9 points Wink
  

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


I love YaBB

Posts: 100
Joined: Apr 12th, 2002
Gender: Female
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #27 - Apr 15th, 2002 at 1:01am
 
Hay Omario Roll Eyes

Did not work with my boardmod 2.5 Done it by hand !

Click on More Smilies Link in my post nothing!

Do i have to make a popup for it to work!

could you tell me more about these Functions
Or make a readme for the newbbees like me?


Detach Smilie Popup Style:  Simple-Advanced

Show Added Smilies:   Next to Normal Smilies In Smilie BlockIn   Detachable Smilies WindowNowhere

Show Smilie Directory Smilies:  Next to Normal SmiliesIn Smilie BlockIn Detachable Smilies WindowNowhere

Put all that is in smilie block in detach window?
(so all the smilies in the smilie block are also in the detach window)   


  

Thank You All My God Bless You!
Back to top
WWW  
IP Logged
 
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #28 - Apr 15th, 2002 at 2:22am
 
@sandra: what mods have u currently got installed?

beta 3 is attached
  

smiles2.zip (Attachment deleted)

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


I love YaBB

Posts: 100
Joined: Apr 12th, 2002
Gender: Female
Re: [BETA] Add Smilies 2.0 SP1.1
Reply #29 - Apr 15th, 2002 at 2:56am
 
I had beta addsmilies2beta.zip

I gut don  beta2 Smilies2.zip but have not uploaded it  Cry  How menny changes are thay in beta 3? Cry
  

Thank You All My God Bless You!
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1 [2] 3 4 ... 14
Send TopicPrint