Welcome, Guest. Please Login or Register.
November 24, 2024, 12:34:32 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1 > 1.5.4] Add More Smilies 2.1 « previous next »
Pages: 1 ... 13 14 [15] 16 17 ... 62 Reply Ignore Print
Author Topic: [Done 1.5.1 > 1.5.4] Add More Smilies 2.1  (Read 880767 times)
GaleForce
Full Member
***
Posts: 183


Zabrak Fighting for the Rebellion

murphypuppy@hotmail.com WWW
Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #210 on: June 18, 2002, 08:16:50 PM »
Reply with quote

Alright the smilies are working... but the add smilies thing is in the original top posistion and on the left.

http://www.kotorpa.com/forum/index.php?board=10;action=post;title=Start%20new%20thread
Logged

GaleForce
Full Member
***
Posts: 183


Zabrak Fighting for the Rebellion

murphypuppy@hotmail.com WWW
Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #211 on: June 18, 2002, 09:36:31 PM »
Reply with quote

All of a sudden the "Show More" button gets a script error. Check out http://forums.kotorpa.com and click reply and click show more smilies.
Logged

Big P
Mod Team
YaBB God
*****
Posts: 1462


"Back in '68, I don't like you, The End."

ICQ - 76064555pierceward@hotmail.com WWW
Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #212 on: June 18, 2002, 09:48:08 PM »
Reply with quote

I'm not registering on your board to see your errors. Either allow guest posting or I cant help.
Secondly, there is nothing wrong with the popup. http://forums.kotorpa.com/?action=smileyput as you can see it loads fine. The only error you could possibly have is with the javascript, which I seriously doubt.
To be quite honest I'm sure you've messed up the mod "trying" to install it. If you can't even figure out *how* to open a file and get the text, after I told you exactly what to do (twice!) then there's no hope for you!
I'm sorry but I really can't help you like this, especially when the errors seem to be your fault..

QuoteThanks, Big P, for your mod  
I had a clean se 1.4 install and had also some problems with the yabbpack , it did not extract smilies.php and smiliesdbmod.php to its place nor the smileys up and down.... lol .. I think it is safe to say that the the yabbpack version has some flaws. but!!!! I just uploaded the files manually and uploaded the subs.php after I run the boardmod and everything is working fine now, great,great mod thanks again for all your work on it, it is really appreciated.
maime
Um, it shouldn't extract smiliesdbmod.php! If you had read the "readme.htm" file you would know that is only needed for the BoardMod install. The YaBBpak auto adds the queries.
I, and a hella lot of other people have this mod working (even Matt who started the mod originally!), and the reason the yabbpak mod doesn't always work is because of the yabbpak system itself. Not my fault. I put in the YaBBpak version, since it worked in beta -testing. You do need to have some knowledge of yabb to get a yabbpak mod to work anyway.
When the mod is in its installing process, it tells you if it made the new file, did the queries, extracted the images, etc. If it doesn't say that, then its not working!
Phew. I need a break! It's takin' me ages to do this mod, and for ages all I get are errors people keep getting out of nowhere. I wouldn't mind but I don't even have a bluddy forum for myself!  :-\ ::)
Logged

PHPNews has been released!!! Download it now!!!
GaleForce
Full Member
***
Posts: 183


Zabrak Fighting for the Rebellion

murphypuppy@hotmail.com WWW
Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #213 on: June 18, 2002, 09:54:30 PM »
Reply with quote

It is a JavaScript error. Its one of those Script errors that popup and it says its an error in line 1. I will turn on guest posting for you :)
Logged

GaleForce
Full Member
***
Posts: 183


Zabrak Fighting for the Rebellion

murphypuppy@hotmail.com WWW
Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #214 on: June 18, 2002, 09:58:32 PM »
Reply with quote

When Get More is clicked this is what pops up:

Error.

A runtime error has occured.
Do you wish to debug?

Line: 0
Error: Object Unexpected
Logged

GaleForce
Full Member
***
Posts: 183


Zabrak Fighting for the Rebellion

murphypuppy@hotmail.com WWW
Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #215 on: June 18, 2002, 10:00:52 PM »
Reply with quote

Im pretty sure this means that Smileywin() isnt being told to do anything. I click the link which runs Smileywin() and Smileywin() isnt defined anywhere. I am fairly new at JavaScript but I dont think its being defined. How should this be fixed?
Logged

Big P
Mod Team
YaBB God
*****
Posts: 1462


"Back in '68, I don't like you, The End."

ICQ - 76064555pierceward@hotmail.com WWW
Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #216 on: June 18, 2002, 10:02:22 PM »
Reply with quote

I do not think the problem could of been any simpler. I take it you installed smilies with YaBBpak in the end?
Well it didn't write a step to post.php.
So open post.php and search for:
   template_header();
   print<<<EOT
<script language="JavaScript1.2" src="$ubbcjspath" type="text/javascript"></script>

add after:

<script>
function smileywin() {
  window.open("$scripturl?action=smileyput", 'list', 'width=$modSettings[wdetach],height=$modSettings[hdetach],scrollbars=yes,resize=yes');
}
</script>

You know that is pretty basic, I take it you dont know any javascript then?  :P ::)

If it didn't write that step then most likely it didn't write the code for the PMs. Do your private message smilies work? The popup I mean. If not, open smilies.mod and add the bluddy code to your forums. It's not hard to do you know! lol. I'm not writing out any more code anyway!  :P
Logged

PHPNews has been released!!! Download it now!!!
GaleForce
Full Member
***
Posts: 183


Zabrak Fighting for the Rebellion

murphypuppy@hotmail.com WWW
Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #217 on: June 18, 2002, 11:56:38 PM »
Reply with quote

I cant thank you enough man, and I guess it was a JavaScript problem :P
Logged

Broomop
Noobie
*
Posts: 34


I'm a llama!

Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #218 on: June 19, 2002, 02:46:10 PM »
Reply with quote

everything works fine except adding smilies for me. i hav eno access to myphpadmin and yes i made the db and i used the smiliedb.php thing. But when i try save changes teh screen refreshes but nothing is uploaded  :-\ any ideas why?
Logged
Big P
Mod Team
YaBB God
*****
Posts: 1462


"Back in '68, I don't like you, The End."

ICQ - 76064555pierceward@hotmail.com WWW
Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #219 on: June 19, 2002, 05:31:42 PM »
Reply with quote

I can test it if you like. Remove the is_admin(); from smilies.php, and send me the link to your board via an IM. I'll see what happens then. ;)
When you used smiliesdbmod.php did it say the smilies table already existed? Or did you get any other responces from the script? Anyway I'd need to test it.
Logged

PHPNews has been released!!! Download it now!!!
Broomop
Noobie
*
Posts: 34


I'm a llama!

Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #220 on: June 19, 2002, 05:39:38 PM »
Reply with quote

no problems man ill do it now.. ill pm u my url u know for safty ;)
Logged
Broomop
Noobie
*
Posts: 34


I'm a llama!

Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #221 on: June 19, 2002, 05:43:14 PM »
Reply with quote

pm sent.....
Logged
Big P
Mod Team
YaBB God
*****
Posts: 1462


"Back in '68, I don't like you, The End."

ICQ - 76064555pierceward@hotmail.com WWW
Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #222 on: June 19, 2002, 07:37:04 PM »
Reply with quote

After a lengthy ICQ disscussion, the mod is working for him. And guess why it didn't work? He was messing with the DB! Stupid tool :P  ::) lol.
Logged

PHPNews has been released!!! Download it now!!!
maime
Noobie
*
Posts: 34


Let there be no doubt about it...I am a flying pig

WWW
Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #223 on: June 20, 2002, 10:30:41 AM »
Reply with quote

Sorry Big P, It wasn't meant to critisize your mod or the prorgram:-[  :-X nothing wrong with that, love them  ;D
I Should have written that it is better for dumb people like me ;) not to use the yabbpak but use the boardmod Install
I had read the readme file btw but something went wrong for me.
didn't wanna put you off, but expressing yourself in an other language isn't always acurate ::)
thanks again for your mod, the girlies from the hostel (where my forum is) were very pleased with the extra smileys
maime

QuoteUm, it shouldn't extract smiliesdbmod.php! If you had read the "readme.htm" file you would know that is only needed for the BoardMod install. The YaBBpak auto adds the queries.
I, and a hella lot of other people have this mod working (even Matt who started the mod originally!), and the reason the yabbpak mod doesn't always work is because of the yabbpak system itself. Not my fault. I put in the YaBBpak version, since it worked in beta -testing. You do need to have some knowledge of yabb to get a yabbpak mod to work anyway.
When the mod is in its installing process, it tells you if it made the new file, did the queries, extracted the images, etc. If it doesn't say that, then its not working!
Phew. I need a break! It's takin' me ages to do this mod, and for ages all I get are errors people keep getting out of nowhere. I wouldn't mind but I don't even have a bluddy forum for myself!  :-\ ::)
Logged
ShishCoBob
Noobie
*
Posts: 32


I love YaBB SE!

Re:[Done 1.4.0] Add More Smilies - SE 1.5
« Reply #224 on: June 21, 2002, 04:10:55 AM »
Reply with quote

http://www.maximum-cars.com/forum/

1.4.0 used YabbPak. Installed correctly but my smilies aren't being converted from their :something: form.
Logged
Pages: 1 ... 13 14 [15] 16 17 ... 62 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1 > 1.5.4] Add More Smilies 2.1 « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.137 seconds with 20 queries.