I have created new pages thanks to Angra-Mainyu's kind help, now I have a follow-up question:
how do I add advertisment on the new pages?
I did this:
I added this
- Code: Tout sélectionner
<li><a href="{'/admin/ad/in/faq'|url}">FAQ</a></li><!-- testing -->
to
\arfooo\admin\templates\arfooo\menu\menuleft\menuleftAdsense.tpl
and of course the link appears in the left side menu, and naturally it gives error, when clicking on it.
After that I added this (line 56)
- Code: Tout sélectionner
$pages = array("news", "topHits", "topNotes", "topRank", "topReferrers",
"search", "contact", "error404", "allcategories", "predefineCategory",
"predefineSite", "predefineKeyword", "predefineTag", "index", "faq");//faq added as new page
and this (line 93)
- Code: Tout sélectionner
case "faq"://added for the new faq page
to
F:\siti\bblisting\arfooo\admin\controllers\AdController.php
Now when I click on the "faq" page link, I get to choose to enable ad on the new page, on "header" "left", and "right", I enable the ad, I pick the ad from drop down in all three, but when I view the faq page, nothing is displayed.
Ad works fine in the default arfooo pages.
Thank you
Using v. 2.0.2