Forum

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Settings Section 2.2 Category Select Won't Save

fixed
UserPost

12:47 am
December 9, 2009


Suzanne

New Member

posts 1

1

DCG version 3.0 – I may be working too much lately but I think there's a bug in the admin settings section 2.2. I'm setting the category dropdown to my featured category, but it isn't sticking when you save settings.

12:50 am
December 9, 2009


Ade

Admin

posts 1233

2

Hi,

What version of WP are you using?

Do other settings save OK?

Which category does it revert to after you try to select the featured category?

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

3:55 pm
December 15, 2009


bruno

New Member

posts 1

3

I have the exacly the same problem, after the inicial caetgorie IDs the rest arent accepted and not saved :s

7:47 pm
December 15, 2009


Ade

Admin

posts 1233

4

Hi,

Download a fresh copy and re-install the plugin (deactive the DCG, delete the plugin via FTP – not via the Dashboard – upload fresh copy, reactivate plugin).

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

7:12 pm
January 1, 2010


benorbeen

Member

posts 10

5

Not sure if this is the exact same issue, but when I try to make edits to the sections when using the IE7 browser, I can't get the Save buttons to work/have the changes stick.

However, when I try to use the buttons when using the Firefox browser (3.0), the Save buttons work fine.

I hope that helps you out.

Ben

8:40 pm
January 1, 2010


Ade

Admin

posts 1233

6

Thanks for the feedback Ben. I'll check it out and post back. Smile

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

8:49 pm
January 1, 2010


Ade

Admin

posts 1233

7

Ben,

I'm using IE7 on Win/XP and the options save fine.

Can you give me some more details? Does your problem on IE apply to all options on the Settings Page, or just some. If the latter, which ones?

Thanks.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

10:47 pm
January 1, 2010


benorbeen

Member

posts 10

8

Also using IE7 and XP.  None of the Save buttons appear to work (at least beginning with the first one).  That is, when I click Save, nothing happens in IE7–no brower refresh or anything.  In Firebox, the Save button works, refreshing the page with the new selection.

1:01 am
January 2, 2010


Ade

Admin

posts 1233

9

Ben,

What about other plugins' Settings pages? Can you save their options in IE?

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

1:06 am
January 2, 2010


benorbeen

Member

posts 10

10

I have found no troubles with other plugins' Save buttons on IE7.

2:19 am
January 2, 2010


Ade

Admin

posts 1233

11

Not sure what to suggest. You're not the only person who has reported this, but I can't recreate the issue here. I'll try out a couple of other PC's and see if I can recreate it.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

2:33 am
January 2, 2010


benorbeen

Member

posts 10

12

No worries here.  I understand the desire to get it working in IE7, though that it is functional in Firefox is fine by me!

1:27 pm
January 2, 2010


Ade

Admin

posts 1233

13

It's a strange one. I'll do some more investigating when I have time.

Ade.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

3:07 pm
January 12, 2010


sguser

New Member

posts 2

14

I believe the problem is the 2.2 One Category Setting will not save any category with a "cat id" larger than two digits (example: 279, 428 etc) the setting defaults to "All" when saved. "cat ids" (example: 4, 7, 22 etc) save fine.

1:02 pm
January 17, 2010


Ade

Admin

posts 1233

15

Ah-ha! Thanks for posting that. Yes, it's a bug.

Here's a temporary fix: open up dfcg-admin-ui-sanitise.php (it's in the plugin's includes folder), and change line 294 from this:

$input[$key] = substr( $input[$key], 0, 2 );

to this:

$input[$key] = substr( $input[$key], 0, 4 );

I will issue an updated version of the plugin shortly.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?