GavickPro / Meet-GavernWP

Meet GavernWP is a responsive free Wordpress theme
35 stars 23 forks source link

As discussed in title options topic #71

Closed NormanUK closed 11 years ago

NormanUK commented 12 years ago

Need to re-create language .pot file please.

dziudek commented 12 years ago

I cannot merge this pull request:

NormanUK commented 12 years ago
  1. I ll try break them down and I ll open separate issue topic highlighting them.
  2. / 3. Original Seo meta boxes was 2 and didn't see nor notice they were using gavern_show_og_meta_box function.
  3. I ll check that out.

See you around ;)

dziudek commented 12 years ago

2) My mistake - I've local version with one meta box for it - so please in your next revision merge it to one metabox. Regarding the code in gavern_show_og_meta_box - it is a code for more complex metaboxes, and I suggest to use this one, because it contains support for the image field type.

In general when you finish I'll review your code in your fork and then (after my changes) we will merge it, because it is a very important part of the framework and we cannot mess it ;)

dziudek commented 12 years ago

Please remember that we have a little bit of time, because these features will be implemented in Gavern 1.5 which will be released at the start of October :)

NormanUK commented 12 years ago

@dziudek , can you take a look at this class http://www.farinspace.com/wpalchemy-metabox/

Covers pretty much everything including storage mode, normal or json array. Perhaps we can use that.

dziudek commented 12 years ago

@NormanUK - please don't include complex code like this - the JSON storage is too simple operation - it needs usage of two built-in functions - json_decode and json_encode.

NormanUK commented 12 years ago

Problem I am getting is saving fields and retrieving them in save data function while checking old / new values while using json. I think I am going to leave this one to you @dziudek so it doesn't cause anymore delays.

dziudek commented 12 years ago

@NormanUK - ok Mate - I'll work with it on your branch, when I'll start the 1.5 version work :)