PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9071
Location: Arizona

PostPosted: Sun Feb 08, 2009 9:26 am Reply with quote Back to top

I'll be interested to see how you handle the News alien73, most especially on sites with allot of articles and the very dynamic aspect of paging through articles and/or categories/topics of articles. I can see this working for the main page of the news module as well as individual articles though.

One thing that I read over and over though about page titles, is that you do NOT want to keyword stuff them, that you really want them to be human readable (i.e., read that as "meaningful"). It is what shows up on the SERPS and what potential "customers" have to read and make their choice on whether to go to your site or not. If I see just a list of keywords, I certainly will not be following that link. This is why I do like the override idea and I also like how you would originally give me, the admin, an idea up front what the important keywords/phrases are so that I can re-write the title. But, realistically, not sure I'd have time. So, I think that I would still want to have something like Dynamic Titles for the pages that I don't have time to override.

But, since this was a long thread, not sure if I have missed a point or two on how this is to come together.
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Sun Feb 08, 2009 10:48 pm Reply with quote Back to top

OK. The retrieval logic is just about wrapped up. I just need to add the logic that ignores the module when viewing the home module on the index page. I also went through the tags to determine what to include in the default settings, and whether or not these would be activated. Once I add the home module logic, I'll send a sample to the RN team for review - then on to the maintenance function.
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6302
Location: Vsetin, Czech Republic

PostPosted: Mon Feb 09, 2009 5:09 am Reply with quote Back to top

I am salivating....
View user's profile Send private message Send e-mail Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16976
Location: Kansas

PostPosted: Mon Feb 09, 2009 9:16 am Reply with quote Back to top

Uh oh. Remember what happened to old Yeller!
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
alien73
Involved
Involved


Joined: Sep 15, 2008
Posts: 352

PostPosted: Mon Feb 09, 2009 9:59 am Reply with quote Back to top

montego,

I explained this early in the thread. I'm sure what I have now can be improved but it works great. I did alter the News module table so admins can alter keywords or they can be left blank for auto meta great for sites with tons of articles. It will all come together for the best possible solution.
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Mon Feb 09, 2009 10:26 pm Reply with quote Back to top

Here's the dilemma: While testing, I had a downloads category with no description.

First, the auto keyword class didn't initialize an array, so this crashed. Funny thing was that the initialize was commented out...easy enough.

But here's the catch. Should it use the blank description of the category (i.e. show no description) or default to the higher level description (in this case, since there was no module override, it would default to the site's description)? I've thought about having a function that displays content, categories, modules that don't have sufficient generated descriptions / keywords that need to be overridden, though some would argue that they should all be overridden.

Should the description use the title if the content / category description is blank?
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6302
Location: Vsetin, Czech Republic

PostPosted: Tue Feb 10, 2009 5:48 am Reply with quote Back to top

Seems fair enough to me but I would also want to look at why the content type is allowing an empty field in the first place.
View user's profile Send private message Send e-mail Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Tue Feb 10, 2009 6:04 am Reply with quote Back to top

You may not want to put a description on the downloads category, for example. The title might be enough.
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6302
Location: Vsetin, Czech Republic

PostPosted: Tue Feb 10, 2009 6:12 am Reply with quote Back to top

Good point.
View user's profile Send private message Send e-mail Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Sun Feb 15, 2009 2:11 am Reply with quote Back to top

Still a lot of work to do, but
Only registered users can see links on this board!
Get registered or login to the forums!
should give you an idea.

Image
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6302
Location: Vsetin, Czech Republic

PostPosted: Sun Feb 15, 2009 4:40 am Reply with quote Back to top

Noce! Loks like you are using some JS too Smile
View user's profile Send private message Send e-mail Visit poster's website
alien73
Involved
Involved


Joined: Sep 15, 2008
Posts: 352

PostPosted: Sun Feb 15, 2009 8:07 am Reply with quote Back to top

I'm not worthy.. worship Great job
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Sun Feb 15, 2009 9:50 am Reply with quote Back to top

Thanks for the encouragement!

I need to finish some of the content classes so I can give you guys something to look at while I finish the maintenance function. I'll try to do that today.
View user's profile Send private message
alien73
Involved
Involved


Joined: Sep 15, 2008
Posts: 352

PostPosted: Sun Feb 15, 2009 10:24 am Reply with quote Back to top

Sounds good! Again great work!
View user's profile Send private message Visit poster's website
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6302
Location: Vsetin, Czech Republic

PostPosted: Sun Feb 15, 2009 10:49 am Reply with quote Back to top

I must have been excited, my typo's in that post are terrible lol
View user's profile Send private message Send e-mail Visit poster's website
alien73
Involved
Involved


Joined: Sep 15, 2008
Posts: 352

PostPosted: Sat Feb 21, 2009 9:13 am Reply with quote Back to top

How about the robots meta tag?

<meta name="ROBOTS" content="INDEX" />

This would be useful to tell search engines not to index a particular page
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Sat Feb 21, 2009 9:33 am Reply with quote Back to top

You will be able to override that on the advanced function.
View user's profile Send private message
jestrella
Moderator


Joined: Dec 01, 2005
Posts: 530
Location: Santiago, Dominican Republic

PostPosted: Wed Mar 04, 2009 11:46 am Reply with quote Back to top

Kevin you might want to look at this php class...
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website
pdfx
Regular
Regular


Joined: Mar 13, 2008
Posts: 68

PostPosted: Tue Apr 07, 2009 8:20 am Reply with quote Back to top

Well done guys, technical but after going through the posts I feel liberated!!
If this gets solved, im back onto using more rn nuke sites again, well done

P


Last edited by pdfx on Wed Apr 08, 2009 1:45 am; edited 1 time in total
View user's profile Send private message
misterpat
Hangin' Around


Joined: Mar 02, 2009
Posts: 48

PostPosted: Tue Apr 07, 2009 5:59 pm Reply with quote Back to top

So let me get this straight. This mod will let me specify unique descriptions and keywords for my content on a page to page basis? If so, cant wait for this one!
View user's profile Send private message
pdfx
Regular
Regular


Joined: Mar 13, 2008
Posts: 68

PostPosted: Wed Apr 29, 2009 10:49 pm Reply with quote Back to top

Hello all,

Hows the progression on this going?

Any news to update us all eager beavers on?

P
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Sat May 02, 2009 9:57 pm Reply with quote Back to top

Still working on the nukeNAV integration, but I hope to show some progress soon...
View user's profile Send private message
misterpat
Hangin' Around


Joined: Mar 02, 2009
Posts: 48

PostPosted: Mon Jul 06, 2009 11:14 am Reply with quote Back to top

Any news on this project?
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Mon Jul 06, 2009 12:26 pm Reply with quote Back to top

It's on the hot plate right now - we are confirming an approach for loading JS dynamically, then we should be ready to finish testing on nukeNAV(tm) and nukeSEO(tm) DH.
View user's profile Send private message
Palbin
Site Admin


Joined: Mar 30, 2006
Posts: 2408
Location: Pennsylvania

PostPosted: Mon Jul 06, 2009 12:50 pm Reply with quote Back to top

kguske, has been working hard at it I'm sure it will be worth it. Groovy
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum