Free Republic
Browse · Search
General/Chat
Topics · Post Article

To: ConservativeMind
I'll consider it, but it's not an embedded HTML link, it's the HTML of the thread I was posting to, with "yelling" appended to it.

Why would I do that, and why did prior posts have the same mistake, but with different post links?

Look at this:

Here is the post directly in the thread:

https://freerepublic.com/focus/bloggers/4075468/posts?page=44#44
Hover over the bullhorn link and you will see this: https://freerepublic.com/focus/bloggers/4075468/yelling

Now, here is the same post from my posting history. Scrolling down to the actual post, the text has been changed to this:

https://freerepublic.com/tag/by:politicaljunkietoo/yelling

Any ideas about what's going on?

-PJ

11 posted on 03/08/2023 2:16:35 PM PST by Political Junkie Too ( * LAAP = Left-wing Activist Agitprop Press (formerly known as the MSM))
[ Post Reply | Private Reply | To 6 | View Replies ]


To: Political Junkie Too

I see /yelling at the end of the original link/thread at post #44.
The other links seem to be fine.


16 posted on 03/08/2023 2:18:31 PM PST by monkeyshine (live and let live is dead)
[ Post Reply | Private Reply | To 11 | View Replies ]

To: Political Junkie Too
Any ideas about what's going on?

Couple of thoughts.

1) FreeRepublic's codebase is Perl, I think. Which gets crufty over time, and after a while, a tooth can break off of a gear and it skips a beat. Here's a Perl script that will turn any random text you want into a link to that forum post.

#!/usr/bin/perl

use strict;
use warnings;

# Get input text string
print "Enter text string: ";
my $text = ;
chomp $text;

# Create HTML link my $url = "https://freerepublic.com/focus/bloggers/4075468/posts?page=44#44";
my $link = "$text";

# Print HTML link
print "HTML Link: $link\n";

To use this script, simply copy and paste it into a plain text file with a .pl extension and run it from the command line. When prompted, enter the text string you want to convert to an HTML link. The script will then create the link and print it to the console. You'll need a working Perl interpreter for this to work.

2) Alternatively, you fat-fingered it, and accidentally copied the word "yelling" to your clipboard when you originally made the link. I suspect this is the most likely reason.

31 posted on 03/08/2023 3:17:36 PM PST by absalom01 (You should do your duty in all things. You cannot do more, and you should never wish to do less.)
[ Post Reply | Private Reply | To 11 | View Replies ]

To: Political Junkie Too

Black helicopters. They are real.


35 posted on 03/08/2023 4:01:21 PM PST by Delta 21 (MAGA Republican is my pronoun.)
[ Post Reply | Private Reply | To 11 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson