T O P I C R E V I E W |
muzishun |
Posted - 10 December 2007 : 14:43:51 Update: 12/12/07 The MOD is completed and uploaded to SnitzBitz. As I mentioned before, credit for this idea goes to CertGuard, but I thought it was too good of an idea to pass up.
Version: 1.0 Author: Bill Parrott (muzishun) Inspiration: This post by CertGuard. Forum Version: Snitz Forum 2000 v3.4.06 Tested Databases: n/a Last Updated: 12/12/07 Download Link: SnitzBitz.com
This MOD adds a [websnapr][/websnapr] forum code tag to the forums.
For support, please use the MOD Implementation forum.
<original post> After the discussion here, I decided to go ahead and write something up for websnapr using forum code. I'm not quite ready to post it to Snitzbitz yet, but I would like a couple of people to do some test runs of it to make sure everything looks good.
I have the readme file here (HTML), so look over it, and I'd love feedback on whether I missed something.
As always, please back up your files before trying anything. This is still beta code, since it has not been heavily tested.
Props to CertGuard for the idea that got me started on this. </original post>< |
8 L A T E S T R E P L I E S (Newest First) |
muzishun |
Posted - 12 December 2007 : 12:28:04 I have posted the MOD to SnitzBitz and updated the first post with the information.
I hope everyone enjoys it.< |
muzishun |
Posted - 12 December 2007 : 08:57:36 Fantastic, that worked! When I get some time today, I'll update the readme and put the MOD on SnitzBitz officially.
Thanks for the help.< |
Hamlin |
Posted - 12 December 2007 : 02:46:40 |
muzishun |
Posted - 11 December 2007 : 21:25:17 Yeah, the first thing I did was check the source. The first link doesn't have the class="previewlink" code that the second one does. Really, really weird.< |
AnonJr |
Posted - 11 December 2007 : 18:00:37 Just to ask the obvious, have you checked the output to make sure its what you expect? (i.e. making sure its an issue with your code and not an issue with the websnapr code)< |
muzishun |
Posted - 11 December 2007 : 17:57:58 Very odd. Here's the exact text that I am using and getting two results from:
[websnapr]http://www.chimericdream.com/[/websnapr] [websnapr="http://www.eternalsecond.com/"]Eternal Second[/websnapr]
The second link generates a thumb like it's supposed to, but the first doesn't. Can you think of anything that would cause that? I'm very nearly at wit's end.< |
Hamlin |
Posted - 11 December 2007 : 17:09:01 I passed various strings into that function and it did what it was suppose too, replacing both the [websnapr] and [websnapr=""] types ok.
I also did a quick compare of the two functions side by side, and apart from the obvious, nothing seemed different.< |
muzishun |
Posted - 11 December 2007 : 16:02:28 |