I want that only admin polls is vissible on homepage and member polls is only vissible in the member area. Anyone?
I want that only admin polls is vissible on homepage and member polls is only vissible in the member area. Anyone? |
There is a treath for this, do a search on the forum Kids first |
I replaced line 725 in - BxBaseIndex.php $mode = strlen($_GET['ppoll_mode']) ? $_GET['ppoll_mode'] : 'last'; with : $mode = strlen($_GET['ppoll_mode']) ? $_GET['ppoll_mode'] : 'admin'; and I still get a member poll as default on home page.
I changed - Settings - Polls Settings to -
Enable member polls = deactivated Number of polls a user can create = 0 Enable profile polls activation = deactivated
What's the trick? |
I backed up ProfilesPolls.sql and erased all posts. After that I uploaded ProfilesPolls.sql. The polls are gone. However, 'ALL POLLS' is set TAB 'Latest' "No profile polls available." When I click TAB 'Admin' the admin poll is vissible. |
/templates/base/scripts/BxBaseIndex.php Kids first |
So far (2009-02-07) the favicon is not vissible (More than 10 days since I changed the code).
First upload tested to: public_html/images/site.ico
and added in: public_html/templates/base-M/_header.html before (some sugest this) the <head> tags </head>-
<link rel="shortcut icon" href="http://www.mysite.com/images/site.ico">
Second upload tested to: public_html/images/site.ico
and added in: public_html/templates/base-M/_header.html between (some sugest this) the <head> tags </head>-
<link rel="shortcut icon" href="http://www.mysite.com/images/site.ico">
Question: Must the icon name be favicon.ico or any-name.ico
and
should the code be before or between the <head> tags </head>? |