ASLAN - Posts

Return to advanced search

Any idea ???
by ASLAN
Sun Aug 17, 2008 7:02 pm
 
Forum: phpBB SEO Premod
Topic: Help me with a Custom Example
Replies: 4
Views: 572

I found this array on phpbb_seo_class.php
Code: Select all
      // Array of the filenames that may require the use of a base href tag.
      $this->seo_opt['file_hbase'] = array('viewtopic', 'viewforum', 'memberlist', 'search');


I add my file on this array and it worked perfect
by ASLAN
Sun Aug 17, 2008 5:21 am
 
Forum: phpBB SEO Premod
Topic: How do you add meta tag BASE on overall_header ???
Replies: 2
Views: 702

How do you add meta tag BASE on overall_header ???

How do you add meta tag BASE on overall_header ???

I mean this
Code: Select all
<head>
   <base href="http://www.mysite.com/" />


Thanks
by ASLAN
Sun Aug 17, 2008 4:37 am
 
Forum: phpBB SEO Premod
Topic: How do you add meta tag BASE on overall_header ???
Replies: 2
Views: 702

Thanks for your help, but same error See result in http://www.comunidadholistica.org/test.php Many URLs are ... topic .html That's my code <? define('IN_PHPBB', true); $phpEx = substr(strrchr(__FILE__, '.'), 1); $phpbb_root_path = './'; include($phpbb_root_path . 'common....
by ASLAN
Sat Aug 16, 2008 6:37 pm
 
Forum: phpBB SEO Premod
Topic: Help me with a Custom Example
Replies: 4
Views: 572

I tryed but I have the next problem Some topic urls return "topic" See my example on http://www.comunidadholistica.org/test.php Thats the code: $query = "select * from hol_topics where topic_status<2 and topic_id>2870 and topic_id<2880"; $result = mysql_query($query, $link...
by ASLAN
Sat Aug 16, 2008 12:41 am
 
Forum: phpBB SEO Premod
Topic: SEO URL Functions
Replies: 6
Views: 529

Help me with a Custom Example

Hi I'm trying to make my own custom pages, but I have a bug geting SEO URLs See my test and you will see what I'm get a string "TOPIC" in some cases instead of Topic URL That's my example code $query = "select * from hol_topics where topic_id>2870 and topic_id<2880"; $result = my...
by ASLAN
Fri Aug 15, 2008 11:23 pm
 
Forum: phpBB SEO Premod
Topic: Help me with a Custom Example
Replies: 4
Views: 572

Thanks a lot
You really works hard
I'll be waiting for news about it
Thanks again
by ASLAN
Thu Jul 17, 2008 10:50 pm
 
Forum: GYM Sitemaps & RSS
Topic: Problem with Forums URLs without Ids
Replies: 27
Views: 10633

There is no problem with your sitemap : http://www.comunidadholistica.org/sitemap-foro-34.xml it's not a forum url it's a sitemaps url, and there is no id removing to it, as you can see, in the sitemaps, the link to the forum do not have ids. Nicely done by the way for the memberlist listing, did y...
by ASLAN
Thu Jul 17, 2008 6:58 pm
 
Forum: GYM Sitemaps & RSS
Topic: Problem with Forums URLs without Ids
Replies: 27
Views: 10633

I made my own sitemap on PHP with corrects URLs of forums (without Ids).
http://www.comunidadholistica.org/sitemap.xml
I'm using GYM style.
I'll be waiting news about this bug.
by ASLAN
Thu Jul 17, 2008 3:44 pm
 
Forum: GYM Sitemaps & RSS
Topic: Problem with Forums URLs without Ids
Replies: 27
Views: 10633

Nothing yet :(
by ASLAN
Mon Jul 14, 2008 3:15 pm
 
Forum: GYM Sitemaps & RSS
Topic: Problem with Forums URLs without Ids
Replies: 27
Views: 10633

dcz if you need my admin user & pass just ask for mp
I offer the same for FTP user & pass

If you need more information just ask
Thanks for your help
by ASLAN
Thu Jul 10, 2008 7:55 pm
 
Forum: GYM Sitemaps & RSS
Topic: Problem with Forums URLs without Ids
Replies: 27
Views: 10633

I tryed to set mod rewrite type to none in GYM acp and back again, clearing cache, but nothing Then I made the replacement on gym_sitemaps.php but it doesn't work This is my .htaccess DirectoryIndex portal.php index.php index.html index.htm # Lines That should already be in your .htacess <Files &quo...
by ASLAN
Thu Jul 10, 2008 7:30 pm
 
Forum: GYM Sitemaps & RSS
Topic: Problem with Forums URLs without Ids
Replies: 27
Views: 10633

Thanks, I will do as you say and let you know if it works
by ASLAN
Thu Jul 10, 2008 4:19 pm
 
Forum: GYM Sitemaps & RSS
Topic: Problem with Forums URLs without Ids
Replies: 27
Views: 10633

Thanks
by ASLAN
Thu Jul 10, 2008 2:31 pm
 
Forum: GYM Sitemaps & RSS
Topic: Different Charsets of Sitemap and RSS ???
Replies: 2
Views: 583

Done and it works perfect
Thanks a lot
by ASLAN
Thu Jul 10, 2008 2:31 pm
 
Forum: GYM Sitemaps & RSS
Topic: GENERAL ERROR - Urgent please
Replies: 13
Views: 657
Next

Return to advanced search