Gossamer Forum
Home : Products : DBMan : Customization :

Short/Long Display mod causes problems

Quote Reply
Short/Long Display mod causes problems
Hi,

I have modified dbman with Jpdeni's short/long display mod and since then my url field in the records points to the dbman path and not the url ? Also email field points to nothing ? when i revert to original db.cgi & html.pl the fileds work as the should.

Anybody have any ideas what part of the mod may be causing this ? JP ?

thanks

Denny

VWPowered
www.vwpowered.com
Quote Reply
Re: Short/Long Display mod causes problems In reply to
Can anyone help me with this ?

VWPowered
www.vwpowered.com
Quote Reply
Re: Short/Long Display mod causes problems In reply to
Please save your MODIFIED html.pl and default.cfg files as text files, save them in a publicly accessible folder in your web server, and then post the URLs to the text files.

Unfortunately, without seeing the codes you are using, it is difficult to diagnose the problem...but most likely you have not added the proper codes in the sub html_record and sub html_view_sucess routines in the html.pl file.

Regards,

Eliot Lee
Quote Reply
Re: Short/Long Display mod causes problems In reply to
Ok i will answer my own question, in the record display i had <a href="$url{'Website'}">$url{'Website'}</a>

and should be <a href="$rec{'Website'}">$url{'Website'}</a>

same goes for email bit, thanks anyways.

VWPowered
www.vwpowered.com
Quote Reply
Re: Short/Long Display mod causes problems In reply to
Welp, glad you figured it out.

Regards,

Eliot Lee