<?xml version="1.0"?>
<rss version="2.0">
    <channel>
        <title>Gossamer Forum</title>
        <link>http://www.gossamer-threads.com/forum/</link>
        <language>en-us</language>
        <managingEditor>gforum@gossamer-threads.com</managingEditor>
        <pubDate>Wed, 19 Jun 2013 07:52:31 GMT</pubDate>
        <generator>Gossamer Forum by Gossamer Threads, Inc.</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        <image>
            <url>http://static.gossamer-threads.com/forum/images/gforum-logo.png</url>
            <title>Gossamer Forum</title>
            <link>http://www.gossamer-threads.com/forum/</link>
            <width>50</width>
            <height>50</height>
        </image>
        <item>
            <title>Re: [Andy] going to another routine without clicking submit button</title>
            <link>http://www.gossamer-threads.com/forum/General_C8/Perl_Programming_F14/Re%3A_%5BAndy%5D_going_to_another_routine_without_clicking_submit_button_P315053/?page=unread#315053</link>
            <description>i wanted to modify the current record displayed and then go to the other database and display the form that&#039;s displayed by clicking the link.

however, meanwhile of course, i figured out a different way to do it. i changed the link to a custom form and before the form is displayed, the previously displayed record is modified. now i&#039;m working on it to get it to go ahead and process the info in the form without me clicking the submit button there because everything is filled out for me.</description>
            <guid>b196eb019a28d3680383e59f45136230</guid>
            <pubDate>Jun 13, 2013, 10:55 AM</pubDate>
        </item>
        <item>
            <title>Re: [delicia] going to another routine without clicking submit button</title>
            <link>http://www.gossamer-threads.com/forum/General_C8/Perl_Programming_F14/Re%3A_%5Bdelicia%5D_going_to_another_routine_without_clicking_submit_button_P315052/?page=unread#315052</link>
            <description>Huh? You want to send to a different URL first, and then redirect to the correct place?

Andy (mod)
andy@ultranerds.co.uk
----------------------------------------------------------------------
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total &amp;quot;value&amp;quot; $3,325 &amp;amp; rising, for just $350)| GLinks ULTRA Package PRO (plugins total &amp;quot;value&amp;quot; $5,625 &amp;amp; rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates</description>
            <guid>25df922ef547f3aada1fe52a83db6b9e</guid>
            <pubDate>Jun 13, 2013, 2:15 AM</pubDate>
        </item>
        <item>
            <title>Re: [steven99] subscribe.pl change email subject line</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Forum_C7/Discussion_F22/Re%3A_%5Bsteven99%5D_subscribe.pl_change_email_subject_line_P315051/?page=unread#315051</link>
            <description>Mmm, you could try a global:

get_first_subject



Code:
sub {
return {$_[0]}[0]-&amp;gt;{post_subject}
}

Then call with:



Code:
Subject: &amp;lt;%get_first_subject($post_loop)%&amp;gt;

Untested, but that should work and give the value you&#039;re after (not sure why the other tag doesn&#039;t work - It may not be supported in that version of GForum)

Cheers

Andy (mod)
andy@ultranerds.co.uk
----------------------------------------------------------------------
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total &amp;quot;value&amp;quot; $3,325 &amp;amp; rising, for just $350)| GLinks ULTRA Package PRO (plugins total &amp;quot;value&amp;quot; $5,625 &amp;amp; rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates</description>
            <guid>b6815ad2740e769b599769682fbd9f9e</guid>
            <pubDate>Jun 12, 2013, 10:50 PM</pubDate>
        </item>
        <item>
            <title>going to another routine without clicking submit button</title>
            <link>http://www.gossamer-threads.com/forum/General_C8/Perl_Programming_F14/going_to_another_routine_without_clicking_submit_button_P315050/?page=unread#315050</link>
            <description>i tried to search to see if this has been asked and answered but couldn&#039;t figure out what terminology to use to search. i currently have a link that works:

&amp;lt;a href=&amp;quot;$db_script_url?db=usersxUserid=$rec{&#039;Userid&#039;}pwfile=$public_per_fileadd_form=1&amp;quot;&amp;gt;
 Add to permission file&amp;lt;/a&amp;gt;

what i want to do is go to a different routine and do some work, and then go to the place in the link above. i have the first part working, but i don&#039;t know how to go to the above place after the first work is complete.

edit: the second part displays a form with some of the fields already filled. would be nice to skip that form and have it input without the submit button.</description>
            <guid>8e2d8606746ddfc78fa76cba65f78445</guid>
            <pubDate>Jun 12, 2013, 4:11 PM</pubDate>
        </item>
        <item>
            <title>Re: [Andy] subscribe.pl change email subject line</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Forum_C7/Discussion_F22/Re%3A_%5BAndy%5D_subscribe.pl_change_email_subject_line_P315049/?page=unread#315049</link>
            <description>Andy, finally had a chance to see your slight mod in action. Funny enough, same results I got when I tried to mod it. Mail is sent out with the subject line reading:

(No Subject)


The body of the email does display the correct subject line from the post:

Subject: ONCE
Posted by: B T
Posted on: Jun 12, 2013, 11:03 PM

- body of message displayed here -

At the moment my eml file has this:


To: &amp;lt;%user_email%&amp;gt;
Subject: &amp;lt;%post_loop.0.post_subject%&amp;gt;
From: Bud &amp;lt;&amp;lt;%admin_email%&amp;gt;&amp;gt;
New message(s) posted to Bud: &amp;lt;%forum_name%&amp;gt;
---------------------------------------------------------------------------
&amp;lt;%loop post_loop%&amp;gt;
Subject: &amp;lt;%post_subject%&amp;gt;
Posted by: &amp;lt;%post_username%&amp;gt;
Posted on: &amp;lt;%post_date%&amp;gt;
&amp;lt;%post_message_text%&amp;gt;
---------------------------------------------------------------------------
&amp;lt;%endloop%&amp;gt;
&amp;lt;%if more_posts%&amp;gt;
Not all posts have been listed since the forum archive is limited to &amp;lt;%subscribe_email_max_posts%&amp;gt; posts. More posts can be found on the &amp;lt;%site_title%&amp;gt; site.
&amp;lt;%endif%&amp;gt;


Andy further help would be super. Steven</description>
            <guid>9e129e71c8913db4a2a237ac2c7e4f12</guid>
            <pubDate>Jun 12, 2013, 3:15 PM</pubDate>
        </item>
        <item>
            <title>Re: [SWDevil.Com] Adding Nofollow Tag to All Links</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Discussions_F18/Re%3A_%5BSWDevil.Com%5D_Adding_Nofollow_Tag_to_All_Links_P315048/?page=unread#315048</link>
            <description>Good suggestion, however from my experience all external links in Directory had to have the no-follow tag, even the unpaid ones. Google does not manually check the site so it has no idea which listing are free or paid - everything is automated and even if you explain how the system is setup they don&#039;t really care. Took me from Dec, 2012 to March, 2013 to get re-indexed.</description>
            <guid>e41213fde8ea3de8a40d8f1d35ae00cb</guid>
            <pubDate>Jun 10, 2013, 4:32 PM</pubDate>
        </item>
        <item>
            <title>Re: [janx] Adding Nofollow Tag to All Links</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Discussions_F18/Re%3A_%5Bjanx%5D_Adding_Nofollow_Tag_to_All_Links_P315047/?page=unread#315047</link>
            <description>How about trying something like this:

Instead of charging money for listing sites, make it clear that you are charging money for

1) Premium listing
+
2) Editor&#039;s review
or
3) Some other reason.

Linking Structure
In your directory you can have direct link (do follow) to every site listed in your directory. However, since the premium listings are actually verified by you (or editor) you have a good reason to list them higher &amp;amp; also have a custom design layout for their detailed page.

Now this also means that there should be a free options for others (related sites) to get listed in your directory - however being honest to the site design, you can maintain detail page with different design - that allows users to notice that they are not premium/paid members.

In this manner, direct listing is no longer a premium feature &amp;amp; since this option is also available for free users, you will not be breaking any rules either.

Note: Is my idea perfect - na, I am sure there can be others who will come up with lot better ideas - but till you find them, this one might work just fine.

Vishal

-------------------------------------------------------
Web Hosting Kit : A to Z of Web Hosting! http://www.webhostingkit.com/
Software Devil : Software Search Made Easy! http://www.softwaredevil.com/
-------------------------------------------------------</description>
            <guid>f02162a427f96c245d8e37a373061afb</guid>
            <pubDate>Jun 10, 2013, 2:22 PM</pubDate>
        </item>
        <item>
            <title>Re: [Thomas.] Adding Nofollow Tag to All Links</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Discussions_F18/Re%3A_%5BThomas.%5D_Adding_Nofollow_Tag_to_All_Links_P315046/?page=unread#315046</link>
            <description>Yes, I groveled, pleaded, gave them my first born and finally had the site re-indexed.... frustrating experience.

Whether or not to keep a Directory live in the Google era is going to be a struggle, especially if you charge for submission. It all depends on how well your Directory is doing, where the majority of your traffic is coming from and the overall revenue compared to the expenses. If you still make a profit what&#039;s the harm in keeping it active? Myself, I don&#039;t depend on the Directory to make a big profit, but it makes enough to sustain itself.

Personally, I don&#039;t want to see the big boys win and will keep the Directory active with or without traffic, haunting the Internet...... It annoys the hell out of me that we all seem to be working for Google for free, following their rules, complying with their demands, and letting them dictate what&#039;s available online.

If you decide to keep your Directory active, I wish you great success.</description>
            <guid>deb161ded0adc401a03c11dfb8d9a41e</guid>
            <pubDate>Jun 10, 2013, 9:08 AM</pubDate>
        </item>
        <item>
            <title>Re: [janx] Adding Nofollow Tag to All Links</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Discussions_F18/Re%3A_%5Bjanx%5D_Adding_Nofollow_Tag_to_All_Links_P315045/?page=unread#315045</link>
            <description>Thanks for sharing your experiences, janx! I hope your directory has been re-indexed since.

Our directory has been online since 2000, but I have been wondering if it&#039;s still worth maintaining in the light of Google&#039;s omnipresence and dominance.</description>
            <guid>8d92ff4ebe26abc4e8e591d41bcf45ef</guid>
            <pubDate>Jun 9, 2013, 4:32 PM</pubDate>
        </item>
        <item>
            <title>Re: [Thomas.] Adding Nofollow Tag to All Links</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Discussions_F18/Re%3A_%5BThomas.%5D_Adding_Nofollow_Tag_to_All_Links_P315044/?page=unread#315044</link>
            <description>The directory was completely banned from Google (de-indexed all pages). Suspected of trying to manipulate PageRank. Basically what it comes down to is any type of paid links must have the rel=&amp;quot;nofollow tag&amp;quot; or Google thinks that you are an evil site owner that is intentionally trying to pass Page rank. There is no getting around it, Google wants all directories wiped off the face of the Internet and unless you comply with their demands, eventually they will find you and de-index the entire site.

The directory had been online since 1998, started charging a submission fee about 10 years ago. Implemented the review fee to discourage spam sites from submitting to it, had no idea that I had to include the no-follow tag on all external links because I did not consider them to be paid links. Webmasters were being charged for a service, not a guaranteed listing in the Directory.

The email I received from Google was very vague, took me a while to figure out what the problem was. So if you ever receive an email from Google stating that your site is suspected of trying to manipulate Page Rank - save yourself a lot of headaches and just add the rel=&amp;quot;nofollow tag to all external links. Yes, you will probably lose business but if you have enough traffic to the directory and charge a reasonable submission (review) fee, people will still pay to have their site listed.

Hope this helps the next person that gets targeted by Google.</description>
            <guid>dfaed9fb2c9ae5908b2a4e2e47e5fba7</guid>
            <pubDate>Jun 9, 2013, 8:50 AM</pubDate>
        </item>
        <item>
            <title>Re: [janx] Adding Nofollow Tag to All Links</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Discussions_F18/Re%3A_%5Bjanx%5D_Adding_Nofollow_Tag_to_All_Links_P315043/?page=unread#315043</link>
            <description>Just wondering, as this might be relevant to other GLinks owners, what kind of problems did you have with Google?</description>
            <guid>126fc8cbb3741e9ed8bb81932ec4c18f</guid>
            <pubDate>Jun 9, 2013, 4:58 AM</pubDate>
        </item>
        <item>
            <title>I can't post anywhere!!!</title>
            <link>http://www.gossamer-threads.com/forum/General_C8/Perl_Programming_F14/I_can&#039;t_post_anywhere!!!_P315042/?page=unread#315042</link>
            <description>I can&#039;t post anywhere!!!</description>
            <guid>ecf6b69423b37ca63ad8db348eb8c193</guid>
            <pubDate>Jun 3, 2013, 9:14 AM</pubDate>
        </item>
        <item>
            <title>Re: [Andy] subscribe.pl change email subject line</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Forum_C7/Discussion_F22/Re%3A_%5BAndy%5D_subscribe.pl_change_email_subject_line_P315041/?page=unread#315041</link>
            <description>thanks Andy, I&#039;ll plug that in and let you know. I feel better after looking at your mod, I never would have happened on that.</description>
            <guid>afec27b8f12e723a655825511994c7af</guid>
            <pubDate>Jun 3, 2013, 8:26 AM</pubDate>
        </item>
        <item>
            <title>Re: [steven99] subscribe.pl change email subject line</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Forum_C7/Discussion_F22/Re%3A_%5Bsteven99%5D_subscribe.pl_change_email_subject_line_P315037/?page=unread#315037</link>
            <description>Hi,

So you&#039;re trying to get the title of the post in the &amp;quot;Subject&amp;quot; header? Try:



Code:
&amp;lt;%post_loop.0.post_subject%&amp;gt;

Cheers

Andy (mod)
andy@ultranerds.co.uk
----------------------------------------------------------------------
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total &amp;quot;value&amp;quot; $3,325 &amp;amp; rising, for just $350)| GLinks ULTRA Package PRO (plugins total &amp;quot;value&amp;quot; $5,625 &amp;amp; rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates</description>
            <guid>f3c26606e8993ce8b32eb4295b648222</guid>
            <pubDate>Jun 3, 2013, 12:27 AM</pubDate>
        </item>
        <item>
            <title>subscribe.pl change email subject line</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Forum_C7/Discussion_F22/subscribe.pl_change_email_subject_line_P315035/?page=unread#315035</link>
            <description>I can&#039;t seem to add to the earlier thread with the same subject line, it seems to be locked or something, I&#039;m still working on the same issue though.

I have what looks to be a simple change to the file - subscribe.eml. Every time a new message goes into the system, few and far between, they get sent out to all users via a cron that runs every 5 minutes.

At the moment I have this:

To: &amp;lt;%user_email%&amp;gt;
Subject: Bud Message Board
From: Bud &amp;lt;&amp;lt;%admin_email%&amp;gt;&amp;gt;
New message(s) posted to Bud: &amp;lt;%forum_name%&amp;gt;

---------------------------------------------------------------------------
&amp;lt;%loop post_loop%&amp;gt;
Subject: &amp;lt;%post_subject%&amp;gt;
Posted by: &amp;lt;%post_username%&amp;gt;
Posted on: &amp;lt;%post_date%&amp;gt;
&amp;lt;%post_message_text%&amp;gt;
---------------------------------------------------------------------------
&amp;lt;%endloop%&amp;gt;
&amp;lt;%if more_posts%&amp;gt;
Not all posts have been listed since the forum archive is limited to &amp;lt;%subscribe_email_max_posts%&amp;gt; posts. More posts can be found on the &amp;lt;%site_title%&amp;gt; site.
&amp;lt;%endif%&amp;gt;


I&#039;m trying to change &amp;quot;Subject: Bud Message Board&amp;quot; to &amp;quot;Subject: &amp;lt;%post_subject%&amp;gt;&amp;quot; to reflect the subject in the email title.

I thought I&#039;d just add that variable, since it was used below...but I get
(No Subject)?
in the email title if I do that. I then tried putting that loop command on either side of the email subject line, leaving the variable in the middle. Same results. Then used grep to try to find where that loop was originally coming from so I could try modifing a new loop command...no luck.

any help appreciated.</description>
            <guid>3339804a71b5b6de5eef77c5b07841a7</guid>
            <pubDate>Jun 1, 2013, 1:18 PM</pubDate>
        </item>
        <item>
            <title>Re: [Andy] Latest posts from wordpress on home.html</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Discussions_F18/Re%3A_%5BAndy%5D_Latest_posts_from_wordpress_on_home.html_P315034/?page=unread#315034</link>
            <description>Cool, it&#039;s working fine
Thanks

Matthias
gpaed.de</description>
            <guid>4e60785e8accd036acd7acb3e2a11897</guid>
            <pubDate>Jun 1, 2013, 2:47 AM</pubDate>
        </item>
        <item>
            <title>Re: [Matthias70] Latest posts from wordpress on home.html</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Discussions_F18/Re%3A_%5BMatthias70%5D_Latest_posts_from_wordpress_on_home.html_P315033/?page=unread#315033</link>
            <description>Hi,

You could try adding this into the query:



Code:
AND post_type = &amp;quot;post&amp;quot;

i.e:



Code:
my $query = qq|SELECT * FROM ${prefix}posts WHERE post_parent &amp;lt; 1 AND post_status = &#039;publish&#039; AND post_type = &amp;quot;post&amp;quot; ORDER BY ID DESC LIMIT 3|;

Not 100% sure thats right - but having a quick look that seems like it matches

Andy (mod)
andy@ultranerds.co.uk
----------------------------------------------------------------------
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total &amp;quot;value&amp;quot; $3,325 &amp;amp; rising, for just $350)| GLinks ULTRA Package PRO (plugins total &amp;quot;value&amp;quot; $5,625 &amp;amp; rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates</description>
            <guid>ec085da383ab5823bbcc778e7cff64f1</guid>
            <pubDate>Jun 1, 2013, 2:40 AM</pubDate>
        </item>
        <item>
            <title>Re: [Andy] Latest posts from wordpress on home.html</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Discussions_F18/Re%3A_%5BAndy%5D_Latest_posts_from_wordpress_on_home.html_P315032/?page=unread#315032</link>
            <description>Andy wrote:
Hi,

So its ok now?

Cheers

Do you know an easy workaround for excluding pages and only showing articles?
Otherwise it&#039;s O.K.

Matthias
gpaed.de</description>
            <guid>9ea9361b18665ab7c209146b9690b67b</guid>
            <pubDate>Jun 1, 2013, 2:29 AM</pubDate>
        </item>
        <item>
            <title>Re: [Matthias70] Latest posts from wordpress on home.html</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Discussions_F18/Re%3A_%5BMatthias70%5D_Latest_posts_from_wordpress_on_home.html_P315031/?page=unread#315031</link>
            <description>Hi,

So its ok now?

Cheers

Andy (mod)
andy@ultranerds.co.uk
----------------------------------------------------------------------
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total &amp;quot;value&amp;quot; $3,325 &amp;amp; rising, for just $350)| GLinks ULTRA Package PRO (plugins total &amp;quot;value&amp;quot; $5,625 &amp;amp; rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates</description>
            <guid>3cb801dca3091897ec8eba8c39eb2ce4</guid>
            <pubDate>Jun 1, 2013, 2:17 AM</pubDate>
        </item>
        <item>
            <title>Re: [Andy] Latest posts from wordpress on home.html</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Discussions_F18/Re%3A_%5BAndy%5D_Latest_posts_from_wordpress_on_home.html_P315030/?page=unread#315030</link>
            <description>Andy wrote:
What happens if you run the query manually in mysqlman/phpmyadmin?

i.e



Code:
SELECT * FROM wp_posts WHERE post_parent &amp;lt; 1 AND post_status = &#039;publish&#039; ORDER BY ID DESC LIMIT 3


Cheers

This code shows at the moment the last new pages. When I&#039;m posting the next new articles, they will be shown instead. Should be everything O.K. when I&#039;m posting a few more articles ;-)

Matthias
gpaed.de</description>
            <guid>4e6276b700ab56e728db8b6236ba71d0</guid>
            <pubDate>Jun 1, 2013, 1:35 AM</pubDate>
        </item>
    </channel>
</rss>
