Author |
Topic |
henosaj
Starting Member
22 Posts |
Posted - 14 September 2002 : 20:26:59
|
I know others have mentioned this but I will say it again because the more you hear it, the more you might think people want it.
I would like only default smilies to show up until you modify the smilie list, and when you click on show entire smile list, the additional ones are there. Right now when I make the smiles not visible, so they don't show up on default, people cannot add them because..well they're not visible.
Still a great mod, easy to implement. Very nice.
Oh, is there anyway to create a browse text field to find the icons in the forum folder on my server, rather than typing them all in by hand?
Again, nice job. Jason |
|
|
crash
Advanced Member
Netherlands
2064 Posts |
Posted - 14 September 2002 : 20:30:20
|
any chance of getting a version that uses GetString or GetRows (i'm really not into that kind of thing - and yes, i will try to find more information)?
the smiles load slowly, compared to the reast of the board. |
cHosting.nl |
|
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 14 September 2002 : 23:36:02
|
Everyone... I will add a default and an exclude to the admin screen.
Default will let the admin choose the default set that shows up until the user edits their Smile List.
Excluded smiles will only show up on the full list, and will not show up on the post.asp page (in case there is a smile that is just too differently sized to fit correctly).
Crash... It has already been coverted to getrows for the new version. I am very much in favor of getrows and my existing 3.3.05 was written in it.
--Aaron
|
DOWNLOAD GREAT NEW MODS HERE |
|
|
crash
Advanced Member
Netherlands
2064 Posts |
Posted - 15 September 2002 : 04:30:26
|
it is? i thought that inc_smilies.asp wasn't... |
cHosting.nl |
|
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 15 September 2002 : 08:37:20
|
Sorry... I meant that the next version will be in getrows. The current one was not because of time constraints (getting it out qickly).
--Aaron
|
DOWNLOAD GREAT NEW MODS HERE |
|
|
crash
Advanced Member
Netherlands
2064 Posts |
Posted - 15 September 2002 : 09:07:37
|
alright. let me know when it's ready! |
cHosting.nl |
|
|
TMA
Starting Member
USA
17 Posts |
Posted - 16 September 2002 : 01:43:58
|
For now I added to the SQL in inc_smiles.asp for the code that builds the table in post.asp. Is there any problems w/ this?
strsql = "SELECT S_ID, S_CODE, S_URL, S_Colspan, S_DESC FROM " & strTablePrefix & "SMILES WHERE S_VISIBLE=1 AND S_ENABLED='yes'AND S_COLSPAN=1 ORDER BY S_DESC" |
Warped? |
|
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 21 September 2002 : 17:11:25
|
SmileManager Plus has been updated.
A few minor bugs were fixed along with the addition of two new database fields:
- Default: select which smiles your users will see if NO custom Smile List has been created
- Exlcude: if selected, this smile cannot be added the the custom Smile List (use this for oddly shaped smiles that do not fit correctly within the table)
AND... most importantly, a help file has been created for reference purposes. You can access the help file from within the SmileManager Plus Admin page.
You can download the new version from the original posting.
Please let me know if you have comments, questions or suggestions.
--Aaron
|
DOWNLOAD GREAT NEW MODS HERE |
Edited by - Aaron S. on 21 September 2002 17:12:51 |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 21 September 2002 : 17:25:11
|
so to upgrade to this new version, we just need to overwrite the new files that this mod added with the ones in the new .zip file? Are there any changes to the Forum Files between this version and the last? |
|
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 21 September 2002 : 17:57:11
|
Sorry... I should have been more descriptive:
1. Since there are two new database fields, you should run dbs_smiles_upgrade.asp.
It will tell you that some fields already exist (which is ok) and it will add the 2 new ones.
2. You should replace all SmileManager Plus files.
3. You should replace faq.asp as a bug was fixed in it (it is the 3.4.03 version if that matters).
4. You should replace inc_smilies.asp with the version included in the ZIP file.
All forum files included with the ZIP are 3.4.03.
--Aaron
|
DOWNLOAD GREAT NEW MODS HERE |
Edited by - Aaron S. on 21 September 2002 17:57:52 |
|
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 22 September 2002 : 09:36:08
|
Ok... I have updated SmileManager Plus again.
The version released yesterday only had a partial conversion to getrows. Version 1.2 is now completely converted to getrows.
The files affected include:
faq.asp inc_smilies.asp inc_func_common.asp pop_members_smiles.asp pop_new_smiles.asp pop_smiles_noclick.asp
If performance is fine with the previous version then you do not need to upgrade. For sites will a lot of smiles, it is probably a good idea to use version 1.2.
--Aaron |
DOWNLOAD GREAT NEW MODS HERE |
|
|
snerdley
New Member
USA
65 Posts |
Posted - 22 September 2002 : 10:29:34
|
Thanks Aaron...... there is a default.asp included in the zip. I'm not sure how to use this?
|
snerd
|
Edited by - snerdley on 22 September 2002 10:38:17 |
|
|
Aaron S.
Average Member
USA
985 Posts |
|
henosaj
Starting Member
22 Posts |
Posted - 26 September 2002 : 13:20:31
|
thanks Aaron it installed easily. Perhaps you could put the directions you put in the forum into the readme.txt, I wasn't absolutely sure what to do upgrading from 3.4 until I read it in here. |
|
|
henosaj
Starting Member
22 Posts |
Posted - 27 September 2002 : 12:42:36
|
One of my member said he is getting this error, it might explain why I haven't gotten any new posts since I installed the mod:
At: http://www.henosaj.com/qcda/forum/
getting this on the reply to topic screen in the smiles frame. The list box to type reply is black and there are no buttons/links below it???
Microsoft VBScript runtime error '800a000d' Type mismatch: 'srs'
/qcda/forum/inc_smilies.asp, line 124
I don't get this error however. Here is line 123, 124, and 125:
else if smilecount + srs("S_Colspan") > 4 then skipmovenext = 1
I haven't done anything to this page. The only other mod I installed was the spell check mod, which changes inc_post_buttons.asp, I had the spell check mod and the smile manager3.4 installed together with no problem. SO I doubt if that is it. I'm going to have to take the mod out until I can fix the problem.
-Jason |
Edited by - henosaj on 27 September 2002 12:52:07 |
|
|
Topic |
|