Search found 13 matches

by uptoome
Tue Nov 29, 2005 8:48 pm
Forum: Bugs
Topic: serendipity_plugin_pollbox
Replies: 9
Views: 5321

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 ...
by uptoome
Tue Nov 29, 2005 7:47 pm
Forum: Bugs
Topic: serendipity_plugin_pollbox
Replies: 9
Views: 5321

The polls and polls_options tables get out-of-synch when the Go! button is clicked, but no choice has been selected. The polls.votes column is incremented; the polls_options columns aren't.
by uptoome
Tue Nov 29, 2005 7:29 pm
Forum: Bugs
Topic: serendipity_plugin_pollbox
Replies: 9
Views: 5321

Both plugins (ver 2.05) are now installed. I cast another 'no' vote. The page was refreshed and the %, totals were displayed. There were 3 no votes, 0 yes votes. The total votes was shown as 4.

Here are the contents of the serendipity_polls and serendipity_polls_options tables;

mysql> select ...
by uptoome
Tue Nov 29, 2005 11:02 am
Forum: Bugs
Topic: serendipity_plugin_pollbox
Replies: 9
Views: 5321

Polls ver -> 2.05
Serendipity ver -> 0.9
Sidebar only
http://www.iamsickandtiredof.com
by uptoome
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 ...
by uptoome
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 ...
by uptoome
Tue Nov 29, 2005 8:32 am
Forum: General discussions
Topic: Is there an HTML Nugget Repository?
Replies: 2
Views: 1984

Thank you for the feedback.
btw, the nugget is much easier to use than the clumsy hacking I tried when I first started using serendipity.
by uptoome
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
by uptoome
Sat Nov 26, 2005 12:18 pm
Forum: Installation
Topic: remote access to admin pages times out
Replies: 5
Views: 3676

I've been able to tweak things to allow remote access to the admin pages by changing baseURL to http://my-static-ip-address/my-document-directory., and dbHost->localhost.

However, this has the unfortunate consequence of my not being able to access the admin pages from my server system, or from ...
by uptoome
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 ...
by uptoome
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
by uptoome
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 ...
by uptoome
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 ...