 | Vote poll on portal page |  |
Posted: 11/28/2006 12:09 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 8:00 AM
Location: Klang, Malaysia
|

|
|
|
|
 |
My vote poll function could no be working on my portal page. I was create a new poll for voting ..but on my portal page there cannot be working..what problem?
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Vote poll on portal page |  |
Posted: 11/28/2006 5:38 AM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 8:00 AM
|

|
|
|
|
 |
I use the MKPortal and for my polls I have to select which poll I want shown on the portal page - it doesn't show automatically.
Also make sure the poll block is active.
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Vote poll on portal page |  |
Posted: 11/28/2006 10:40 PM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 8:00 AM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Karen wrote:
|
I use the MKPortal and for my polls I have to select which poll I want shown on the portal page - it doesn't show automatically.
Also make sure the poll block is active.
|
So how to active it and where to edit which poll i want to show on my portal page?? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Vote poll on portal page |  |
Posted: 11/28/2006 11:59 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:00 AM
Location: St Pete, FL
|

|
|
|
|
 |
You would adjust this setting in your portal.php file to point to the forum(s) that will include Polls:
| Code:
|
// Poll Forum ID: separate by comma for multi-forums, eg. '3,8,14'
$CFG['poll_forum'] = '1';
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Vote poll on portal page |  |
Posted: 11/29/2006 12:10 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 8:00 AM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider wrote:
|
You would adjust this setting in your portal.php file to point to the forum(s) that will include Polls:
| Code:
|
// Poll Forum ID: separate by comma for multi-forums, eg. '3,8,14'
$CFG['poll_forum'] = '1';
|
|
I don't understand at this settings, 3,8,14 <<<< my vote topic room is 277 . So how do i do ? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Vote poll on portal page |  |
Posted: 11/29/2006 12:37 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:00 AM
Location: St Pete, FL
|

|
|
|
|
 |
Each forum on your board has a forum_id number. If you click on the forum on your Index page, you can easily see the forum_id in the URL. The phpBB Chat forum has ?f=25 at the end of the resulting URL meaning that the forum_id for the phpBB Chat forum is 25...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Vote poll on portal page |  |
Posted: 11/29/2006 12:58 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 8:00 AM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider wrote:
|
Each forum on your board has a forum_id number. If you click on the forum on your Index page, you can easily see the forum_id in the URL. The phpBB Chat forum has ?f=25 at the end of the resulting URL meaning that the forum_id for the phpBB Chat forum is 25...
|
Ok.my poll forum is t=277 and i was add the number to 277 , but i don't seen anything be working.
1.
| Code:
|
// Poll Forum ID: separate by comma for multi-forums, eg. '3,8,14,'
$CFG['poll_forum'] = '1';
|
2.
| Code:
|
// Poll Forum ID: separate by comma for multi-forums, eg. '3,8,14,'
$CFG['poll_forum'] = '277';
|
|
|
|
 |
 |
| Back to Top |
|
|
 | Re: Vote poll on portal page |  |
Posted: 11/29/2006 1:20 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:00 AM
Location: St Pete, FL
|

|
|
|
|
 |
The highest forum ID that you have is 87. You don't have a forum with the forum_id=277...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Vote poll on portal page |  |
Posted: 12/06/2006 11:28 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 8:00 AM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Where to see that room id??? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Vote poll on portal page |  |
Posted: 12/06/2006 3:25 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:00 AM
Location: St Pete, FL
|

|
|
|
|
 |
Click on the forum that you need the forum_id for:
At the end of the URL in your browser, you will see the forum_id:
So for your Feedback And Suggestion forum, the forum_id is 2...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|