![]() |
Quote:
Thanks though. Installing... :) EDIT: Sorry for the double post, but I'm not sure if you know about this: When making a new thread, or posting a new post, the icons/smilies still show the default images rather than following the new directory. It appears as it should everywhere else though. v3.5.3 I also get the following errors when viewing a thread: Warning: Wrong parameter count for strncmp() in /global.php(349) : eval()'d code on line 180 Warning: Wrong parameter count for strncmp() in /global.php(349) : eval()'d code on line 180 |
Quote:
My apologies; I only just now looked at my e-mail (I'm a bad boy :) ). I'll look into this. Thanks for the feedback! |
Quote:
Are you using your forum default style, or a user-selected style? Is there anything special you are doing when you post? Any other details you can give me would be helpful. BTW, I found the strncmp bug. Turns out to be quite harmless, but I've got it fixed. Once we get to the bottom of this issue, I'll post up the patched code. |
Of course. :D
I was doing this with both custom skins and the default one; when making a new thread or post (not the quick reply or something) but viewing the actual newreply.php and newthread.php pages, the images (in the Icons section and in the Smilie box) I see still come from the default images rather than the ones in the new directory they should be coming from. |
I am unable to reproduce your problem. Perhaps my little bug caused more issues than I thought. Could you download the updated code and apply to your system?
Alternatively, you could go to the USD_INIT plugin and find the line with the strncmp statement, which will look like this: Code:
$bDoReplacement = (strncmp($Temp, '<img src="') == 0); Code:
$bDoReplacement = (strncmp($Temp, '<img src="', 10) == 0); |
Well, you were right on the first thing; bug fixed and no more error.
As for the second issue I'm having... Could it be cause by the fact I do not have my other skin images within the images folder, but rather elsewhere (ie, images, skin_1, skin_2, etc vs. images/*, images/skin_1, images/skin_2, etc)? I doubt that's it, since the icon replacement works elsewhere as it should except on the posting screen. I've uploaded an image to point out exactly what I mean: |
Oh! You're talking about in the editor ToolBar!
USD doesn't currently handle the icons in the editor toolbar, but I'll tell you what; give me a couple of days and it will. :up: |
Quote:
Thanks for this making this though. It's been very helpful (already using it on one site; planning on installing it on two more). Keep up the good work. :) |
Ok. Added support for the message editor icons.
To upgrade, you'll need to go the the USD_INIT plugin, and copy everything between the /*******************User configurables****************/ and the /****************** End User Configurables**************/ markers. Once you've done that, import then updated product, go to the USD_INIT plugin, and paste what you copied from the old plugin back to this plugin, in the same spot. I'll try to make it configurable from the AdminCP on the next rev. ;) |
Just upgraded my system to vb 3.6.7 PL1.
For the curious, I can confirm that this plugin appears to work just fine with vb 3.6.xxx |
All times are GMT. The time now is 08:38 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|