How about this change in showPoll() ?
function showPoll($pollid = null) {
global $serendipity;
echo '<strong>' . $this->poll['title'] . '</strong>';
echo '<form action="' . serendipity_currentURL() . '" method="post">';
if ($pollid || $_SESSION["pollHasVoted{$this->poll['id ...
Search found 13 matches
- Tue Nov 29, 2005 8:48 pm
- Forum: Bugs
- Topic: serendipity_plugin_pollbox
- Replies: 9
- Views: 5321
- Tue Nov 29, 2005 7:47 pm
- Forum: Bugs
- Topic: serendipity_plugin_pollbox
- Replies: 9
- Views: 5321
- Tue Nov 29, 2005 7:29 pm
- Forum: Bugs
- Topic: serendipity_plugin_pollbox
- Replies: 9
- Views: 5321
- Tue Nov 29, 2005 11:02 am
- Forum: Bugs
- Topic: serendipity_plugin_pollbox
- Replies: 9
- Views: 5321
- Tue Nov 29, 2005 10:15 am
- Forum: Bugs
- Topic: serendipity_plugin_pollbox
- Replies: 9
- Views: 5321
serendipity_plugin_pollbox
I added the Poll plugin, and created a poll with 'yes' and 'no' as choices. I did a test, selecting the 'no' option. The page was refreshed but both the 'yes' and 'no' percentages and vote counts were displayed as 0% and 0, respectively. I had to refresh the page to see the correct numbers. Is ...
- Tue Nov 29, 2005 9:06 am
- Forum: Installation
- Topic: remote access to admin pages times out
- Replies: 5
- Views: 3676
OS = Debian/Sarge
I've hacked together a page to change the baseURL. Since things are working, I'll go back to looking at the overall configuration later. For now, I'm going to spend some time learning how to write plugins. I'm especially interested in how to add Chi Kien Uong's Advanced Poll to a ...
I've hacked together a page to change the baseURL. Since things are working, I'll go back to looking at the overall configuration later. For now, I'm going to spend some time learning how to write plugins. I'm especially interested in how to add Chi Kien Uong's Advanced Poll to a ...
- Tue Nov 29, 2005 8:32 am
- Forum: General discussions
- Topic: Is there an HTML Nugget Repository?
- Replies: 2
- Views: 1984
- Mon Nov 28, 2005 9:52 pm
- Forum: General discussions
- Topic: Is there an HTML Nugget Repository?
- Replies: 2
- Views: 1984
Is there an HTML Nugget Repository?
Apologies, in advance, if this has been asked and answered...
Is there a repository of HTML Nugget code? I just added a nugget to my s9y blog that uses the zFacts.com National Debt Clock. And then I wondered why this wasn't already available.
Regards.
jj
Is there a repository of HTML Nugget code? I just added a nugget to my s9y blog that uses the zFacts.com National Debt Clock. And then I wondered why this wasn't already available.
Regards.
jj
- Sat Nov 26, 2005 12:18 pm
- Forum: Installation
- Topic: remote access to admin pages times out
- Replies: 5
- Views: 3676
- Wed Nov 23, 2005 9:16 pm
- Forum: Installation
- Topic: remote access to admin pages times out
- Replies: 5
- Views: 3676
remote access to admin pages times out
I can access the admin page when running locally (http://localhost/mydomain). I can access the admin page when running from another pc on my local network, i.e. (http://111.222.333.444/mydomain). I've asked a friend to try and log in to the admin page, but this fails, with a timeout. I'm not sure ...
- Wed Nov 09, 2005 3:27 pm
- Forum: Installation
- Topic: 404 error on client trying to open admin page, release 0.9
- Replies: 4
- Views: 2987
I have gotten things working, thanks to your feedback
I logged into mysql and changed serendipity_config.baseURL to
http://192.168.x.y/mydirectoryname/
from
http://localhost/mydirectoryname/
Thank you
http://192.168.x.y/mydirectoryname/
from
http://localhost/mydirectoryname/
Thank you
- Wed Nov 09, 2005 2:12 pm
- Forum: Installation
- Topic: 404 error on client trying to open admin page, release 0.9
- Replies: 4
- Views: 2987
AllowOverride set to All; URL rewriting is set to 'Disable'
Apologies, but the problem still exists.
I have set AllowOverride All to my serendipity directory.
I temporarily set it to 'All' on my DocumentRoot directory as well.
Url Rewriting is already set as 'Disable URL Rewriting' in the Appearance and Options page.
I have restarted Apache, stopped the ...
I have set AllowOverride All to my serendipity directory.
I temporarily set it to 'All' on my DocumentRoot directory as well.
Url Rewriting is already set as 'Disable URL Rewriting' in the Appearance and Options page.
I have restarted Apache, stopped the ...
- Wed Nov 09, 2005 3:51 am
- Forum: Installation
- Topic: 404 error on client trying to open admin page, release 0.9
- Replies: 4
- Views: 2987
404 error on client trying to open admin page, release 0.9
I installed 0.9; Debian/Sarge; Apache 2; MySql 4.0.24.
I have created two users, several categoris and an entry, when connecting from the server.
I can see the blog from a client PC http://192.168.x.y/thedocumentdirectory); everything looks fine. However, when I try to open the administration page ...
I have created two users, several categoris and an entry, when connecting from the server.
I can see the blog from a client PC http://192.168.x.y/thedocumentdirectory); everything looks fine. However, when I try to open the administration page ...