digdigger - Posts

Return to advanced search

Private Feeds via Feedreader or external Services

Hi, I know that private feeds are only shown up if the user is logged in. So in many feedsreaders you can isert username/password. I thought with this feature the user can read private feeds with an external feedservice (feedreader, netvibes, etc.). But this didn't work. What did I wrong? The "...
by digdigger
Fri Aug 08, 2008 2:50 pm
 
Forum: GYM Sitemaps & RSS
Topic: Private Feeds via Feedreader or external Services
Replies: 1
Views: 601

Yes, down to zero degree on a very cold winter morning. ;) I found a place in viewforum.php >> viewforum.php make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"), $forum_id); $template->assign_vars(array( AFTER, ADD: // RSS-CAT LINK (Build the...
by digdigger
Wed Aug 06, 2008 1:56 pm
 
Forum: GYM Sitemaps & RSS
Topic: Link to specific RSS-Channel in Forum & Topic
Replies: 8
Views: 769

First, I have to thank you once more for your great support. One more question: For this release, you didn't realized a "category" Feed ... http://phpbb3.phpbb-seo.net/english-section/forum.xml In my forum I work the first time with categories like caribic, south-america, latinamerica and ...
by digdigger
Mon Aug 04, 2008 1:39 pm
 
Forum: GYM Sitemaps & RSS
Topic: Link to specific RSS-Channel in Forum & Topic
Replies: 8
Views: 769

Hello, thanks for this tip, but this will work (in functions.php) only with topics, not with forums. So I put the variable out of functions.php in the specific files: >> viewtopic.php SEARCH // Send vars to template $template->assign_vars(array( 'FORUM_ID' => $forum_id, AFTER, ADD // RSS-FOR...
by digdigger
Mon Aug 04, 2008 1:13 pm
 
Forum: GYM Sitemaps & RSS
Topic: Link to specific RSS-Channel in Forum & Topic
Replies: 8
Views: 769

Thanks for this fast reply. I tried it first for the viewforum.php So I put a variable to the template viewforum_body.html <a href="{FORUM_RSS}" >Subscribe the xml!</a> In the /includes/functions.php I've put this variable into a big block of variables, like 'U_INDEX' => append_s...
by digdigger
Fri Aug 01, 2008 8:55 pm
 
Forum: GYM Sitemaps & RSS
Topic: Link to specific RSS-Channel in Forum & Topic
Replies: 8
Views: 769

Link to specific RSS-Channel in Forum & Topic

First, I have to thank you for this great Mod. I installed them without any probs, only I have to investigate all the features for hours :D ... it's really great. On a new forum http://latinofreunde.net I modified the Feed-Link in the Meta-Header an Footer for the digest-feed (I will not offer only ...
by digdigger
Fri Aug 01, 2008 2:17 pm
 
Forum: GYM Sitemaps & RSS
Topic: Link to specific RSS-Channel in Forum & Topic
Replies: 8
Views: 769

Hi dcz, thanks for your response. I found a solution, but I do not know its good for SEO oder not (because I do not understand this feature as well) On the ACP -> SEO-PHPBB - > Posts Redirections: >OFF >>> works with hilit for guests and users >POSTS >>> works without hilit for guests an users >GUES...
by digdigger
Mon Oct 01, 2007 6:04 pm
 
Forum: Advanced SEO URL
Topic: problem in search results
Replies: 22
Views: 2430

Hi dcz, today some users noticed me for a bug in the search results. First: I tried it out with FF an IE - all the same thing. Second: I deleted all cache & cookies Third: I use mysql fulltext search (min_word_len=3) The Links in the search results with 1 keyword: -http://domain.tld/topic-title-...
by digdigger
Sun Sep 30, 2007 4:55 am
 
Forum: Advanced SEO URL
Topic: problem in search results
Replies: 22
Views: 2430

Thank you!!! Works fine!!!

Hi, thank you very much for the code snippet. It works fine and I think it's a better solution than my homemade try .... ('cause I'm a php newbie) A uppercase for ß does not exist - but thanks that you think about it. Once again thank you for you support - if you wanna see it live, so visit http://b...
by digdigger
Fri Sep 28, 2007 5:09 am
 
Forum: Advanced SEO URL
Topic: Html German Entities
Replies: 13
Views: 1595

SEO RSS & Sitemap

After all URLs working fine, I think about a rss-feed. Are any solutions for the SEOphpBB? For Google Sitemaps, I use a Mod that build one xml-file with all forums, and after that new XMLs with all topic URLs ... but with the normal URL and not with the SEO Urls. It's php (Google accept it ... so ov...
by digdigger
Fri Sep 28, 2007 5:08 am
 
Forum: phpBB mod Rewrite
Topic: SEO RSS & Sitemap
Replies: 1
Views: 13337

So, I found a solution for myself. in phpbb_seo_class.php FIND * Prepare Titles for URL injection */ function format_url( $url, $type = 'topic' ) { $url = preg_replace('`\[.*\]`U','',$url); $url = htmlentities($url, ENT_COMPAT, $this->encoding); $url = preg_replace( ...
by digdigger
Wed Sep 26, 2007 9:44 pm
 
Forum: Advanced SEO URL
Topic: Html German Entities
Replies: 13
Views: 1595

Html German Entities

Hi, I like your SEO and installed the Premod. Everythings works fine, so great thanks for your hard work. So my board is in german language and we use many Entities in the topic-titles like ü/ö/ä ... f.e. "Führerschein" (driving licence) ... The SEO MOD removes the entities so the url is a...
by digdigger
Wed Sep 26, 2007 2:27 pm
 
Forum: Advanced SEO URL
Topic: Html German Entities
Replies: 13
Views: 1595

Return to advanced search