Only Admin Polls

I want that only admin polls is vissible on homepage and member polls is only vissible in the member area. Anyone?

Quote · 29 Jan 2009

There is a treath for this, do a search on the forum

Kids first
Quote · 29 Jan 2009

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?

Quote · 31 Jan 2009

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.

Quote · 31 Jan 2009

/templates/base/scripts/BxBaseIndex.php



Find this line



$mode = strlen($_GET['ppoll_mode']) ? $_GET['ppoll_mode'] : 'last';



change 'last';

to 'admin';


If this is not working then I don't know... At my sites its working with no problem.

Kids first
Quote · 31 Jan 2009

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>?

Quote · 6 Feb 2009

Add a favicon to your Web site

Quote · 7 Feb 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.