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, 61 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Problem with "read more" articles [ ]
 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
sandman7
Nuke Cadet
Nuke Cadet


Joined: Oct 07, 2004
Posts: 1


PostPosted: Thu Oct 07, 2004 9:18 am Reply with quoteBack to top

Hi guys i installed google tap but i noticed that in the articles when you click read more instead of going to the page to read the hole article it goes to the main page http://www.mydomain.com/index.php
i left click on the read more and the link is like this
http://www.mydomain.com/article2.html
does anybody knows why is doing this?
also my htaccess for articles is

#Articles
RewriteRule ^article-([0-9]*)-([a-z]*)-([0-9]*)-([0-9]*).html article.html$1&mode=$2("der=$3&thold=$4
RewriteRule ^article-([0-9-]*)-([a-z]*)-([0-9]*)-([0-9]*).html([0-9#]*) modules.php?name=News&file=article&thold=$1&mode=$2("der=$3&sid=$4$5
RewriteRule ^article-topic([0-9]*)-page([0-9]*).html modules.php?name=News`"w_topic=$1&pagenum=$2
RewriteRule ^article-category([0-9]*)-page([0-9]*).html modules.php?name=News&file=categories&op=newindex&catid=$1&pagenum=$2
RewriteRule ^article-category-([0-9]*).html modules.php?name=News&file=categories&op=newindex&catid=$1
RewriteRule ^article-print-([0-9]*).html modules.php?name=News&file=print&sid=$1
RewriteRule ^article-friend-([0-9]*).html modules.php?name=News&file=friend&op=FriendSend&sid=$1
RewriteRule ^article-page-([0-9]*).html modules.php?name=News&pagenum=$1
RewriteRule ^article([1-9][0-9]*).* article.html$1
RewriteRule ^article-topic-([0-9]*).html modules.php?name=News`"w_topic=$1
RewriteRule ^allnews.html modules.php?name=News&file=allindex
RewriteRule ^news.html modules.php?name=News
Find all posts by sandman7View user's profileSend private message
gormnass
Nuke Soldier
Nuke Soldier


Joined: Feb 29, 2004
Posts: 25


PostPosted: Thu Nov 04, 2004 5:31 pm Reply with quoteBack to top

I have the same problem . did you find a solution?

Regards Gorm

_________________
Regards Gorm
www.itbergen.no
Find all posts by gormnassView user's profileSend private messageVisit poster's website
psychofski
Nuke Cadet
Nuke Cadet


Joined: Jul 28, 2004
Posts: 2


PostPosted: Fri Nov 05, 2004 1:57 am Reply with quoteBack to top

no man the only solution i found was to remove google tap
Find all posts by psychofskiView user's profileSend private message
gormnass
Nuke Soldier
Nuke Soldier


Joined: Feb 29, 2004
Posts: 25


PostPosted: Fri Nov 05, 2004 7:23 am Reply with quoteBack to top

Ok....then I will keep the GT Smile I find it very usefull, so I can live without the "next page" function Wink

This is my pages with the problems : http://www.itbergen.no/modules.php?name=News&new_topic=6

thanks for your reply

regards Gorm

_________________
Regards Gorm
www.itbergen.no
Find all posts by gormnassView user's profileSend private messageVisit poster's website
Imago
Captain
Captain


Joined: Jan 17, 2003
Posts: 629

Location: Europe

PostPosted: Sat Nov 13, 2004 4:45 am Reply with quoteBack to top

This seems weird

News`"w_topic

_________________
www.vdsp.net | www.indopedia.org | www.orientalia.org | www.indology.net | www.yogadarsana.org | www.husserl.info | www.medicum.net
Find all posts by ImagoView user's profileSend private messageVisit poster's website
gormnass
Nuke Soldier
Nuke Soldier


Joined: Feb 29, 2004
Posts: 25


PostPosted: Mon Nov 15, 2004 4:39 am Reply with quoteBack to top

Imago wrote:
This seems weird

News`"w_topic


what do you mean?

_________________
Regards Gorm
www.itbergen.no
Find all posts by gormnassView user's profileSend private messageVisit poster's website
mikeshields
Sergeant
Sergeant


Joined: Feb 21, 2004
Posts: 101


PostPosted: Tue Nov 16, 2004 12:32 am Reply with quoteBack to top

I managed to solve this problem, a while back, for my site http://www.shepro.org

I also had a similar problem with http://www.shepro.org/topics.html & the More --> link

In addition, I also had problems in weblinks when there was more than one page of search results for example http://www.shepro.org/links-search-health_and_safety.html

To the matter in hand - In GoogleTap/GT-topics.php, I made these changes:-

Code:
<?php

$urlin = array(
"'(?<!/)modules.php\?name=News&amp;file=article&amp;sid=([0-9]*)&amp;mode=([a-z]*)&amp;order=([0-9]*)&amp;thold=([0-9]*)'",
"'(?<!/)modules.php\?name=News&amp;file=categories&amp;op=newindex&amp;catid=([0-9]*)'",
"'(?<!/)modules.php\?name=News&amp;file=article&amp;op=newindex&amp;catid=([0-9]*)'",
"'(?<!/)modules.php\?name=News&amp;file=article&amp;sid=([0-9]*)'",
"'(?<!/)modules.php\?name=News&amp;file=topics&amp;sid=([0-9]*)'",
"'(?<!/)modules.php\?name=Topics'"
);

$urlout = array(
"article-\\1-\\2-\\3-\\4.html",
"article-category-\\1.html",
"article-cat-\\1.html",
"article\\1.html",
"article-topic-\\1.html",
"topics.html"
);

?>


In .htaccess - I think, I made alterations somewhere here-


Code:
#Articles
RewriteRule ^article-([0-9]*)-([a-z]*)-([0-9]*)-([0-9]*).html article.html$1&mode=$2&order=$3&thold=$4
RewriteRule ^article-([0-9-]*)-([a-z]*)-([0-9]*)-([0-9]*).html([0-9#]*) modules.php?name=News&file=article&thold=$1&mode=$2&order=$3&sid=$4$5
RewriteRule ^article-topic([0-9]*)-page([0-9]*).html article-topic-.html$1&pagenum=$2
RewriteRule ^article-category([0-9]*)-page([0-9]*).html modules.php?name=News&file=categories&op=newindex&catid=$1&pagenum=$2
RewriteRule ^article-category-([0-9]*).html modules.php?name=News&file=categories&op=newindex&catid=$1
RewriteRule ^article-print-([0-9]*).html modules.php?name=News&file=print&sid=$1
RewriteRule ^article-friend-([0-9]*).html modules.php?name=News&file=friend&op=FriendSend&sid=$1
RewriteRule ^article-page-([0-9]*).html modules.php?name=News&pagenum=$1
RewriteRule ^article([1-9][0-9]*).* article.html$1
RewriteRule ^article-topic-([0-9]*).html article-topic-.html$1
RewriteRule ^allnews.html modules.php?name=News&file=allindex
RewriteRule ^news.html modules.php?name=News


Let me know if this works, and if you have problems with weblinks or the topics More --> link - let me know Wink

_________________
Turkish Real Estate | Health & Safety Resources | Health & Safety Consultants | Blog
Find all posts by mikeshieldsView user's profileSend private messageVisit poster's website
gormnass
Nuke Soldier
Nuke Soldier


Joined: Feb 29, 2004
Posts: 25


PostPosted: Tue Nov 16, 2004 5:57 am Reply with quoteBack to top

mikeshields wrote:


To the matter in hand - In GoogleTap/GT-topics.php, I made these changes:-

Code:
<?php

$urlin = array(
"'(?<!/)modules.php\?name=News&amp;file=article&amp;sid=([0-9]*)&amp;mode=([a-z]*)&amp;order=([0-9]*)&amp;thold=([0-9]*)'",
"'(?<!/)modules.php\?name=News&amp;file=categories&amp;op=newindex&amp;catid=([0-9]*)'",
"'(?<!/)modules.php\?name=News&amp;file=article&amp;op=newindex&amp;catid=([0-9]*)'",
"'(?<!/)modules.php\?name=News&amp;file=article&amp;sid=([0-9]*)'",
"'(?<!/)modules.php\?name=News&amp;file=topics&amp;sid=([0-9]*)'",
"'(?<!/)modules.php\?name=Topics'"
);

$urlout = array(
"article-\\1-\\2-\\3-\\4.html",
"article-category-\\1.html",
"article-cat-\\1.html",
"article\\1.html",
"article-topic-\\1.html",
"topics.html"
);

?>






Where did you put the first code (in index.php modules/Topics/index.php)?

_________________
Regards Gorm
www.itbergen.no
Find all posts by gormnassView user's profileSend private messageVisit poster's website
mikeshields
Sergeant
Sergeant


Joined: Feb 21, 2004
Posts: 101


PostPosted: Tue Nov 16, 2004 6:53 am Reply with quoteBack to top

In the root directory is the folder 'GoogleTap' - inside there is the file GT-topics.php

Wink

_________________
Turkish Real Estate | Health & Safety Resources | Health & Safety Consultants | Blog
Find all posts by mikeshieldsView user's profileSend private messageVisit poster's website
gormnass
Nuke Soldier
Nuke Soldier


Joined: Feb 29, 2004
Posts: 25


PostPosted: Tue Nov 16, 2004 8:25 am Reply with quoteBack to top

mikeshields wrote:
In the root directory is the folder 'GoogleTap' - inside there is the file GT-topics.php

Wink


Sorry...I do not have this folder. But I found the entrys in my header.php.
I will try with this....thanks

_________________
Regards Gorm
www.itbergen.no
Find all posts by gormnassView user's profileSend private messageVisit poster's website
gormnass
Nuke Soldier
Nuke Soldier


Joined: Feb 29, 2004
Posts: 25


PostPosted: Tue Nov 16, 2004 9:17 am Reply with quoteBack to top

mikeshields wrote:

I also had a similar problem with http://www.shepro.org/topics.html & the More --> link

Arrow In addition, I also had problems in weblinks when there was more than one page of search results for example http://www.shepro.org/links-search-health_and_safety.html

Let me know if this works, and if you have problems with weblinks or the topics More --> link - let me know Wink


It didn't work for me, it just messed up the links.
Maybe it is because I use an older/different version of GT, since I didn't have the GT-folder, but have to add things in my header.php

I think I can live with these problems.
Ad. the problems with the search with more than one page, I had similar problems, but I got around the problem by adding more results pr.page (more than 500) then the user wouldnt have to choos "next page"

Anyone with these problems ? let me know

_________________
Regards Gorm
www.itbergen.no
Find all posts by gormnassView user's profileSend private messageVisit poster's website
mikeshields
Sergeant
Sergeant


Joined: Feb 21, 2004
Posts: 101


PostPosted: Tue Nov 16, 2004 11:01 am Reply with quoteBack to top

The version I am using is GT-NExtGEn Beta Ver 0.4 available from http://www.gt.audioslaved.com/downloads-cat1.html - it has a good readme of what to do - although once installed there sometimes is a few niggles.

Today I have been installing a new site using nuke 7.5, I have been catoluging the necessary changes, to ensure Beta Ver 0.4 works well with nuke 7.5 - will post it on the forums once I have finished Wink

_________________
Turkish Real Estate | Health & Safety Resources | Health & Safety Consultants | Blog
Find all posts by mikeshieldsView user's profileSend private messageVisit poster's website
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: 3.015 Seconds - 294 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::