| :: |
| Author |
Message |
ddany23
Joined: 15 Sep 2007 Posts: 4
|
Posted: Sat Sep 15, 2007 5:27 am Post subject: Dynamic Meta tags - meta tags not apearing |
|
|
Hello,
This is my first post and i really need some help. I am a newbie:( and for some days now i am trying to install mods, etc:).
I've installed the "DYNAMIC META TAGS" mod after i have previously installed "easy mod", "approval mod" and "mod rewrite".
I've installed "Dynamic meta tags" using Easy Mod. Everything was succesfull and i've also checked every step using the DIY documentation to see if easymod did the right job.
The problem is i do not see my tags anywhere.
This is my test forum -http://www.1sexyteacher.info/phpBB2/
I use mozilla and when i go to "edit page", i see the source html code with not tags at all.
Pls hel!
P.S.
I still have the style file in the overall_header.tpl
If i try to cut the styles and place them into a external css file and then link the css file to the overoll_header.tpl... all the sites design gets messed up. How can i do this?
P.S. 2 pls check if my rewrite mod is installed succesfull. I've installed it using easy mod and then configuring the .htaccess file. I did not do anything extra.
Ty very much,
And i hope you can help. |
|
|
| Back to top |
|
 |
|
 |
ddany23
Joined: 15 Sep 2007 Posts: 4
|
Posted: Sat Sep 15, 2007 6:40 am Post subject: Re: Dynamic Meta tags - meta tags not apearing |
|
|
I thik i've got it working, but please check to see if it's installed properly.
Seems like when using easy mod to install "dynamic meta tags" a DIY command was overulled:
AFTER ADD #364
// www.phpBB-SEO.com - META
'META_TAG' => $seo_meta,
// www.phpBB-SEO.com - META
I think from now one i'll try to install the simple mods by had.
Pls check the forum to see if everything looks ok. I'm still gonna aply other seo mods;
P.S. Please tell me, if my forum is new with no post indexed by google and i've installed "mode rewrite", is it a good ideea to install zero duplicate mod?
Ty |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
ddany23
Joined: 15 Sep 2007 Posts: 4
|
Posted: Sun Sep 16, 2007 2:04 pm Post subject: Re: Dynamic Meta tags - meta tags not apearing |
|
|
Please tell me..
I've installed all my mods using the Easy mod. (rewrite mod, zero duplicate, etc.)
In order to use "Easy Mod" i had to upload the mods( wich i've downloaded from PhpBB2 Forum) to "phpbb2/admin/mods".
The question is:
After i've uploaded the mods, intalled them with EasyMod.. is it safe to delete them from "phpbb2/admin/mods"?
Ty. |
|
|
| Back to top |
|
 |
ddany23
Joined: 15 Sep 2007 Posts: 4
|
Posted: Mon Sep 17, 2007 4:14 am Post subject: Re: Dynamic Meta tags - meta tags not apearing |
|
|
I have my forum istalled in a directory called "/phpBB2"
The site will have some html pages in the root and the forum in the /phpBB2.
I want to creat using GYM a single sitemap, that will change dinamicly not only for the forum, but for the html pages also. Can it be done?
I've tried placine the urllist.php, sitemap.php in the root folder but with no luck.
Also, if this cannot be done, will i need to have two sitemaps? 1 for the forum and the other one for the html pages in the root?
How about placing the forum on 1 domain and the html pages on other? will that be a good sollution?
Ty very much |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
markowe
Joined: 22 Oct 2007 Posts: 2
|
Posted: Mon Oct 22, 2007 9:19 am Post subject: A related question... |
|
|
I want to install one of the rewrite mods, but I have already installed dynamic meta tags. Can I realistically install Advanced Mod Rewrite AFTER dynamic meta tags? Because the mod rewrite module wants to replace phpbb_seo_class.php, but I don't want it doing that as dynamic meta tags has already made changes there.
Would be easier just to uninstall DMT and then install AMR and then reinstall DMT, or can phpbb_seo_class.php be easily changed to reflect the changes AMR wants to make? I would prefer the latter, because installing DMT was a right royal hassle! (slight mistake in the install script, I think) |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3089
|
Posted: Mon Oct 22, 2007 9:45 am Post subject: Re: Dynamic Meta tags - meta tags not apearing |
|
|
You can install the mod rewrite with no problem.
All you'll have to do is add the meta tag code changes in the mod rewrite's phpbb_seo_class.php again, as if you where installing it with the mod rewrite.
The other code changes for the meta tag mod in the phpBB files will already be in place. |
_________________
|
|
| Back to top |
|
 |
markowe
Joined: 22 Oct 2007 Posts: 2
|
Posted: Mon Oct 22, 2007 4:59 pm Post subject: Re: Dynamic Meta tags - meta tags not apearing |
|
|
| Many thanks, I'll give that a go - hope I don't get lost in the code! |
|
|
| Back to top |
|
 |
financialaidforum
Joined: 26 Dec 2007 Posts: 17
|
Posted: Thu Jan 17, 2008 5:01 pm Post subject: Re: Dynamic Meta tags - meta tags not apearing |
|
|
So, it's me again! I am now trying to install the SEO Dynamic Meta tag mod after finally getting the SEO Mod Rewrite to work.
While running through the install, I noticed that this line doesn't exist in my common.php.
| Code: | if (file_exists('install') || file_exists('contrib'))
{
message_die(GENERAL_MESSAGE, 'Please_remove_install_contrib');
} |
My other confusion is this step in phpbb_seo/phpbb_seo_class.php:
| Code: | #-----[ FIND ]------------------------------------------
#
/**
* constuctor
*/
function phpbb_seo() {
#
#-----[ FIND ]------------------------------------------
#
return;
} |
It'a saying to find 2 different things and add a line before it but there are mutliple instances of:
Please advise. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
financialaidforum
Joined: 26 Dec 2007 Posts: 17
|
Posted: Fri Jan 18, 2008 2:24 pm Post subject: Re: Dynamic Meta tags - meta tags not apearing |
|
|
Thanks for the reply. I made the changes to those files but now I don't have the following line in index.php, viewforum.php or viewtopic.php.
| Code: | | include($phpbb_root_path . 'includes/page_header.'.$phpEx); |
Was this mod built for 2.0 and does it work with 3.0? The next step says to modify overall_header.tpl and I'm pretty sure that is no longer used in 3.0. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
|
|