I want to add some menus with subcategory in admin.I want to add a Seo category to check my page rank, to see my web position, .... I have the seo scripts but hoe can i add it to admin menu?
Thanks
merci
2007-05-09 10:29
qwerty@de.hu - you should edit templates/admin/page.tpl and after this:
<div class="menuBar">
is the code with links in admin, add there your link and links to subcategories are few lines further, it starts with
hmmm. I have added : " <a class="menuButton" href="?p=seoList" onmouseover="return buttonClick(event,'seo'); buttonMouseover(event,'seo');">$lang[seo]</a>" ...and for subcategory i added
... but the menu dose not apera in admin.. i have added the new language text in language file... what is wrong?.. i want a category named Seo and under it 3-4 subcategories.I want the pages to be opened in the same window as the admin... just like adding a product or a category
merci
2007-05-10 13:00
qwerty@de.hu - I have tested your code and in my admin menu appears new link Seo with subcategory Pagerank, so maybe you make mistake while adding to language file. For example I have added to lang/pl.php this code:
aha..it was from language ..thank you "merci" ... but now if i click on the menu pagerank it is displayed in a new window, i want to show the page under the menu from admin bar... like adding categories or adding a product..
merci
2007-05-11 09:35
qwerty@de.hu - it is displayed in the same window, but without the menu above your content, so you should in actions_admin/other.php create for example
then you should create templates/admin/pagerank.tpl file with block PAGERANK and in this block insert <iframe> with link to your script. Of course you have to change also your link in templates/admin/page.tpl