Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
boomtastic
tagDiv Member

Its true, if you look into the childtheme that ships with 8.0 it states:
Newspaper V6.3+ Child theme – Please do not use this child theme with older versions of Newspaper Theme
However…
the child theme from 7.8 states:
Newspaper 7 Child theme – Please do not use this child theme with older versions of Newspaper Theme

The only difference in the code is 7.8 has ‘c’ the new one does not. is this important?

7.8 –>
wp_enqueue_style('td-theme', get_template_directory_uri() . '/style.css', '', TD_THEME_VERSION . 'c' , 'all' );

8.0 –>
wp_enqueue_style('td-theme', get_template_directory_uri() . '/style.css', '', TD_THEME_VERSION, 'all' );

  • This reply was modified 9 years by boomtastic. Reason: English was fine. Was thinking of another post
boomtastic
tagDiv Member

I literally have no idea what your talking about at this point. I never said it was bad. I never said I wanted a refund or that it didn’t work, so get off of the defense. As a matter of fact, I think NewsPaper is great and wonderfully well put together and exceeds our every expectation. I wanted to know what you named the table, rows and fields that YOU (TagDiv Team) added so I could pass it to the company that pushes the data-feed from the Printer to the website. Currently our system is set to push the XML feed to TownNews, the largest provider of Newspaper websites in the world. Their fields don’t match yours… I bet your shocked.

I wanted to know where to map my data for the fields YOU have built in here. E.G. YOU added a “via” field (AMONG OTHERS) on the admin-end of the post section. Okay so now, when I want to populate that field with data from the XML-feed. I would add the “Via Name” result to which table and field?

Instead of answering “via name” goes into “td_via” inside of “td_post_theme_settings”, I got you telling me that is custom work or I need to hire an IT team and that you’d give me a refund all while insinuating I and my company are stupid for using WordPress for this and then telling me how a real newspapers works. None of which was even remotely accurate, helpful or requested. Especially since thousands of newspapers are using WordPress and they are pushing hard at all the major press conventions with new papers converting daily. I do however know for a fact I never asked if you could be smarmy and condescending.

boomtastic
tagDiv Member

Thank you!

boomtastic
tagDiv Member

okay perfect. I did some digging and filled out all the arrays so that if I have one it can be applied in the table. I will share it here incase someone else uses this in a real newspaper setting. You should also consider adding this to your documentation. An actual newspaper uses InDesign to create newspapers. Then they flow that to the massive printers via an XML data feed and creates the printable pages via generated .pdf’s and also uses that XML feed to post the data where it is supposed to go in the websites. So when I send an article to print, I know where and how to map my fields i.e. sub-headline, cutline and so forth. Otherwise I’m stuck trying to figure this out by filling in a bunch of extra shit which really sucks, because you never know if you missed one or if something changes when it’s in a new template or whatever. So that is my plea to you, to make this actually useful in a real newspaper setting where your dealing with system integrations and writers submitting via the software’s article submission system, tell us what all the options are. What they lead to so its just simple and ready to go. Unless you already have something for that.

Here is what I was able to dig up, Will you see if there are others that I missed please.
———————————————————-
pulled via phpMyAdmin:

td_post_theme_settings

a:7:{
s:14:”td_primary_cat”;
s:3:”294″;
s:11:”td_subtitle”;
s:20:”This is the subtitle”;
s:18:”td_quote_on_blocks”;
s:24:”quote on blocks are here”;
s:9:”td_source”;
s:23:”this is the source name”;
s:13:”td_source_url”;
s:22:”this is the source URL”;
s:6:”td_via”;
s:20:”This is the Via Name”;
s:10:”td_via_url”;
s:19:”This is the via URL”;
}

———————————————————-

boomtastic
tagDiv Member

Okay I think you are misunderstanding. I don’t want anything customized from you at all. I want to know what the fields you added via your template populate in the postmeta.

ie. you have added subheadline… what is that in the postmeta? you have a via field… what is that in the post meta? You added a source field… what is that in the postmeta? Does this make more sense to you now. I want this from you so I can map the XML feed from IN-Design.

Please and Thank You.

boomtastic
tagDiv Member

Thank you.

Okay so are there added values in one of these tables to elicit the behavior for the articles?

We need to be able to add from an interface the various values the posts are taking. For example, I want to be able to send the Via and Via URL from this interface. How does that happen what value is added and where? Also to be able to choose between video and standard post types. All the extras are the things I need to figure out so we can get this thing working properly and then start using it for our other publications.

Gerald

Viewing 6 posts - 1 through 6 (of 6 total)