jonli447 - Posts

Return to advanced search

@dcz, Thanks, I've managed to fix gym_style.php for the most part. However, as you noticed, I did pass everything through common.php (though I was able to cut some garbage out). I'll upload a new version for you to check out. I agree that this could probably be accomplished without passing through c...
by jonli447
Mon Jul 28, 2008 3:57 am
 
Forum: GYM Sitemaps & RSS
Topic: How to use the same style for sitemap as of forum.
Replies: 22
Views: 1887

Thanks dcz You've given me a lot to think about. As for my modifications, I'll pass them to you first, and then you can decide if/how you want to post it here. I know how annoying it can be when people start to fork your project, on your site. IMO, a fork is not necessary as the modifications should...
by jonli447
Tue Jul 22, 2008 2:17 pm
 
Forum: GYM Sitemaps & RSS
Topic: How to use the same style for sitemap as of forum.
Replies: 22
Views: 1887

@digital1 - No problem :) I have added the switch as dcz mentioned. I made caching dependent on the script, i.e. if "dynamic = true" then XSL are created in real time, not cached. I can't see why CSS should not be cached, so I left that intact. The issue I'm currently working on is where d...
by jonli447
Mon Jul 21, 2008 8:23 pm
 
Forum: GYM Sitemaps & RSS
Topic: How to use the same style for sitemap as of forum.
Replies: 22
Views: 1887

@dcz Thanks, I'll give it a go later tonight. I've made a couple of custom pages before that were outside of phpbb, but pulled the variables from phpbb sessions. That part shouldn't be too terrible. The part that might start to get annoying is converting those conditional HTML's to XSL. I though xsl...
by jonli447
Mon Jul 21, 2008 4:21 pm
 
Forum: GYM Sitemaps & RSS
Topic: How to use the same style for sitemap as of forum.
Replies: 22
Views: 1887

@dcz That's true. I wonder, could I perhaps write an additional file that actually obtains the normal headers, and have GYM call the file w/o really "hacking" the original GYM code? If so, it still would be neat to try to get this working as if the sitemap was a normal forum page. Perhaps ...
by jonli447
Sun Jul 20, 2008 5:02 pm
 
Forum: GYM Sitemaps & RSS
Topic: How to use the same style for sitemap as of forum.
Replies: 22
Views: 1887

I thought about that problem too. I was debating the best way to go about this. My wife says I'm a perfectionist when it comes to coding (except when I post lazy regex's :-P). Now, of course on normal pages, there are quite a few links that are displayed based on session vars, i.e. for me, "mem...
by jonli447
Sun Jul 20, 2008 4:42 pm
 
Forum: GYM Sitemaps & RSS
Topic: How to use the same style for sitemap as of forum.
Replies: 22
Views: 1887

I working on the XSL too. Call me crazy, but I actually stayed up last night trying to get the conditional html into the XSL (using the <xsl:comment> tags). It's been a long process, and I'm not quite finished yet. The next thing I'm trying to figure out is how to pass the POST vars and php vars cor...
by jonli447
Sun Jul 20, 2008 3:46 pm
 
Forum: GYM Sitemaps & RSS
Topic: How to use the same style for sitemap as of forum.
Replies: 22
Views: 1887

Thanks for confirming the bug.

FYI, it was late yesterday, and I couldn't remember how to add the "_" to the pattern. I just did it the lazy way, and I figured someone would remember and correct me. :-P
by jonli447
Sun Jul 20, 2008 3:40 pm
 
Forum: GYM Sitemaps & RSS
Topic: Language Problem
Replies: 3
Views: 675

You have to edit gym_google.xsl and gym_rss.xsl in your style's template folder, i.e. "prosilver/template/".
by jonli447
Sun Jul 20, 2008 1:05 am
 
Forum: GYM Sitemaps & RSS
Topic: How to use the same style for sitemap as of forum.
Replies: 22
Views: 1887

Okay, I fixed the regular expression for the lang tag. Here's the following changes I did. Someone can double check my expression, but I think it's sound. It'll return the standard two letter iso tag if the language in question contains it, or the special xx_xx tag, i.e. en_us, if the language conta...
by jonli447
Sat Jul 19, 2008 11:18 pm
 
Forum: GYM Sitemaps & RSS
Topic: Language Problem
Replies: 3
Views: 675

Language Problem

Hello all, I just installed this mod, and I found an issue with the XSL transformation. On my site, the US language, en_us, is installed as the default. I was testing out this mod, and I noticed that the sitemap was not being transformed. I took a look at the HTTP headers, and noticed that "htt...
by jonli447
Sat Jul 19, 2008 9:48 pm
 
Forum: GYM Sitemaps & RSS
Topic: Language Problem
Replies: 3
Views: 675

Hi guys,

No pressure, but it's been a few months since. I was wondering if there are any status updates. Thanks
by jonli447
Wed Jun 25, 2008 4:31 pm
 
Forum: phpBB Forum
Topic: New google sitemap mod for phpbb3?
Replies: 11
Views: 3945

Thanks dcz. Your code worked great, except it needed one minor tweak. if ($phpbb_seo->seo_opt['no_dupe']['on'] && !$row['forum_password'] && $auth->acl_get('f_read', $row['forum_id_last_post']) && $auth->acl_get('f_selfview', $row['forum_id_last_post'])...
by jonli447
Sun Dec 30, 2007 5:03 pm
 
Forum: phpBB SEO Premod
Topic: Self auth mod and no duplicate last post links
Replies: 8
Views: 944

Hi, the mod's page is here: http://www.phpbb.com/community/viewtopi ... &sk=t&sd=a

The download link is currently broken, but here's a direct link: http://www.mesarticles.fr/download/GR_S ... v0.1.0.rar
by jonli447
Sat Dec 29, 2007 3:12 pm
 
Forum: phpBB SEO Premod
Topic: Self auth mod and no duplicate last post links
Replies: 8
Views: 944

Thanks dcz! Sorry about posting in the wrong section ... I tried to post in the correct spot. :wink: Do you know if it's possible to make it conditional? i.e. Keep the normal behavior for my public forum, and remove the extra link only for the private forum? The self auth mod does have an acl, so I ...
by jonli447
Sat Dec 29, 2007 2:54 pm
 
Forum: phpBB SEO Premod
Topic: Self auth mod and no duplicate last post links
Replies: 8
Views: 944
Next

Return to advanced search