dcz - Posts

Return to advanced search

Re: Link to SEO

Sorry but how an external link could jeopardise SSL by any mean ?

Beside, the regular phpBB link is also http.
by dcz
Tue Oct 18, 2011 12:39 pm
 
Forum: phpBB Forum
Topic: Link to SEO
Replies: 9
Views: 2728

Re: Not accurate meta title and keyword for home page

If you see them twice, you either did hardcode some or did add the template code to add twice.
by dcz
Mon Oct 10, 2011 3:06 pm
 
Forum: phpBB mod Rewrite
Topic: Not accurate meta title and keyword for home page
Replies: 8
Views: 983

Re: Not accurate meta title and keyword for home page

Thses are just build using your forum title and description, but you can easily set them to whatever you prefer in index.php : // www.phpBB-SEO.com SEO TOOLKIT BEGIN - META $seo_meta->collect('description', $config['sitename'] . ' : ' . $config['site_desc']); $seo_meta->collect('keywords', $config['...
by dcz
Sun Oct 09, 2011 2:29 pm
 
Forum: phpBB mod Rewrite
Topic: Not accurate meta title and keyword for home page
Replies: 8
Views: 983

Re: url txt box posting

In your forum with the USU ? It's the topic url bit you would like to use for that particular topic with the SQL rewriting option. In the above link, it is set to "ultimate-seo-url" while the tile of the topic is "phpBB SEO Ultimate SEO URL V 0.6.8" which, as you can see, illustr...
by dcz
Sun Oct 09, 2011 2:25 pm
 
Forum: phpBB mod Rewrite
Topic: url txt box posting
Replies: 1
Views: 838

Re: The MOD is missing an action matching the find ‘<a href=

Sorry it's clearer without the cdata. <edit> <find><a href="#p{postrow.POST_ID}"></find> <inline-edit> <inline-find>#p{postrow.POST_ID}</inline-find> <inline-action type="before-add">{U_VIEW_TOPIC}</inline-action> </inline-edit> </edit> All you need to do here is add : {U_VIEW_TO...
by dcz
Thu Sep 29, 2011 6:38 am
 
Forum: phpBB SEO MODS
Topic: The MOD is missing an action matching the find ‘<a href="#p{
Replies: 7
Views: 1743

Re: The MOD is missing an action matching the find ‘<a href=

<edit> <find><![CDATA[<a href="#p{postrow.POST_ID}">]]></find> <inline-edit> <inline-find><![CDATA[#p{postrow.POST_ID}]]></inline-find> <inline-action type="before-add"><![CDATA[{U_VIEW_TOPIC}]]></inline-action> </inline-edit> </edit> Everything seems to be there though.
by dcz
Sun Sep 25, 2011 1:08 pm
 
Forum: phpBB SEO MODS
Topic: The MOD is missing an action matching the find ‘<a href="#p{
Replies: 7
Views: 1743

Re: Warning at the top of page while composing msg(PM)

I think that you're missing the opening tag of some php files (should at least be language/en/search.php & includes\ucp\ucp_pm.php), make sure that you have : <?php at the very beginning of these files. Without this, php just throws the content as plain text, the opening tag is required for php ...
by dcz
Tue Sep 13, 2011 5:51 pm
 
Forum: phpBB Forum
Topic: Warning at the top of page while composing msg(PM)
Replies: 4
Views: 1305

Re: Advanced toolset for backlinks research by Ahrefs.com

Ahrefs wrote:If Yahoo Site Explorer shutting down is a problem for you, we advise you have a look at our service


This is for sure a superb replacement for it, but I would love to be able to get the total amount of backlinks for a given domain through the api, something simple with only the total returned.
by dcz
Mon Sep 12, 2011 8:27 am
 
Forum: SEO Techniques
Topic: Advanced toolset for backlinks research by Ahrefs.com
Replies: 26
Views: 2897

Re: Opera cache redirections

That could indeed help some, even though moved permanently does mean something.

http://phpbb-seo.coda-cola.net/projects ... isions/327

++
by dcz
Wed Sep 07, 2011 7:25 am
 
Forum: Zero duplicate
Topic: Opera cache redirections
Replies: 1
Views: 911

Re: convert α,β,γ

by dcz
Wed Sep 07, 2011 7:08 am
 
Forum: Advanced SEO URL
Topic: convert α,β,γ
Replies: 2
Views: 500

Re: Optimal Head Ordering

Edit overall_header.html.

Note that the order used by our mods are already optimal even if they slightly differ.
by dcz
Wed Sep 07, 2011 7:08 am
 
Forum: phpBB Forum
Topic: Optimal Head Ordering
Replies: 1
Views: 893

Re: sitemapindex.xml gives Page Unavailable in premod 3.0.9

There is a threshold (configurable in acp), you need at least ten (by default) topic within A public forum to have a sitemap for it, and thus a sitemap index for you forum.
by dcz
Thu Sep 01, 2011 6:58 am
 
Forum: GYM Sitemaps & RSS
Topic: sitemapindex.xml gives Page Unavailable in premod 3.0.9
Replies: 2
Views: 686

Re: after mixed mod activation board crash

Looks like a phpBB Server and Cookie settings issue, your forum seems to be installed in domains root, not in forum/.

Fix this and generate a new .htaccess should be enough.

++
by dcz
Wed Aug 31, 2011 7:23 am
 
Forum: Mixed SEO URL
Topic: after mixed mod activation board crash
Replies: 7
Views: 1338

Re: Change topictitle form -t1-15 to -t1,start15

You can do this, have a look at the DIY part of the install.xml, but you can also take this occasion to go for nicer urls (why not with virtual folders and sql rewriting) without trouble. The principle is described here : Converting From phpBB 2 with AMR to phpBB 3 with AMR It would just be a matter...
by dcz
Sat Aug 27, 2011 10:48 am
 
Forum: Advanced SEO URL
Topic: Change topictitle form -t1-15 to -t1,start15
Replies: 2
Views: 506
PreviousNext

Return to advanced search