Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Little review-mistake

Quote Reply
Little review-mistake
Hi,

when I look at my reviews, there's a little date mistake in the line before the text. It shows:

mmyyyyHHMM%

The template is ok, the variable
Code:
<%Review_Date%>


should be correct?

Kai
___________________________________________
http://www.westalgarve.de
http://www.portugalforum.org
http://www.portugal-links.de

Last edited by:

kailew: Mar 7, 2009, 4:02 AM
Quote Reply
Re: [kailew] Little review-mistake In reply to
Hi,

In Setup > Date Options > date_review_format, what do you have there?

Sounds like your missing a % somewhere.

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Little review-mistake In reply to
great Andy ...

that was the problem ... thx a lot!

But I've another question about reviews ...

I'm using detail_page.cgi to show the links and also using build detailed. The problem is, that on the build detailed pages I can see the link if the're reviews but not on the detailed pages which I call with detail_page.cgi ...

Any hints?

Kai
___________________________________________
http://www.westalgarve.de
http://www.portugalforum.org
http://www.portugal-links.de
Quote Reply
Re: [kailew] Little review-mistake In reply to
Hi,

detail_page.cgi doesn't actually support the reviews (as they didn't exist when it was written)

Quote:
I'm using detail_page.cgi to show the links and also using build detailed. The problem is, that on the build detailed pages I can see the link if the're reviews but not on the detailed pages which I call with detail_page.cgi ...

I'm confused as to why you want to use this? Surely you could just use the built in system for detailed page? If not, then maybe use Mod_Rewrite for detailed pages only?

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Little review-mistake In reply to
Hi Andy,

to be honest: I don't know ... ;)

Take a look: http://www.portugal-links.de/

The're a lot of lists of best and new links and so on which are made with detail_page.cgi. Maybe these plugins are quite old but I still find them useful and don't want to rewrite them - if I only could. But I will take a look on these things and maybe change what I'm able to change. Thx so far ...

Kai
___________________________________________
http://www.westalgarve.de
http://www.portugalforum.org
http://www.portugal-links.de
Quote Reply
Re: [kailew] Little review-mistake In reply to
Hi,

You should be able to achieve exactly what you want using detailed.html. Just turn on the build_detailed option in Setup > Build options, and then run a build. It will make the pages like /Detailed/1234.html, including reviews and such.

Hope that helps

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Little review-mistake In reply to
Hi Andy,

I understand what you mean, but a lot of plugin-funktions are definately based on detail_page.cgi. And some may need it - I don't know. Some may not need it but "never change a winning script" is my mind so far ;)

and this is not a very review-driven directory, so it is only a little mistake ...

Kai
___________________________________________
http://www.westalgarve.de
http://www.portugalforum.org
http://www.portugal-links.de

Last edited by:

kailew: Mar 7, 2009, 8:45 AM
Quote Reply
Re: [kailew] Little review-mistake In reply to
Thinking about it - just add this at the top of the template, and it should give you the review stuff for links:

Code:
<%Links::Utils::load_reviews($ID, $detailed_max_reviews)~%>

That should do it =)

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates