I tried an extension called Meta extensions which uses a file called meta.php, but it only added the description meta tag, and a duplicate keywords meta tag.
I'm most interested in modifying the <title> tag, and haven't found a way to do this.
Is there a way?
Thanks!
Tim
......................................................... ! ............................................................. Tim Ware .. HyperArts .. 201 4th Street, Ste 404 .. Oakland CA 94607 t: (510) 339-6084 .. f: (510) 339-6086 .. e: tim@hyperarts.com http://www.hyperarts.com Map
Tim Ware wrote:
I tried an extension called Meta extensions which uses a file called meta.php, but it only added the description meta tag, and a duplicate keywords meta tag.
I'm most interested in modifying the <title> tag, and haven't found a way to do this.
Is there a way?
Thanks!
Tim
Modify... in which way? You could change the skin, but the best way is probably at OutputPage.
On Apr 25, 2009, at 5:00 PM, Platonides wrote:
Tim Ware wrote:
I tried an extension called Meta extensions which uses a file called meta.php, but it only added the description meta tag, and a duplicate keywords meta tag.
I'm most interested in modifying the <title> tag, and haven't found a way to do this.
Modify... in which way? You could change the skin, but the best way is probably at OutputPage.
Well, either with an extension or a modification to the skin, perhaps so that the title tag was the same as the page name. So if you can suggest an "output page" that will do this, or a skin mod, I'd be appreciative.
I've tried Meta.php and AddMetas.php and Add_HTML_Meta_and_Title.php, and none works with the title tag.
Thanks.
Tim
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
The fix is modifying the skin, in my case MonoBook.php:
<title><?php $this->text('pagetitle') ?></title>
That worked, although it still adds the name of the wiki as well as the pagetitle. How would I modify to get rid of the wiki name?
On Apr 25, 2009, at 5:00 PM, Platonides wrote:
Tim Ware wrote:
I tried an extension called Meta extensions which uses a file called meta.php, but it only added the description meta tag, and a duplicate keywords meta tag.
I'm most interested in modifying the <title> tag, and haven't found a way to do this.
Is there a way?
Thanks!
Tim
Modify... in which way? You could change the skin, but the best way is probably at OutputPage.
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org