Support Forums | Demo Gallery [1.x] [2.x] | Downloads | News | Site Map ]
Nuked Gallery
  Create a FREE account or Login   As a guest, you don't have access to our FULL navigation system.
 Forum FAQForum FAQ   StatisticsStatistics   SearchSearch   UsergroupsUsergroups   FavoritesFavorites  

tap for 1.4.4

 
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » GalleryTap View previous topicPrinter friendly versionView next topic
Author Message
magikern

Beginner
Beginner


Joined: Jan 22, 2004
Posts: 19
Location: Oslo NO

PostPosted: Sun Aug 08, 2004 12:39 pm    Post subject: tap for 1.4.4 Reply with quote

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
Offline View user's profile Send private message Visit poster's website
AdBot
   Post subject: tap for 1.4.4  

Back to top
magikern

Beginner
Beginner


Joined: Jan 22, 2004
Posts: 19
Location: Oslo NO

PostPosted: Sun Aug 08, 2004 12:42 pm    Post subject: Re: tap for 1.4.4 Reply with quote

would also like to see a gallerytapp'ed rss...
Back to top
Offline View user's profile Send private message Visit poster's website
gyrex

Beginner
Beginner


Joined: Nov 06, 2003
Posts: 6

PostPosted: Thu Aug 12, 2004 1:45 am    Post subject: Re: tap for 1.4.4 Reply with quote

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
Offline View user's profile Send private message
Brujo

Novice
Novice


Joined: Apr 21, 2003
Posts: 21

PostPosted: Sat Aug 21, 2004 5:10 am    Post subject: Re: tap for 1.4.4 Reply with quote

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_-]*)&amp;id=([a-zA-Z0-9_-]*)&amp;op=modload&amp;name=gallery&amp;file=index&amp;include=view_photo.php'",
"'(?<!/)modules.php\?set_albumName=([a-zA-Z0-9_-]*)&amp;op=modload&amp;name=gallery&amp;file=index&amp;include=view_album.php&amp;page=([0-9]*)'",
"'(?<!/)modules.php\?set_albumName=([a-zA-Z0-9_-]*)&amp;op=modload&amp;name=gallery&amp;file=index&amp;include=view_album.php'",
"'(?<!/)modules.php\?op=modload&amp;name=gallery&amp;file=index&amp;include=albums.php&amp;set_albumListPage=([0-9]*)'",
"'(?<!/)modules.php\?op=modload&amp;name=gallery&amp;file=index&amp;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
Offline View user's profile Send private message
mastrboy

Beginner
Beginner


Joined: Mar 19, 2004
Posts: 17
Location: norway

PostPosted: Thu Sep 02, 2004 10:04 am    Post subject: Re: tap for 1.4.4 Reply with quote

im getting alot of
Code: › &_nbsp  (i added the _ because the forum just hide the code) 
with this rewrite, any way to change it? i know i can remove them from the code, but thas is sooo booring Razz

(it appears beetween the numbers in albums, and the welcome %username% when you first log in)
Back to top
Offline View user's profile Send private message Visit poster's website
gietl

Novice
Novice


Joined: Apr 28, 2003
Posts: 20
Location: Denver, CO

PostPosted: Fri Sep 24, 2004 4:46 pm    Post subject: Re: tap for 1.4.4 Reply with quote

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
Offline View user's profile Send private message Visit poster's website
Crypton

Novice
Novice


Joined: Sep 28, 2004
Posts: 29

PostPosted: Wed Sep 29, 2004 7:54 am    Post subject: Re: tap for 1.4.4 Reply with quote

put a ; after each &_nbsp

like

&_nbsp;


minus the _ of course
Back to top
Hidden View user's profile Send private message
dirtbag

Beginner
Beginner


Joined: May 25, 2003
Posts: 15

PostPosted: Mon Oct 11, 2004 3:00 am    Post subject: Re: tap for 1.4.4 Reply with quote

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
Offline View user's profile Send private message Visit poster's website MSN Messenger
Crypton

Novice
Novice


Joined: Sep 28, 2004
Posts: 29

PostPosted: Tue Oct 12, 2004 2:33 am    Post subject: Re: tap for 1.4.4 Reply with quote

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 Sad
Back to top
Hidden View user's profile Send private message
magikern

Beginner
Beginner


Joined: Jan 22, 2004
Posts: 19
Location: Oslo NO

PostPosted: Wed Feb 23, 2005 11:06 am    Post subject: Re: tap for 1.4.4 Reply with quote

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
Offline View user's profile Send private message Visit poster's website
magikern

Beginner
Beginner


Joined: Jan 22, 2004
Posts: 19
Location: Oslo NO

PostPosted: Tue Mar 01, 2005 12:16 pm    Post subject: Re: tap for 1.4.4 Reply with quote

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
Offline View user's profile Send private message Visit poster's website
dommorsp

Beginner
Beginner


Joined: Mar 27, 2011
Posts: 1
Location: Bangkok, Thailand

PostPosted: Sun Mar 27, 2011 7:05 am    Post subject: Re: tap for 1.4.4 Reply with quote

What???

Last edited by dommorsp on Sun Mar 27, 2011 7:07 am; edited 1 time in total
Back to top
Offline View user's profile Send private message Visit poster's website
SteveRichard

Beginner
Beginner


Joined: May 24, 2011
Posts: 5

PostPosted: Tue May 24, 2011 11:58 pm    Post subject: Re: tap for 1.4.4 Reply with quote

[quote="satins05"]Thanks for the info.


This topic is more than 8 Years Shocked old.. why do you say thanks for it Twisted Evil



Regards,
steve barbarich [twitter.com]
Back to top
Offline View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » GalleryTap View previous topicPrinter friendly versionView next topic

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours

Powered by phpBB © phpBB Group



Sponsors: Dedicated ServersDomain NamesWeb HostingDomain Name RegistrationDedicated Web HostingWeb Design New YorkCompare VoIPseo packagesSEO CompanyNew York Yellow PagesFind LocationsVOIP Phone ServiceNeckermannOnline internetSEORestaurant Locator • Get great HP coupons from CouponSnapshot • Search for great dell coupons at CouponSnapshot.com.au • Graduation DressesAndroid TabletSEO IndiaBuy Phen375fuel filter

8th year online! 2003-2011
Legal • Use of this site consitutes agreement to the Acceptable Use Policy
Hosted by Implosion WorksSourceForge.net Logo • Theme by TonicMedia