Welcome, Guest. Please Login or Register.
April 18, 2024, 10:32:26 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 2 [3] 4 5 ... 62 Reply Ignore Print
Author Topic: [Done 1.5.1 > 1.5.4] Add More Smilies 2.1  (Read 869038 times)
Rpg Cyco
Full Member
***
Posts: 197


bradgordon51@hotmail.com WWW
Re:[Done] Add More Smilies -SE 1.2
« Reply #30 on: May 02, 2002, 09:06:35 PM »
Reply with quote

I have the Yesterday mod installed, and the Mute Users Mod.... Thats it.... I don't know how to enter anything manually into tables in phpMyAdmin :'(

l8ter

Rpg Cyco
Logged

Delinquently insane
Foolish One
YaBB God
*****
Posts: 529


The One Surpassed By God!!!!

Re:[Done] Add More Smilies -SE 1.2
« Reply #31 on: May 02, 2002, 09:20:28 PM »
Reply with quote

Works Fine For Me Havent Noticed The IM Bug Though  ::).. Rpgcyco Here Check This


1) open php my admin
2) go to perspective db your using
3) Look For A Window That Says Run Sql Queries Either Copy This:


CREATE TABLE {$db_prefix}smilies (id INT DEFAULT '0' NOT NULL AUTO_INCREMENT, code TEXT NOT NULL,url TEXT NOT NULL,PRIMARY KEY (id),UNIQUE (id)) TYPE = MYISAM COMMENT = 'Smilies Table';")

INSERT INTO {$db_prefix}settings (variable, value) VALUES ('vbsmiliesEnable', '1')


INSERT INTO {$db_prefix}settings (variable, value) VALUES ('orderEnable', '0')

INSERT INTO {$db_prefix}settings (variable, value) VALUES ('hdetach', '200')

INSERT INTO {$db_prefix}settings (variable, value) VALUES ('wdetach', '290')

And Paste It into The Window

4)) If You Havent Tried. Run The Smiliesdbmod.php from your browser

Logged

ALL MODS Cancelled projected terminated
Rpg Cyco
Full Member
***
Posts: 197


bradgordon51@hotmail.com WWW
Re:[Done] Add More Smilies -SE 1.2
« Reply #32 on: May 03, 2002, 05:15:01 AM »
Reply with quote

Thanks! I owe you one! I'll try this soon! :) Oh and I did execute smiliesdbmod, but it seemed to only create the yabbse_smilies table :-X

l8ter

Rpg Cyco
Logged

Rpg Cyco
Full Member
***
Posts: 197


bradgordon51@hotmail.com WWW
Re:[Done] Add More Smilies -SE 1.2
« Reply #33 on: May 03, 2002, 06:08:18 AM »
Reply with quote

When I run it I get this

SQL-query :  

")

INSERT INTO yabbse_settings (variable, value) VALUES ('vbsmiliesEnable', '1')

INSERT INTO yabbse_settings (variable, value) VALUES ('orderEnable', '0')

INSERT INTO yabbse_settings (variable, value) VALUES ('hdetach', '200')

INSERT INTO yabbse_settings (variable, value) VALUES ('wdetach', '290')

MySQL said:


You have an error in your SQL syntax near '")

INSERT INTO yabbse_settings (variable, value) VALUES ('vbsmiliesEnable', '' at line 1

Yes I did change the {$db_prefix} to the one I use, which is yabbse_ Anymore help :'(

l8ter

Rpg Cyco
Logged

Ironman
Guest
Re:[Done] Add More Smilies -SE 1.2
« Reply #34 on: May 03, 2002, 12:38:26 PM »
Reply with quote

I deleted my whole board this morning, installed YaBBSE new and installed that great Mod with BoardModSE.

And what happens? It all went correctly!  ;D

So, I learned: On an empty, 'fresh', completely unmodified or in any way changed Board it's so easy to install. Very good!

Well, really a great Job. Thanx, Big P

This isn't a question or a bug, it's just a comment. ;)
 
Logged
jerek
Noobie
*
Posts: 4


Re:[Done] Add More Smilies -SE 1.2
« Reply #35 on: May 03, 2002, 02:41:42 PM »
Reply with quote

Quote from: ikkebra on May 02, 2002, 07:32:47 PMinstalled it on two boards, and it tests and installs with no errors, but then the option isn't there on the Admin page to Add More Smilies.

I got to the Installed Mods Settings page and this is what I see at the bottom. Just two checkboxes and two textboxes, no text.


Any ideas?  (Installing the .yp file through the YabbPak center, not BoardMod.)


seems like you're not using english.lng as your language file. ;) check what the mod changed in it and add it manually in your language file and it should work.
Logged
jerek
Noobie
*
Posts: 4


Re:[Done] Add More Smilies -SE 1.2
« Reply #36 on: May 03, 2002, 02:43:05 PM »
Reply with quote

Quote from: Zorg on May 02, 2002, 05:29:54 PMI have in error in Post.php: :'(

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in c:\easyphp\www\yabb\Sources\Post.php on line 908



Fatal error: Call to undefined function: printpostbox() in c:\easyphp\www\yabb\Sources\Post.php on line 177


that's the line 908:

if($modSettings['vbsmiliesEnable'] == '1')

from sequence:

print <<<EOT
</td>
</tr>
<tr>
  EOT;
if($modSettings['vbsmiliesEnable'] == '1')
{
print <<<EOT
<td valign=top align="right"><font size=2><b>$txt[72]:</b></font><br><br><center><table border="0" cellpadding="0" width="18%">
  <tr>
    <td width="100%" colspan="3"><p align="center"><font size="2"><b>$asmtxt[10]</b></font></td>

i write manually 5 times !
all others functions works (admin etc...)

remove the space in front of EOT;
Logged
Zorg
Guest
Re:[Done] Add More Smilies -SE 1.2
« Reply #37 on: May 03, 2002, 05:26:48 PM »
Reply with quote

 ;D
a beginner's error ! lol
thx
Logged
Delinquently insane
Foolish One
YaBB God
*****
Posts: 529


The One Surpassed By God!!!!

Re:[Done] Add More Smilies -SE 1.2
« Reply #38 on: May 03, 2002, 05:50:39 PM »
Reply with quote

")

INSERT INTO yabbse_settings (variable, value) VALUES ('vbsmiliesEnable', '1')

INSERT INTO yabbse_settings (variable, value) VALUES ('orderEnable', '0')

INSERT INTO yabbse_settings (variable, value) VALUES ('hdetach', '200')

INSERT INTO yabbse_settings (variable, value) VALUES ('wdetach', '290')

MySQL said:


You have an error in your SQL syntax near '")

INSERT INTO yabbse_settings (variable, value) VALUES ('vbsmiliesEnable', '' at line 1
 



Your Missing A Statement There It Should Be

CREATE TABLE {$db_prefix}smilies (id INT DEFAULT '0' NOT NULL AUTO_INCREMENT, code TEXT NOT NULL,url TEXT NOT NULL,PRIMARY KEY (id),UNIQUE (id)) TYPE = MYISAM COMMENT = 'Smilies Table';")

where you have ")  Hope That Helps  One More Thing If You Have Already Made The Table Remove The ") :)
Logged

ALL MODS Cancelled projected terminated
Tha Master
Full Member
***
Posts: 201


G€€N G€KL!€R, !K B€N H!€R

vermeulen_yves@hotmail.com WWW
Re:[Done] Add More Smilies -SE 1.2
« Reply #39 on: May 03, 2002, 06:32:35 PM »
Reply with quote

Ive posted this before but does somebody now this:

 It seems there's a problem in my post.php
=>if i test the mod it says he dident found this:
function printPostBox($msg)
{
  global $txt,$enable_ubbc,$showyabbcbutt,$imagesdir,$ubbcjspath;

But it is in my script: see: http://forumekes.little-cherry.com/yabbse/Sources/Post.php
Logged

« Last Edit: Next Week at 23:59:59 pm by Tha Master »
_________________________________________________________________________________________________________
tha master was here ;)
http://www.forumekes.tk
GreyDog
Noobie
*
Posts: 25


ye dont sweat the petty things!

WWW
Re:[Done] Add More Smilies -SE 1.2
« Reply #40 on: May 03, 2002, 09:14:37 PM »
Reply with quote

Have you removed the file to update it again...I cant seem to find it?  your links are dead..
Logged

Pirates Crossroads
(under construction...still;))
Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:[Done] Add More Smilies -SE 1.2
« Reply #41 on: May 03, 2002, 09:29:38 PM »
Reply with quote

doesnt seem to work when your modifying a post, gives an error on page...
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:[Done] Add More Smilies -SE 1.2
« Reply #42 on: May 03, 2002, 09:40:06 PM »
Reply with quote

Has the zip moved?  The link in the first post does not work.
Logged

Rpg Cyco
Full Member
***
Posts: 197


bradgordon51@hotmail.com WWW
Re:[Done] Add More Smilies -SE 1.2
« Reply #43 on: May 04, 2002, 04:42:21 AM »
Reply with quote

mcguire: Ok, thanks i'll try it when my host comes back online... Its been off all day! :o

David: Hhhhmm, I get 404 also, so I emailed you the mod ;)

l8ter

Rpg Cyco
Logged

David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:[Done] Add More Smilies -SE 1.2
« Reply #44 on: May 04, 2002, 05:13:58 AM »
Reply with quote

For the time being I have attached it.
Logged

Pages: 1 2 [3] 4 5 ... 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.512 seconds with 19 queries.