<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8.0-nukeFEED (http://nukeSEO.com)" -->
<rss version="2.0">
    <channel>
        <title>1. Most Recent 10 Forum Posts - Montego Scripts</title>
        <description><![CDATA[This feed is of the most recent 10 forum posts across all forums.]]></description>
        <link>http://montegoscripts.com/</link>
        <lastBuildDate>Wed, 08 Feb 2012 21:47:33 -0500</lastBuildDate>
        <generator>FeedCreator 1.8.0-nukeFEED (http://nukeSEO.com)</generator>
        <item>
            <title>Warning: preg_replace</title>
            <link>http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3157#3157</link>
            <description><![CDATA[I believe preg_replace returns NULL (or 0) if an error occurs, which seems to indicate a condition where no match has been found.
<br />
I'm not sure why that would be the case without diving into the code but I'm sure Montego will know.
<br />
I'm assuming your using the Downloads module that shipped with RN 2.5, that Shortlinks have been turned on in webroot/rnconfig.php and your htaccess file has the taps in place.]]></description>
            <author> no_email@example.com (Guardian)</author>
            <guid isPermaLink="false">http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3157#3157</guid>
        </item>
        <item>
            <title>TegoNuke Downloads and AJAX</title>
            <link>http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3154#3154</link>
            <description><![CDATA[I wonder how much of Mantis' design for the mobile access centered around making it profitable...
<br />

<br />
It seems logical, and I certainly don't begrudge them for wanting a little reward for hard work.
<br />

<br />
Spastic, I'm also interested in your efforts to mobilize RN and very much agree with Guardian that this is critically important.]]></description>
            <author> no_email@example.com (kguske)</author>
            <guid isPermaLink="false">http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3154#3154</guid>
        </item>
        <item>
            <title>How to make Dynamic Titles to only take the title</title>
            <link>http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3150#3150</link>
            <description><![CDATA[Excellent - another mail domain to block <img src="http://montegoscripts.com/modules/Forums/images/smiles/icon_smile.gif" alt="Smile" border="0" />]]></description>
            <author> no_email@example.com (Guardian)</author>
            <guid isPermaLink="false">http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3150#3150</guid>
        </item>
        <item>
            <title>jQuery Mobile and Shortlinks</title>
            <link>http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3138#3138</link>
            <description><![CDATA[Take down the latest ShortLinks out of the RN SVN and see if that helps.  I think it has the latest of a couple of changes I made.  But, just so you know, most of the mobile links then would not be tapped.  Not really sure that matters much though.  
<br />

<br />
I really need to overhaul this, what, 6, 7, 8-year old &quot;technology&quot;?]]></description>
            <author> no_email@example.com (montego)</author>
            <guid isPermaLink="false">http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3138#3138</guid>
        </item>
        <item>
            <title>Case collision</title>
            <link>http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3135#3135</link>
            <description><![CDATA[Nice one!
<br />
I tend to over concentrate on things I feel are important, like accessibility and then sometimes completely forget to check obvious things. I just found two of my modules use <span style="font-weight:bold">AddCat</span> doh!
<br />
I guess I have some work to do now <img src="http://montegoscripts.com/modules/Forums/images/smiles/icon_sad.gif" alt="Sad" border="0" />
<br />

<br />
Incidentally, I fully agree with your assessment there.
<br />
It would be really nice if admin.php could be used just as a router, leaving modules/index.php to be the handler instead of admin.php trying to do it all.
<br />
It needs to be like modules.php so you can route things with admin.php?module=MODULE_NAME&amp;op..........
<br />

<br />
Luckily, there are less than a handful of people writing stuff for RN so I guess the risks are minimal.]]></description>
            <author> no_email@example.com (Guardian)</author>
            <guid isPermaLink="false">http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3135#3135</guid>
        </item>
        <item>
            <title>Private message popup tap</title>
            <link>http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3131#3131</link>
            <description><![CDATA[Ok, found the problem.  It is actually in the Your_Account GT file.  So, open the GT-Your_Account.php file and change this line from:
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">
<br />
'&quot;&#40;?&lt;!/&#41;modules.php\?name=Private_Messages&quot;',
<br />
</td></tr></table>
<br />

<br />
to this:
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">
<br />
'&quot;&#40;?&lt;!/&#41;modules.php\?name=Private_Messages&#40;?!&amp;&#41;&quot;',
<br />
</td></tr></table>
<br />

<br />
I've been needing to put the right closings on many of the final module taps for a long time.  I'm going to do through each and every one of these and make sure they are correct.
<br />

<br />
But, that one small fix alone will make the pop-ups work for you now.  You must have an untapped Your_Account link somewhere on your site and so when it ran through the AutoLink code for that GT file, it also forced the tap on the pop-up link.]]></description>
            <author> no_email@example.com (montego)</author>
            <guid isPermaLink="false">http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3131#3131</guid>
        </item>
        <item>
            <title>Shortlink awareness for News Print and PDF functions</title>
            <link>http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3117#3117</link>
            <description><![CDATA[<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>montego wrote:</strong></span></td></tr><tr><td class="quote">I'm getting a bunch of spam registrations that I need to squash and so kguske has advanced me a copy of nukeSPAM to test out... I need to stop that first so that I can focus back on the fun stuff.  <img src="http://montegoscripts.com/modules/Forums/images/smiles/icon_smile.gif" alt="Smile" border="0" /></td></tr></table>
<br />
If your pushed for time implementation wise, I can send you a copy of my Project Honeypot module as it only needs one line in mainfile to activate it.]]></description>
            <author> no_email@example.com (Guardian)</author>
            <guid isPermaLink="false">http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3117#3117</guid>
        </item>
        <item>
            <title>adding Groups to the list of recipients</title>
            <link>http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3106#3106</link>
            <description><![CDATA[OK, thanks.]]></description>
            <author> no_email@example.com (Doulos)</author>
            <guid isPermaLink="false">http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3106#3106</guid>
        </item>
        <item>
            <title>Meta.php help me ! ! !</title>
            <link>http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3095#3095</link>
            <description><![CDATA[To clarify (in case others find this post first), RavenNuke includes <a href="http://nukeSEO.com" target="_blank" class="postlink">nukeSEO DH</a>, which generates title, description and keyword META tags using the content being displayed and allows admins to override these tags.]]></description>
            <author> no_email@example.com (kguske)</author>
            <guid isPermaLink="false">http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3095#3095</guid>
        </item>
        <item>
            <title>Module Web Links</title>
            <link>http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3088#3088</link>
            <description><![CDATA[I'll take a look at that <img src="http://montegoscripts.com/modules/Forums/images/smiles/icon_smile.gif" alt="Smile" border="0" />
<br />
On their website, the free account doesn't allow thumbnail caching locally but I don't see how they can stop that because the API returns the thumbnail to be able to display it, so once the thumbnail is generated you should be able to cache it.
<br />
I was hoping to look at this at the weekend but I just FUBAR'd my website by accidentally uploading two different sets of RN files lol]]></description>
            <author> no_email@example.com (Guardian)</author>
            <guid isPermaLink="false">http://montegoscripts.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=3088#3088</guid>
        </item>
    </channel>
</rss>

