Download & Extend

Category Selection not saved properly

Project:EveryBlog
Version:6.x-1.0
Component:Code
Category:bug report
Priority:critical
Assigned:ntroutman
Status:closed (fixed)

Issue Summary

look at the attached patch

AttachmentSize
vocabid.patch160 bytes

Comments

#1

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

Priority:normal» critical
Assigned to:Anonymous» ntroutman
Status:needs review» fixed

Fixed pending more problems.

#3

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

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

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

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

realgar..

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

#8

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

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

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

#11

Status:fixed» closed (fixed)

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

nobody click here