You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 56 guest(s) and 2 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - making a new module (my_egallery) [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
spike84
Nuke Soldier
Nuke Soldier


Joined: Sep 17, 2005
Posts: 10


PostPosted: Tue Jan 03, 2006 3:14 am Reply with quoteBack to top

well gtnextgen is working perfectly on my site exept for youraccount module probably because i installed the nsn one.Any suggestion on how to resolve this problem?

The other question is:
I'm trying to adjust my_egallery module for gtnextgen and so i modified the .httaccess file adding:
Code:
#My_eGallery
RewriteRule ^showgallery-([0-9]*)-([0-9]*)_(titleA|titleD|dateA|dateD|ratingA|ratingD|hitsA|hitsD).html /modules.php?op=modload&name=My_eGallery&file=index&do=showgall&gid=$1&offset=$2&orderby=$3
RewriteRule ^showgallery-([0-9]*)-([0-9]*)_(titleA|titleD|dateA|dateD|ratingA|ratingD|hitsA|hitsD).html /modules.php?name=My_eGallery&file=index&do=showgall&gid=$1&offset=$2&orderby=$3
RewriteRule ^showgallery-([0-9]*)-([0-9]*)_(titleA|titleD|dateA|dateD|ratingA|ratingD|hitsA|hitsD).html /modules.php?name=My_eGallery&do=showgall&gid=$1&offset=$2&orderby=$3
RewriteRule ^showgallery-([0-9]*)_(titleA|titleD|dateA|dateD|ratingA|ratingD|hitsA|hitsD).html /modules.php?op=modload&name=My_eGallery&file=index&do=showgall&gid=$1&offset=&orderby=$2
RewriteRule ^showgallery-([0-9]*)_(titleA|titleD|dateA|dateD|ratingA|ratingD|hitsA|hitsD).html /modules.php?op=modload&name=My_eGallery&do=showgall&gid=$1&offset=&orderby=$2
RewriteRule ^showgallery-([0-9]*)_(titleA|titleD|dateA|dateD|ratingA|ratingD|hitsA|hitsD).html /modules.php?name=My_eGallery&do=showgall&gid=$1&offset=&orderby=$2
RewriteRule ^showgallery-([0-9]*).html /modules.php?op=modload&name=My_eGallery&file=index&do=showgall&gid=$1
RewriteRule ^showgallery-([0-9]*).html /modules.php?name=My_eGallery&file=index&do=showgall&gid=$1
RewriteRule ^showgallery-([0-9]*).html /modules.php?name=My_eGallery&do=showgall&gid=$1
RewriteRule ^showfile-([0-9]*)_(titleA|titleD|dateA|dateD|ratingA|ratingD|hitsA|hitsD).html /modules.php?op=modload&name=My_eGallery&file=index&do=showpic&pid=$1&orderby=$2
RewriteRule ^showfile-([0-9]*)_(titleA|titleD|dateA|dateD|ratingA|ratingD|hitsA|hitsD).html /modules.php?name=My_eGallery&file=index&do=showpic&pid=$1&orderby=$2
RewriteRule ^showfile-([0-9]*)_(titleA|titleD|dateA|dateD|ratingA|ratingD|hitsA|hitsD).html /modules.php?name=My_eGallery&do=showpic&pid=$1&orderby=$2
RewriteRule ^showfile-([0-9]*)-([0-9]*)_(titleA|titleD|dateA|dateD|ratingA|ratingD|hitsA|hitsD).html /modules.php?op=modload&name=My_eGallery&file=index&do=showpic&gid=$1&pid=$2&orderby=$3
RewriteRule ^showfile-([0-9]*)-([0-9]*)_(titleA|titleD|dateA|dateD|ratingA|ratingD|hitsA|hitsD).html /modules.php?name=My_eGallery&file=index&do=showpic&gid=$1&pid=$2&orderby=$3
RewriteRule ^showfile-([0-9]*)-([0-9]*)_(titleA|titleD|dateA|dateD|ratingA|ratingD|hitsA|hitsD).html /modules.php?name=My_eGallery&do=showpic&gid=$1&pid=$2&orderby=$3
RewriteRule ^showfile-([0-9]*).html /modules.php?op=modload&name=My_eGallery&file=index&do=showpic&pid=$1
RewriteRule ^showfile-([0-9]*).html /modules.php?name=My_eGallery&file=index&do=showpic&pid=$1
RewriteRule ^showfile-([0-9]*).html /modules.php?name=My_eGallery&do=showpic&pid=$1
RewriteRule ^gallerytop.html /modules.php?op=modload&name=My_eGallery&file=index&do=top
RewriteRule ^gallerytop.html /modules.php?name=My_eGallery&file=index&do=top
RewriteRule ^gallerytop.html /modules.php?name=My_eGallery&do=top
RewriteRule ^galleryupload.html /modules.php?op=modload&name=My_eGallery&file=index&do=upload
RewriteRule ^galleryupload.html /modules.php?name=My_eGallery&file=index&do=upload
RewriteRule ^galleryupload.html /modules.php?name=My_eGallery&do=upload
RewriteRule ^galleryvote.html /modules.php?op=modload&name=My_eGallery&file=index&do=Vote
RewriteRule ^galleryvote.html /modules.php?name=My_eGallery&file=index&do=Vote
RewriteRule ^galleryvote.html /modules.php?name=My_eGallery&do=Vote
RewriteRule ^gallerydeletecomment-([0-9]*)-([0-9]*)_(titleA|titleD|dateA|dateD|ratingA|ratingD|hitsA|hitsD).html /modules.php?name=My_eGallery&do=deletecomment&cid=$1&pid=$2&orderby=$3
RewriteRule ^gallery.html /modules.php?op=modload&name=My_eGallery&file=index
RewriteRule ^gallery.html /modules.php?name=My_eGallery&file=index
RewriteRule ^gallery.html /modules.php?op=modload&name=My_eGallery
RewriteRule ^gallery.html /modules.php?name=My_eGallery


note: the "/" before "modules.php...." it's required by my server altervista.org

after doing theese modifies the gallery index works
Code:
.../gallery.html

but categories have always this kind of urls:
Code:
.../modules.php?op=modload&name=My_eGallery&file=index&do=showgall&gid=14


anyone can help me with 2 problems please?
Find all posts by spike84View user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12350


PostPosted: Tue Jan 03, 2006 12:39 pm Reply with quoteBack to top

There's also some PHP code that controls the rewriting URLs, not just .htaccess
I don't use GT-NextGen, so I can't say where it is. But it's a matter of matching $urlin with $urlout

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
spike84
Nuke Soldier
Nuke Soldier


Joined: Sep 17, 2005
Posts: 10


PostPosted: Tue Jan 03, 2006 2:28 pm Reply with quoteBack to top

of course u'r right!
but inside the GT-My_eGallery.php (is it right?) what $urlin and $urlout shall i put??
Find all posts by spike84View user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.324 Seconds - 502 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::