Advanced Meta Tags

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Locked
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29220
Joined: Sat Aug 16, 2003 7:36 am

Advanced Meta Tags

Post by Extensions Robot »

Modification name: Advanced Meta Tags
Author: Tripp
Modification description: This mod automatically generates keywords and description Meta Tags based on the topic. When no topic is being viewed, Meta Tags displays global values set in the Admin Control Panel. MOD is validated for SEO use.
Modification version: 1.0.0
Tested on phpBB version: 3.0.2

Download file: Advanced Meta Tags.zip
File size: 29.46 KiB

Modification overview page: View

The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.

-->Modification support<--
Last edited by Extensions Robot on Mon Sep 19, 2022 7:33 pm, edited 11 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34459
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run
Contact:

Advanced Meta Tags

Post by A_Jelly_Doughnut »

Modification validated/released

Notes:
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
User avatar
Tripp
Former Team Member
Posts: 1358
Joined: Sun May 20, 2007 5:14 am
Location: G'boro, North Carolina
Name: Tripp
Contact:

Advanced Meta Tags

Post by Tripp »

This post has been reserved for the MOD author.
The box said 'You need Windows XP or better' .... so I installed linux.

Formerly Drugs
User avatar
MartectX
Registered User
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Re: Advanced Meta Tags

Post by MartectX »

Sup! Congrats to Highway of life and Drugs! 8-)
ibelphegor
Registered User
Posts: 453
Joined: Wed Oct 24, 2007 8:37 am

Re: Advanced Meta Tags

Post by ibelphegor »

The mod have problem with UTF-8 support in description it's show:

Code: Select all

content="quot quot "
Or empty.

Neron77 wrote quick fix and work for me in gold:
replaced in functions.php

Code: Select all

this line:
$post_text = str_word_count($post_text, 1);

with this:
$post_text = explode(" ", $post_text);
But now in 3.02 it's not work and i have the same problem.
(i try to reinstall and clear cache)

Any idea?
User avatar
Alxor
Registered User
Posts: 54
Joined: Wed Jun 04, 2008 1:33 am
Contact:

Re: Advanced Meta Tags

Post by Alxor »

Interesting mod, I believe I have seem this in use on another phpbb3 forum. I wonder how effective Meta tags are for SEO? I know that when I search for things on certain sites especially ones where users can upload their own content e.g. pictures, keywords are used to guide the searches on that site - does this mod in a why do this? I read before google ignores meta tags. Just wondering...By the way thanks for writing the mod and Congrats! :ugeek:
SC2Nation.com - StarCraft 2 Forum
TigPT
Registered User
Posts: 11
Joined: Wed Jul 16, 2008 3:00 pm

Re: Advanced Meta Tags

Post by TigPT »

nice project, you think that will be a update to verstion 3.02? thanks and continue with the good job dud :D
User avatar
MartectX
Registered User
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Re: Advanced Meta Tags

Post by MartectX »

I also have the "quot" problem ibelphegor described; furthermore there's a problem with special characters, for example "fußball" becomes "fu ball" and "hörst du mich" becomes "h rst du mich".

Would be sup if you could fix this! :ugeek:
microtekblue
Registered User
Posts: 99
Joined: Sat Nov 17, 2007 6:10 am
Location: Ontario, Canada

Re: Advanced Meta Tags

Post by microtekblue »

Hello,

How do you exactly install this mod?

Theres no explanation on installation. Please advise.

Thanks.

*EDIT* Sorry Never mind I found the install guide for modx.
microtekblue
Registered User
Posts: 99
Joined: Sat Nov 17, 2007 6:10 am
Location: Ontario, Canada

Re: Advanced Meta Tags

Post by microtekblue »

Hi,

What exactly do we do with the modx.prosilver.en file?

Thanks
User avatar
Tripp
Former Team Member
Posts: 1358
Joined: Sun May 20, 2007 5:14 am
Location: G'boro, North Carolina
Name: Tripp
Contact:

Re: Advanced Meta Tags

Post by Tripp »

ibelphegor wrote:The mod have problem with UTF-8 support in description it's show:

Code: Select all

content="quot quot "
Or empty.

Neron77 wrote quick fix and work for me in gold:
replaced in functions.php

Code: Select all

this line:
$post_text = str_word_count($post_text, 1);

with this:
$post_text = explode(" ", $post_text);
But now in 3.02 it's not work and i have the same problem.
(i try to reinstall and clear cache)

Any idea?
Before I give any support, I want everyone who uses this mod to be aware that I am no programmer by any means. HoL completely wrote this mod but didn't have time for it, so I took it over and cleaned it up. I will look into with him though and hopefully will be able to come up with a fix.
Alxor wrote:Interesting mod, I believe I have seem this in use on another phpbb3 forum. I wonder how effective Meta tags are for SEO? I know that when I search for things on certain sites especially ones where users can upload their own content e.g. pictures, keywords are used to guide the searches on that site - does this mod in a why do this? I read before google ignores meta tags. Just wondering...By the way thanks for writing the mod and Congrats! :ugeek:
It depends who you ask. Some say it's helpful, others say it isn't. I personally think it helps and it's simple.
TigPT wrote:nice project, you think that will be a update to verstion 3.02? thanks and continue with the good job dud :D
Same coding, so should work with 3.0.2 minus the UTF-8 problem
MartectX wrote:I also have the "quot" problem ibelphegor described; furthermore there's a problem with special characters, for example "fußball" becomes "fu ball" and "hörst du mich" becomes "h rst du mich".

Would be sup if you could fix this! :ugeek:
As mentioned above, I will look into it with HoL.
microtekblue wrote:Hi,

What exactly do we do with the modx.prosilver.en file?

Thanks
Nothing, that is the stylesheet for the install file.
The box said 'You need Windows XP or better' .... so I installed linux.

Formerly Drugs
Process
Registered User
Posts: 8
Joined: Mon Jul 07, 2008 10:14 pm

Re: Advanced Meta Tags

Post by Process »

This mod don't correct work with Russian forum
All keywords are English words :?
TigPT
Registered User
Posts: 11
Joined: Wed Jul 16, 2008 3:00 pm

Re: Advanced Meta Tags

Post by TigPT »

i'm newbie with php, sql and phpbb, but i see here alot of potential, is there anyone with time to help him with this mod?
User avatar
mara7
Registered User
Posts: 139
Joined: Wed May 11, 2005 5:59 pm

Re: Advanced Meta Tags

Post by mara7 »

is it support the languages other than english ?
nadalbg
Registered User
Posts: 273
Joined: Wed Jul 16, 2008 12:58 pm
Contact:

Re: Advanced Meta Tags

Post by nadalbg »

So how do you install this mod. SOrry for the question but I am completely new to phpbb
Locked

Return to “[3.0.x] MOD Database Releases”