Category Selection not saved properly

wuf31 - July 16, 2008 - 06:29
Project:EveryBlog
Version:6.x-1.0
Component:Code
Category:bug report
Priority:critical
Assigned:ntroutman
Status:closed
Description

look at the attached patch

AttachmentSize
vocabid.patch160 bytes

#1

ntroutman - July 16, 2008 - 15:21

Thanks, I fixed it. My sites don't use taxonomy for much so it worked since things were numbered numerically. You should see this fix in 1.2.BETA2

#2

ntroutman - July 16, 2008 - 18:50
Priority:normal» critical
Assigned to:Anonymous» ntroutman
Status:needs review» fixed

Fixed pending more problems.

#3

realgar - July 18, 2008 - 09:35

i've changed the code to:

function everyblog_admin() {

$options[] = '-None-';
foreach(taxonomy_get_vocabularies() as $vocab) {
$options[] = $vocab->name;
}

but still doesn't seem to work.
did i get anthg wrong?
thnx.

#4

ntroutman - July 18, 2008 - 13:40
Status:fixed» active

Hmm, I don't know what's wrong, I thought I submitted the patched code. I'll check it out right away.

#5

ntroutman - July 18, 2008 - 13:51

I checked things out and the code looks correct and I just updated by live site to use it and things appear to be working fine.

Make sure you have the latest version: http://ftp.drupal.org/files/projects/everyblog-6.x-1.2-beta2.tar.gz

Also, if you started with version 1.0, then you will need to uninstall, not just disable, the module as there was a bug in the install script. Once v1.0 is uninstalled you can install 1.2-beta2. Let me know if there are any more problems.

#6

realgar - July 21, 2008 - 01:51

have just downloaded and installed beta3.
the blogs work, but here's a prob.

when i create a blog entry using "create content" and select a blog at the "blog" dropdown, then type in the entry and publish, the entry does not appear on the blog. but when i edit the entry thereafter and select the blog again at the dropdown menu, then save, the entry will finally appear on the blog. do you know what's the reason?

thnx so much for your help.

#7

wuf31 - July 21, 2008 - 04:10

realgar..

please create a new issue. I don't see the bug connection with category selection.

#8

ntroutman - July 21, 2008 - 04:52

Moved realgar's bug to issue #285144: blog entry not showing up in a blog after creation.

wuf31, has the bug you reported been fixed by the latest version? if so I will close this issue.

#9

wuf31 - July 21, 2008 - 05:12
Status:active» fixed

I got this when trying to download the file..

The requested URL /files/projects/everyblog-6.x-1.2-beta4.tar.gz was not found on this server.

Take a glance at the CVS though, things look OK. Will mark it fixed for now.

#10

ntroutman - July 21, 2008 - 05:29

You must have tried to download just as beta5 was going up.

#11

Anonymous (not verified) - August 4, 2008 - 05:34
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.