Broken links to puppylinux.com

Post here if you feel others can duplicate your so discovered "bug"

Moderator: Forum moderators

Post Reply
User avatar
Grey
Posts: 2055
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 77 times
Been thanked: 388 times

Broken links to puppylinux.com

Post by Grey »

In the Fossapup User Contributed Packages section, all links lead to forum.puppylinux.com, so nothing will open. Maybe they should be converted to link to puppylinux.rockedge.org? Probably the same in some of the other sections.

Different devices. Different approach.

User avatar
rockedge
Site Admin
Posts: 6934
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 3058 times
Been thanked: 2874 times
Contact:

Re: Broken links

Post by rockedge »

working on a fix!

User avatar
Grey
Posts: 2055
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 77 times
Been thanked: 388 times

Re: Broken links

Post by Grey »

rockedge wrote: Fri Mar 12, 2021 6:43 pm

working on a fix!

Got it. Thanks.

Different devices. Different approach.

User avatar
puppy_apprentice
Posts: 692
Joined: Tue Oct 06, 2020 8:43 pm
Location: land of bigos and schabowy ;)
Has thanked: 5 times
Been thanked: 116 times

Re: Broken links

Post by puppy_apprentice »

I've prepared bookmarklet for this.

This is javascript code:

Code: Select all

javascript:(function(){
  for (i = 0; i < document.links.length; i++){
	  document.links[i].href = document.links[i].href.replace("forum.puppylinux.com", "puppylinux.rockedge.org");
  }
})();

This is compressed javascript code:

Code: Select all

javascript:(function(){for(i=0;i<document.links.length;i++){document.links[i].href=document.links[i].href.replace("forum.puppylinux.com","puppylinux.rockedge.org")}})();

which you have to insert in New Bookmark location field.

adding bookmarklet.jpg
adding bookmarklet.jpg (42.96 KiB) Viewed 471 times

If you click this bookmark on any page on the forum old links will be translated to rockedge.org domain.

User avatar
Grey
Posts: 2055
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 77 times
Been thanked: 388 times

Re: Broken links

Post by Grey »

puppy_apprentice wrote: Fri Mar 12, 2021 10:12 pm

bookmarklet

Good. But this is called "temporary crutches" :)

Different devices. Different approach.

User avatar
puppy_apprentice
Posts: 692
Joined: Tue Oct 06, 2020 8:43 pm
Location: land of bigos and schabowy ;)
Has thanked: 5 times
Been thanked: 116 times

Re: Broken links

Post by puppy_apprentice »

Grey wrote: Sat Mar 13, 2021 12:13 am

Good. But this is called "temporary crutches" :)

Yep. But half a loaf is better than none ;)

Post Reply

Return to “Bug Reports”