live demo
Home arrow Support arrow Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Solved-Redirects to the home page (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Solved-Redirects to the home page
#249
Solved-Redirects to the home page 1 Year, 4 Months ago Karma: 0  
Hi have a look at http://www.joomspot.net/addon-packages.html



on checking the other questions the page auto redirects to the home page. Tried with many templates but the same thing happens. Please help me.



Post edited by: drarvindc, at: 2007/07/22 13:56<br><br>Post edited by: Anthony Olsen, at: 2007/07/22 14:03
hkhkhk (User)
Fresh Bamboo
Posts: 0
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#250
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 40  
Hi there,



It looks like its to do with the SEF urls.



The solution to this is to open up the mod_moofaq.php file and change the #nogo part in the following:



Code:

&lt;a href=&quot;#nogo&quot; ...
to
Code:

&lt;a href=&quot;&lt;?php echo sefRelToAbs(substr($_SERVER['REQUEST_URI'],0)).'#nogo'; ...
Let me know if that works. Cheers Anthony.
Anthony Olsen (Admin)
Admin
Posts: 1733
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#251
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 0  
Well i am not sure if i did that right. I replaced the code for the first three questions but its still the same. Shud i send the mod_moo_faq.php for your reference.
hkhkhk (User)
Fresh Bamboo
Posts: 0
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#252
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 40  
sure ... actually I upload it here. It looks like the links havent changed though ....
Anthony Olsen (Admin)
Admin
Posts: 1733
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#254
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 0  
here is the mod file. please have a look
File Attachment:
File Name: mod_moo_faq.zip
File Size: 927
<br><br>Post edited by: drarvindc, at: 2007/07/22 12:24
hkhkhk (User)
Fresh Bamboo
Posts: 0
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#255
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 40  
Try this for the entire line that relates to the first question:



Code:

&lt;a href=&quot;&lt;?php echo sefRelToAbs(substr($_SERVER['REQUEST_URI'],0)).'#nogo';&quot; class=&quot;box_title&quot;&gt;&lt;?php echo $question1 ?&gt;&lt;/a&gt;
Anthony Olsen (Admin)
Admin
Posts: 1733
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#256
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 40  
drarvindc wrote:

QUOTE:
here is the mod file. please have a look
File Attachment:
File Name: mod_moo_faq.zip
File Size: 927
&lt;br&gt;&lt;br&gt;Post edited by: drarvindc, at: 2007/07/22 12:24




file didnt attach ... try out the suggestion in the previous post.
Anthony Olsen (Admin)
Admin
Posts: 1733
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#257
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 0  
I tried it. but now its throwing up error

Parse error: syntax error, unexpected T_STRING in .../modules/mod_moo_faq.php on line 56
hkhkhk (User)
Fresh Bamboo
Posts: 0
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#258
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 40  
yes looks like you left off a &quot; from the end of the link destination ... try the file attached.
Anthony Olsen (Admin)
Admin
Posts: 1733
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#259
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 0  
You can have access to my site if required. I might be doing something wrong. Please let me know if that could help in resolving this issue.
hkhkhk (User)
Fresh Bamboo
Posts: 0
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#260
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 40  
Oops didnt zip it ...
File Attachment:
File Name: mod_moo_faq-09d1f12af51a46b2825649aa60a7bdf5.zip
File Size: 1098
Anthony Olsen (Admin)
Admin
Posts: 1733
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#261
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 0  
where's the file attachment?
hkhkhk (User)
Fresh Bamboo
Posts: 0
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#262
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 0  
well the error changed this time. http://www.joomspot.net/addon-packages.html

i placed your file.
hkhkhk (User)
Fresh Bamboo
Posts: 0
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#263
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 40  
Did you get it?
Anthony Olsen (Admin)
Admin
Posts: 1733
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#264
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 40  
Ok send me some ftp details and Ill take a look ...



design[at]joomlabamboo.com
Anthony Olsen (Admin)
Admin
Posts: 1733
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#265
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 0  
mail sent.
hkhkhk (User)
Fresh Bamboo
Posts: 0
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#266
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 0  
any luck?
hkhkhk (User)
Fresh Bamboo
Posts: 0
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#267
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 40  
Its actually an issue with Joomsef and anchors ...



http://forum.joomla.org/index.php?topic=67144.0;all
Anthony Olsen (Admin)
Admin
Posts: 1733
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#268
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 0  
Ooh. Read the joomla forum post. I give up. cant use moo faq with artio sef. damn ..it is such a beautiful module.
hkhkhk (User)
Fresh Bamboo
Posts: 0
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#269
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 40  
I got it working on the first question but the following ones dont seem to want to stick ...
Anthony Olsen (Admin)
Admin
Posts: 1733
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#270
Re:Problem-Redirects to the home page 1 Year, 4 Months ago Karma: 0  
Its working

Wow. it looks so good. Thanks a lot and btw can i copy and use the modules for preparing other faq modules?
hkhkhk (User)
Fresh Bamboo
Posts: 0
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
&