![]() |
FAQ/Help |
Calendar |
Search |
#1
|
|||
|
|||
I have POD 1.80d and the "feedback" link results in a secondary web page with links to other engines. However, it also display a bunch of html code and looks terrible. In addition, I still can't figure out what the middle link is for ("home, ???, feedback"). The middle of these links points to my cgi-bin directory only. How to fix?
Much thanks and Happy Holidays to you all! Mark |
#2
|
||||
|
||||
The why question is simple...
The link should point to $pod_fullpath./cgi-bin/feedback.cgi in the demo: http://www.grohol.com/cgi-bin/pod2.c...n/feedback.cgi But it points to $pod_fullpath.$pod_urlpath.$pod_progname./cgi-bin/feedback.cgi?where=search in the demo: http://www.grohol.com/cgi-bin/pod2.c...i?where=search Maybe I will make a fix if someone else doesn't... |
#3
|
||||
|
||||
B.t.w., The middle link should point to your POD top-page, just like it does in the demo.
|
#4
|
||||
|
||||
Around line 210, look for: &pod_modify_content_cgi; and delete that line. Go down to about line 240 and look for line: $pod_line =~ s/href=\"$pod_fullpath$pod_dirext\/editors\//href=\"http:\/\/dmoz.org\/editors\//gi; After the above line, insert the following: # 1.81 $pod_line =~ s/where=search/where=link/gi; &pod_modify_content_cgi; That should do it. John
__________________
Don't throw away your shot. |
#5
|
||||
|
||||
Thanx!
Very simple and working fix. (Change the version number on the demosite please.) |
Reply |
|
![]() |
||||
Thread | Forum | |||
**link** stupid parent**link**in the news | Other Mental Health Discussion | |||
feedback please | Psychotherapy | |||
how to fix "feedback" search link and other 2 header links | Community Feedback & Technical Support | |||
feedback link (POD) | Community Feedback & Technical Support |