Search found 18 matches

by rx scabin
Wed Jan 17, 2007 6:44 pm
Forum: Bugs
Topic: Adding user
Replies: 4
Views: 2790

Thank you

Thanks. :D
by rx scabin
Tue Jan 16, 2007 9:28 pm
Forum: Bugs
Topic: Adding user
Replies: 4
Views: 2790

I'm a little leery

of upgrading as the blog is/was used in a research project which will begin collecting data soon, so I don't want to do anything which might on even the outside chance fail or break (such as me screwing up the upgrade). So, if I am the only one who sees the message, and that is all it does, can I ...
by rx scabin
Tue Jan 16, 2007 4:46 pm
Forum: Bugs
Topic: Adding user
Replies: 4
Views: 2790

Adding user

I am using 0.9 version. Whenever I create a user I get the following message Warning: Invalid argument supplied for foreach() in /hsphere/local/home/xopc29a/313.xopc29.org/serendipity/include/functions_config.inc.php on line 686 . The user is able to do everything and there does not seem to be any ...
by rx scabin
Sun Dec 17, 2006 7:08 am
Forum: Plugins
Topic: Modifying Karma Listing
Replies: 4
Views: 2634

I am sorry

The name of the plugin that displays in the entry is the karma eventv plugin. The one that displays the username in the sidebar is the karma sidebar plugin (serendipity_plugin_karmaranking).
by rx scabin
Sat Dec 16, 2006 7:01 am
Forum: Plugins
Topic: Modifying Karma Listing
Replies: 4
Views: 2634

There is a side bar

plugin too.
by rx scabin
Fri Dec 15, 2006 10:10 pm
Forum: Plugins
Topic: Modifying Karma Listing
Replies: 4
Views: 2634

Modifying Karma Listing

Can anyone tell me what I need to do to get the karma listing in the sidebar to display the real name of authors and not the username?

Thank you.

rx
by rx scabin
Sat Nov 11, 2006 8:45 pm
Forum: Bugs
Topic: blog disappeared
Replies: 12
Views: 6349

Do not apologize

Your templates are great.


b :)
by rx scabin
Sat Nov 11, 2006 8:35 pm
Forum: Bugs
Topic: blog disappeared
Replies: 12
Views: 6349

Something happened

I went back and removed BE nice, Soccer, and softened cells templates one at a time. It seems that they all cause the blog to disappear. Without them, the blog is fine. By the way, I was running version 1.0.0.
by rx scabin
Sat Nov 11, 2006 8:20 pm
Forum: Bugs
Topic: blog disappeared
Replies: 12
Views: 6349

blog disappeared

I just installed some new templates: softened cell. soccer and others I do not remember. When I go to my blog a blank page comes up. One of the sudebar pluginns is the "choose your own template" one.
by rx scabin
Thu Nov 02, 2006 8:18 pm
Forum: Bugs
Topic: karma voting
Replies: 16
Views: 8618

Fixed

It works. Thank you.

:D
by rx scabin
Wed Nov 01, 2006 6:59 pm
Forum: Bugs
Topic: karma voting
Replies: 16
Views: 8618

Here is what I get for Query.

Error

SQL query:

CREATE TABLE serendipity_karma(
entryid int( 11 ) default NULL ,
points int( 4 ) default NULL ,
votes int( 4 ) default NULL ,
lastvote int( 10 ) NULL ,
visits int( 11 ) default NULL
)

MySQL said: Documentation
#1142 - CREATE command denied to user 'xopc29a_stu2'@'localhost' for ...
by rx scabin
Tue Oct 31, 2006 3:42 pm
Forum: Bugs
Topic: karma voting
Replies: 16
Views: 8618

MySQL

The version is 4.1.21

Thank you for all your help.
by rx scabin
Tue Oct 31, 2006 3:32 pm
Forum: Bugs
Topic: karma voting
Replies: 16
Views: 8618

Reinstalled

I still get the same error.
by rx scabin
Mon Oct 30, 2006 6:31 pm
Forum: Bugs
Topic: karma voting
Replies: 16
Views: 8618

I did it

This came up as the page:

SELECT * FROM serendipity_entries AS e LEFT OUTER JOIN serendipity_karma AS k ON e.id = k.entryid WHERE e.id = 58 LIMIT 1 RETURNS:

SELECT *
FROM serendipity_entries AS e
LEFT OUTER JOIN serendipity_karma AS k
ON e.id = k.entryid
WHERE e.id = 58 LIMIT 1

/ Table ...
by rx scabin
Fri Oct 27, 2006 10:23 pm
Forum: Bugs
Topic: karma voting
Replies: 16
Views: 8618

This is what I get now

Sorry it took me so long to get back.
I changed the serendipity_event_karma.php plugin file in the manner you said ( I believe). Prior to that I changed to an older version of the plugin which worked at my other Serendipity (0.9) blogs. That did not work although karma voting works great at those ...