| Author |
Message |
magikern
Beginner


Joined: Jan 22, 2004 Posts: 19 Location: Oslo NO
|
Posted: Sun Aug 08, 2004 12:39 pm Post subject: tap for 1.4.4 |
|
|
updated from 1.4.3tpl-2 to 1.4.4 and now all my nice url's are gone!!
phpnuke 7.3
gallery 1.4.4 |
|
| Back to top |
|
|
AdBot
|
| Post subject: tap for 1.4.4 |
|
|
|
|
|
| Back to top |
|
 |
magikern
Beginner


Joined: Jan 22, 2004 Posts: 19 Location: Oslo NO
|
Posted: Sun Aug 08, 2004 12:42 pm Post subject: Re: tap for 1.4.4 |
|
|
| would also like to see a gallerytapp'ed rss... |
|
| Back to top |
|
|
gyrex
Beginner


Joined: Nov 06, 2003 Posts: 6
|
Posted: Thu Aug 12, 2004 1:45 am Post subject: Re: tap for 1.4.4 |
|
|
I am also having the same problem with gallery 1.4.4. The URL's are now back to the old ugly looking ones!
Is anyone looking at fixing this?
Cheers! |
|
| Back to top |
|
|
Brujo
Novice


Joined: Apr 21, 2003 Posts: 21
|
Posted: Sat Aug 21, 2004 5:10 am Post subject: Re: tap for 1.4.4 |
|
|
Hi,
this pice of code works for me with phpnuke 7.1 & Gallery 1.4.4
Code: ›
"'(?<!/)modules.php\?set_albumName=([a-zA-Z0-9_-]*)&id=([a-zA-Z0-9_-]*)&op=modload&name=gallery&file=index&include=view_photo.php'",
"'(?<!/)modules.php\?set_albumName=([a-zA-Z0-9_-]*)&op=modload&name=gallery&file=index&include=view_album.php&page=([0-9]*)'",
"'(?<!/)modules.php\?set_albumName=([a-zA-Z0-9_-]*)&op=modload&name=gallery&file=index&include=view_album.php'",
"'(?<!/)modules.php\?op=modload&name=gallery&file=index&include=albums.php&set_albumListPage=([0-9]*)'",
"'(?<!/)modules.php\?op=modload&name=gallery&file=index&include=albums.php'",
"'(?<!/)modules.php\?name=gallery'",
---
"gallery-photo_\\1-\\2.html",
"gallery-album_\\1-page\\2.html",
"gallery-album_\\1.html",
"gallery-page\\1.html",
"gallery.html",
"gallery.html",
with best regards
Brujo |
|
| Back to top |
|
|
mastrboy
Beginner


Joined: Mar 19, 2004 Posts: 17 Location: norway
|
|
| Back to top |
|
|
gietl
Novice


Joined: Apr 28, 2003 Posts: 20 Location: Denver, CO
|
Posted: Fri Sep 24, 2004 4:46 pm Post subject: Re: tap for 1.4.4 |
|
|
The problem is due in part to the original code not replacing & with &
So as shown in the code example a few posts up for the URL In all & were replaced with &
I had the same issues the original poster explained and when I made this & to & change it worked fine. |
|
| Back to top |
|
|
Crypton
Novice


Joined: Sep 28, 2004 Posts: 29
|
Posted: Wed Sep 29, 2004 7:54 am Post subject: Re: tap for 1.4.4 |
|
|
put a ; after each &_nbsp
like
&_nbsp;
minus the _ of course |
|
| Back to top |
|
|
dirtbag
Beginner


Joined: May 25, 2003 Posts: 15
|
Posted: Mon Oct 11, 2004 3:00 am Post subject: Re: tap for 1.4.4 |
|
|
| can someone please post the updated GT code that will make it work on 1.4.4... thanks for any help appreciated for all of us that dont know PHP!! |
|
| Back to top |
|
|
Crypton
Novice


Joined: Sep 28, 2004 Posts: 29
|
Posted: Tue Oct 12, 2004 2:33 am Post subject: Re: tap for 1.4.4 |
|
|
http://www.nukedgallery.net/postt1184.html
not complete.. but most of the tap links are..
Think there are only a couple links I was having probs making a tap for
will try to update it soon, been workin so much lately  |
|
| Back to top |
|
|
magikern
Beginner


Joined: Jan 22, 2004 Posts: 19 Location: Oslo NO
|
Posted: Wed Feb 23, 2005 11:06 am Post subject: Re: tap for 1.4.4 |
|
|
| I had a perfectly Tap'ed 1.4.4-pl5, but after upgrade to pl6 not a single link is tap'ed, is there any significant changes in pl6 that has anything to do with url's? |
|
| Back to top |
|
|
magikern
Beginner


Joined: Jan 22, 2004 Posts: 19 Location: Oslo NO
|
Posted: Tue Mar 01, 2005 12:16 pm Post subject: Re: tap for 1.4.4 |
|
|
magikern wrote: › I had a perfectly Tap'ed 1.4.4-pl5, but after upgrade to pl6 not a single link is tap'ed, is there any significant changes in pl6 that has anything to do with url's?
fix'ed: was just a lost global... |
|
| Back to top |
|
|
dommorsp
Beginner


Joined: Mar 27, 2011 Posts: 1 Location: Bangkok, Thailand
|
Posted: Sun Mar 27, 2011 7:05 am Post subject: Re: tap for 1.4.4 |
|
|
What???
Last edited by dommorsp on Sun Mar 27, 2011 7:07 am; edited 1 time in total |
|
| Back to top |
|
|
SteveRichard
Beginner


Joined: May 24, 2011 Posts: 5
|
Posted: Tue May 24, 2011 11:58 pm Post subject: Re: tap for 1.4.4 |
|
|
[quote="satins05"]Thanks for the info.
This topic is more than 8 Years old.. why do you say thanks for it
Regards,
steve barbarich [twitter.com] |
|
| Back to top |
|
|
|
|
|
|
|