Author |
Topic |
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 07 March 2006 : 11:50:03
|
Mail sent! I've got stuff to do so don't hurry for my sake =) < |
/Tribaliztic - www.gotlandrace.se -
|
|
|
Nertz
Junior Member
Canada
341 Posts |
Posted - 11 March 2006 : 16:32:53
|
quote: Originally posted by tribaliztic
Mail sent! I've got stuff to do so don't hurry for my sake =)
Tribal, You got mail back...
Nat< |
Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers that use our children unjustly as "instruments" of power.
www.fathers-4-justice-canada.ca |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 13 March 2006 : 03:49:51
|
Yep! I'll see if I get the time to try this today =) < |
/Tribaliztic - www.gotlandrace.se -
|
|
|
Nertz
Junior Member
Canada
341 Posts |
Posted - 13 March 2006 : 07:23:21
|
quote: Originally posted by tribaliztic
Yep! I'll see if I get the time to try this today =)
Let me know how it goes. Shout at me if you need any help. If you think of anything to improve the mod, please let me know.
cheers, Nat< |
Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers that use our children unjustly as "instruments" of power.
www.fathers-4-justice-canada.ca |
|
|
Etymon
Advanced Member
United States
2385 Posts |
Posted - 15 March 2006 : 21:19:14
|
Count me in on the testing. Thanks.
Etymon < |
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 16 March 2006 : 04:31:31
|
I would like to count in the testing if there is any going as I have a site that this would go well in..< |
Cheers, David Greening |
|
|
StephenD
Senior Member
Australia
1044 Posts |
Posted - 16 March 2006 : 06:02:16
|
Looks fantastic!< |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 16 March 2006 : 08:44:08
|
I've started installing this now. I have the "Smile Manager Plus"-mod and your instructions don't work then. This is my code in inc_func_common.asp, what to do with it? =)
function Smile(fString) '############# SmileManager Plus MOD ################ smilesql = "SELECT S_CODE, S_URL FROM " & strTablePrefix & "SMILES ORDER BY S_DESC" set SMrs = my_conn.execute(smilesql) if not(SMrs.eof) then smiledata=SMrs.getrows numrows=ubound(smiledata,2) SMrs.close set SMrs = nothing for smi = 0 to numrows fString = replace(fString, smiledata(0,smi), getCurrentIcon(smiledata(1,smi) & "||","","align=""middle""")) next else SMrs.close set SMrs = nothing end if Smile = fString '#################################################### end function< |
/Tribaliztic - www.gotlandrace.se -
|
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 16 March 2006 : 09:17:57
|
There was some other instances where this smile manager mod messed things up. I hope it's just this mod that's causing problems since I'm using SHN code (very modified). < |
/Tribaliztic - www.gotlandrace.se -
|
|
|
Nertz
Junior Member
Canada
341 Posts |
Posted - 16 March 2006 : 09:43:21
|
Trib, I don't have the smilie manager mod installed on my forums. The way I handled the smilies, I relied on the alt attribute. The changes I did in inc_func_common to the smilie function was to insert the forumcode symbols of the smilie icons in the alt attib. That way to convert them back to forumcode I only had to use a single RegEX replace instead of one for each smilie image.
try this... replace
fString = replace(fString, smiledata(0,smi), getCurrentIcon(smiledata(1,smi) & "||","","align=""middle"""))
with this....
fString = replace(fString, smiledata(0,smi), getCurrentIcon(smiledata(1,smi) & "||",smiledata(0,smi),"align=""middle"""))
good luck!! Nat
< |
Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers that use our children unjustly as "instruments" of power.
www.fathers-4-justice-canada.ca |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 16 March 2006 : 09:56:23
|
Ah, smart! =) I got some error on a missing "end if" also but I might have done something wrong when inserting your code since I had to edit parts of it to fit my code. I'll have another go at this tomorrow! < |
/Tribaliztic - www.gotlandrace.se -
|
|
|
Nertz
Junior Member
Canada
341 Posts |
Posted - 16 March 2006 : 10:11:36
|
Serritzlev had an "end if" problem too, he's using a heavily modded forum as well. I haven't been able to determine where that problem was. The sample files I gave you were from my lightly modded base 3.4.05 Snitz code.
I downloaded the smilie manager plus mod this morning. From a quick glance at it I think that change above should do the trick, but I'll have a better look at it later tonight. I better get back to work...
cheers, Nat< |
Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers that use our children unjustly as "instruments" of power.
www.fathers-4-justice-canada.ca |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 16 March 2006 : 10:24:38
|
Nertz, any chance I could grab a copy of the WIP to throw an eye over, see if I can offer any pointers on how to handle font & colours?
< |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
Nertz
Junior Member
Canada
341 Posts |
Posted - 16 March 2006 : 10:46:11
|
Shaggy, I'd be delighted to provide it to you and I certainly would appreciate any suggestions you have to improve it. That goes to anyone else too who may want to contribute. Please send me an email via this forum and I'll respond with a zip attachment. I am not posting it publicly as I don't think it is quite ready yet for general download. But hopefully with your contributions we might just get it there!
cheers, Nat < |
Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers that use our children unjustly as "instruments" of power.
www.fathers-4-justice-canada.ca |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 16 March 2006 : 10:54:39
|
Yeah, that change should solve the problem I think, but there was other instances of the smile manager plus mod in post.asp =) You'll see when you install the mod tonight!
< |
/Tribaliztic - www.gotlandrace.se -
|
|
|
Topic |
|