Gossamer Forum
Home : Products : Links 2.0 : Customization :

'new links' not showing up

Quote Reply
'new links' not showing up
* I posted this in the links discussion board but it may also be relevant to a mod problem*

I am not getting any 'new links' to show up - definetly have new links but they are not building. This was happening pre and post installation of the three graphic mod for what's new (i've left out the updated portion)

i've posted my codes for a few files:

www.wheelweb.com/downloads/links_cfg.txt

www.wheelweb.com/downloads/links_def.txt

www.wheelweb.com/downloads/nph-build_cgi.txt

www.wheelweb.com/downloads/site_html_template_pl.txt

There are the files I believe are relevant - if someone could take a peak and see if there are any obvious errors causing the 'new links' graphics (or words) to not show up. (I personally believe it is the links.def file) Good Luck!

Much appreciated
Quote Reply
Re: 'new links' not showing up In reply to
Rather than adding a duplicate Thread in another forum...you should simply add a reply to your original Thread in the Discussion Forum...

I have looked over your codes, and I need more time (like other LINKS users) to debug the problem...Please give others MORE time to respond to your Thread...If you do not hear a response in a day...then add a reply to bring the Thread to the top of the Forum.

Wink

Regards,

------------------
Eliot Lee
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------











Quote Reply
Re: 'new links' not showing up In reply to
i agree elliot, all appologies as i dislike duplicates as well - however, i re-thought the problem and i believe it may be a mod problem caused by installation of another mod perhaps.

i'll try to get the forum right the first time from now on
Quote Reply
Re: 'new links' not showing up In reply to
Since it does deal with the 3 Graphics Mod, it should've originally been posted in this Forum.

Wink

Again...I need more time to look at your files...It is not readily apparent what the problem is because the codes seem to be pasted correctly in the correct spots in the files.

Regards,

------------------
Eliot Lee
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------











Quote Reply
Re: 'new links' not showing up In reply to
This may not make any difference...but I see that you have not included valid expressions in your valid expression column for the isNew field.

Try adding replacing your codes with the following:

Code:
isNew => [11, 'alpha', 0, 5, 0, 'No', 'No|Yes'],

Change the variable setting in the %add_system_fields to the following:

Code:
isNew => 'No',

Also, make sure that you are using the following codes in your link.html file:

Code:
<%if isNew%>
<%new_img%>
<%endif%>

If you do not have the Enhanced Template.pm Mod installed, then you will have to have these codes on separate lines.

Regards,

------------------
Eliot Lee
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------











Quote Reply
Re: 'new links' not showing up In reply to
No go on the new code - the new links are not even building for some reason.

Wonder why?

Any other files that may tip anyone off, ask and I'll post'em

Thanks for the effort Eliot
Quote Reply
Re: 'new links' not showing up In reply to
Ah...figured out the problem! You need to change the $db_add variable in the links.def file to $db_modified.

The $db_modified is what is used to re-build the New pages and status for links. Look in your nph-build.cgi script...look for $db_add...not there, right? Welp, that is because you need to use $db_modified in your links.def.

Whoo...this took longer that usual...sorry.

Regards,

------------------
Eliot Lee
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. Smile
----------------------













[This message has been edited by Eliot (edited February 17, 2000).]
Quote Reply
Re: 'new links' not showing up In reply to
***********Posted prior to reading your post*********
I use templates, yup

Still no go

Which files are involved in building the 'new links'?

ahhh - frustration, I don't wanna start from scratch again!

********I will try your suggestion********

Thanks...brb

[This message has been edited by hotwheel (edited February 17, 2000).]
Quote Reply
Re: 'new links' not showing up In reply to
wow - I don't even have a $db_add variable in the links.def file so where should i incorporate the $db_modified variable?

Quote Reply
Re: 'new links' not showing up In reply to
Opps...I meant $db_date variable! That is what you need to change to $db_modified!!!!!!

I am through helping people for awhile...I need a fiesta to restore my patience and state of mind...

Good luck, everyone...Hope oldmoney, Bmxer, and Widgetz will be around the forums to help you...I am out of here.

Regards,

------------------
Eliot Lee
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. Smile
----------------------













[This message has been edited by Eliot (edited February 17, 2000).]
Quote Reply
Re: 'new links' not showing up In reply to
we are gonna miss you if your serious - cause it now works!!!

thanks a whole lot Eliot!

I'll let you know when I go public with the new site, see some of the fruits of your labour pay off.

thanks again
Quote Reply
Re: 'new links' not showing up In reply to
well, maybe I jumped the gun...

**********
It isn't working, just giving one graphic on the main page
www.wheelweb.com/directory

i will work on a bit more, but thanks for the start Eliot
**********

My mistake, it works fine

[This message has been edited by hotwheel (edited February 18, 2000).]