nukeSEO.com - PHPNuke SEO Search engine optimization, professional tools including nukeSEO, nukeSPAM, nukeFEED, nukePIE, nukeWYSIWYG and more

 

. Welcome to nukeSEO.com  ! 
.
.
.


.
nukeSEO.com: Forums


 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Move Dynamic Titles to NukeSEO
 
 
Post new topic   Reply to topic    nukeSEO.com Forum Index -> nukeSEO (tm)
View previous topic :: View next topic  
Author Message
prekill
Newbie
Newbie


Joined: Feb 02, 2008
Posts: 4

PostPosted: Mon Jun 06, 2011 3:16 am    Post subject: Move Dynamic Titles to NukeSEO Reply with quote

Any guide for this?

How complicated should it be?

thanks!
  
Back to top
View user's profile Send private message
kguske
Site Admin
Site Admin


Joined: May 12, 2005
Posts: 876

PostPosted: Wed Jun 08, 2011 11:48 am    Post subject: Reply with quote

Just following up on this as we had the conversion over on RavenPHPScripts.com. Integrating the meta tag generation wouldn't be too difficult, but the maintenance functions (i.e. overriding the meta tags) are really complex. That's why we haven't invested any time into making this work with other Nuke distributions.
_________________
  
Back to top
View user's profile Send private message Visit poster's website
prekill






PostPosted: Tue Jun 14, 2011 11:34 am    Post subject: Reply with quote

I am trying to upgrade on localhost to the new engine rv.2.4.. looks like i have tons of work. currently im focusing on the METAS. I am using utf8. I see many signs and "?" in the title, keywords, description. its looks like nukeSEO DH is no compatible with multi bytes charters. any idea on how to improve/solve this?
  
Back to top
prekill






PostPosted: Wed Jun 15, 2011 10:13 am    Post subject: Reply with quote

I am now sure all the problems i'm haveing is have something to do with this function:

Code:
// Strip html and truncate to create a META value.

function seoHTMLtoMETA($str, $type = 'KEYWORDS', $length = 70) {
   require_once 'includes/seo_fns.php';
   $str = preg_replace('/(\[(\S+)\]|&(?![a-zA-Z]{2,6};))/sU', '', $str); // Remove BBCode and chopped off entities
   $str = check_html($str, 'nohtml'); // Remove HTML tags
   $str = preg_replace('/(\s+)/', ' ', $str); // Remove all internal whitepace, replace with single space
   $entities = array('(tm)','"', '©', '>', '<',
      ' ', '™', '®', ';',
      chr(10), chr(13), chr(9));
   $str = html_entity_decode(seo_simple_strip_tags($str));
   if ($type == 'DESCRIPTION') $str = str_replace($entities, '', $str);
   $str = htmlspecialchars($str);
   // Remove stop words from keyword content, then convert to most popular keywords
   if ($type == 'KEYWORDS' and $str > '') $str = seoGetAutoKeys($str);
   $metavalue = truncate_string($str, $length);
   if (mb_strlen($str) > mb_strlen($metavalue)) $metavalue .= "...";
   return $metavalue;
}
  
Back to top
Guardian
webmaster


Joined: Dec 25, 2005
Posts: 364
Location: Vsetin, Czech Republic

PostPosted: Thu Jun 16, 2011 2:45 pm    Post subject: Reply with quote

Is your main DOCTYPE issuing a utf-8 charset?
What about the forums as they send their own?
Is the data stored in the database actually utf-8 or is the browser mis-interpreting them once displayed on the page?

Sorry for what might seem like stupid questions but I thinks it's important to ascertain whether the original data is utf-8 or not before you do anything else.
_________________
Only registered users can see links on this board! Get registered or login!
  
Back to top
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    nukeSEO.com Forum Index -> nukeSEO (tm) All times are GMT - 5 Hours
 
 Page 1 of 1

 

Jump to:   
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

Powered by phpBB © 2001-2008 phpBB Group


Page Generation: 0.03 Seconds