pvchat1 - Posts

Return to advanced search

Oops - I saw those pages listed right after I made that post. The site has been live for about 4 weeks but I've been making changes along the way. I think my current setup of a home page at http://www.pvchat.com and the phpbb forum index page as http://www.pvchat.com/forum/ with no actual file name ...
by pvchat1
Sat Sep 08, 2007 2:53 pm
 
Forum: Members Sites
Topic: www.pvchat.com -- Palos Verdes Community Forum
Replies: 7
Views: 1003

Thanks all.

Now I need to convince Google to start indexing it.
by pvchat1
Sat Sep 08, 2007 12:53 am
 
Forum: Members Sites
Topic: www.pvchat.com -- Palos Verdes Community Forum
Replies: 7
Views: 1003

Here's a patch that fixes the error

After
Code: Select all
      // Grabb params
      $parsed_url = parse_url($this->url);


Add
Code: Select all
      if (!isset($parsed_url['path'])) {
         $parsed_url['path'] = '';
      }
by pvchat1
Fri Sep 07, 2007 1:50 am
 
Forum: Advanced SEO URL
Topic: Problem with use of parse_url function in php_seo_class
Replies: 2
Views: 714

SEO Stats request?

Would it be possible to merge portions of the SEO stats mod into the SEO core, perhaps with a way to enable/disable it, rather than requiring a secondary edit process?
by pvchat1
Fri Sep 07, 2007 1:20 am
 
Forum: Advanced SEO URL
Topic: SEO Stats request?
Replies: 1
Views: 592

Problem with use of parse_url function in php_seo_class

I get this error on links to my site root.
[phpBB Debug] PHP Notice: in file /phpbb_seo/phpbb_seo_class.php on line 215: Undefined index: path


Old versions of php return '' in path when there is no path. Newer versions (>4.7) leave path undefined.
by pvchat1
Fri Sep 07, 2007 1:10 am
 
Forum: Advanced SEO URL
Topic: Problem with use of parse_url function in php_seo_class
Replies: 2
Views: 714

www.pvchat.com -- Palos Verdes Community Forum

http://www.pvchat.com My first stab at creating a website, mostly as an intellectual exercise. I'm using phpbb3 and most of the SEO mods with a few tweaks here and there. Any tips or feedback would be welcome! Thanks for a great set of mods... and add me to the list of people waiting patiently for ...
by pvchat1
Sat Sep 01, 2007 11:23 pm
 
Forum: Members Sites
Topic: www.pvchat.com -- Palos Verdes Community Forum
Replies: 7
Views: 1003

So far all the SEO mods seem to be working ok on my site with the latest phpbb3 RC5.
by pvchat1
Fri Aug 31, 2007 10:27 pm
 
Forum: phpBB mod Rewrite
Topic: RC5??
Replies: 6
Views: 855

Problem with cache when using portal

Using RC5 and V4 SEO I had a problem when trying to use phpbb SEO routines from the root when phpbb is located in a subdir. I traced it down to the cache path not being properly set when using the above configuration. I was able to make things work by changing the path define in function phpbb_seo t...
by pvchat1
Tue Aug 28, 2007 12:38 am
 
Forum: phpBB mod Rewrite
Topic: Problem with cache when using portal
Replies: 7
Views: 1329

I had the same problem where small words were not being removed from the URL. I think there are some problems in the search/replace expression. I was able to get the correct results when I made the following mod: Find: // preg_replace() pattern for format_url() $this->seo_opt['url_pa...
by pvchat1
Mon Aug 06, 2007 12:26 am
 
Forum: Advanced SEO URL
Topic: Problem with Advanced RC3: words less than 3 characters
Replies: 12
Views: 1007

Yes - tried this latest RC out and that problem along with a few others is now fixed. Good job.
by pvchat1
Mon Aug 06, 2007 12:16 am
 
Forum: phpBB mod Rewrite
Topic: Problem with PHPBB3 Adv Rewrite Mod and FAQ page
Replies: 9
Views: 1062

ok - here are the changes in context. in overall_header.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang=&qu...
by pvchat1
Fri Jul 27, 2007 10:51 pm
 
Forum: phpBB mod Rewrite
Topic: Problem with PHPBB3 Adv Rewrite Mod and FAQ page
Replies: 9
Views: 1062

I fixed it for now by creating a template variable that gets set in faq.php and gets checked in overall_header.html to skip adding the href.

Basically like this

Code: Select all
<!-- IF not S_HIDE_HREFBASE --><base href="{PHPBB_FULL_URL}"><!-- ENDIF -->
by pvchat1
Fri Jul 27, 2007 9:21 pm
 
Forum: phpBB mod Rewrite
Topic: Problem with PHPBB3 Adv Rewrite Mod and FAQ page
Replies: 9
Views: 1062

Problem with PHPBB3 Adv Rewrite Mod and FAQ page

I'm testing the SEO mods and there seems to be a problem with the relative links on the faq page not working anymore because of the added base href. Removing that will allow the faq page to work correctly but then all the relative links (style, etc) on the forum pages no longer work.

Thanks,
Jeff
by pvchat1
Sun Jul 15, 2007 3:24 pm
 
Forum: phpBB mod Rewrite
Topic: Problem with PHPBB3 Adv Rewrite Mod and FAQ page
Replies: 9
Views: 1062

Return to advanced search