• Resolved maury1971

    (@maury1971)


    here the JSON data flux i receive from a link

    {
    	"6651318":{
    		"id":"6651318",
    		"profil":"",
    		"zeiten":"",
    		"video":1,
    		"rubid":"47848",
    		"name":"Fakegalerie3",
    		"datum":"2015-10-31 00:30:26",
    		"sortierung":"0",
    		"anzeigentext":"Fakeauftrag 3",
    		"url":null,
    		"url2":"",
    		"thumb":"318\/6651318-F0.JPG",
    		"path":"http:\/\/bilder.ladies.de\/Bilder\/",
    		"checkin":false,
    		"bezugsid":0,
    		"status":0,
    		"hd":false,
    		"pics":[
    			{
    				"small":"318\/6651318-Y1.JPG",
    				"middle":"318\/6651318-X1.JPG",
    				"big":"318\/6651318-F1.JPG",
    				"foto_id":"1",
    				"fototext":""
    			},
    			{
    				"small":"318\/6651318-Y2.JPG",
    				"middle":"318\/6651318-X2.JPG",
    				"big":"318\/6651318-F2.JPG",
    				"foto_id":"2",
    				"fototext":""
    			},
    			{
    				"small":"318\/6651318-Y3.JPG",
    				"middle":"318\/6651318-X3.JPG",
    				"big":"318\/6651318-F3.JPG",
    				"foto_id":"3",
    				"fototext":""
    			},
    			{
    				"small":"318\/6651318-Y4.JPG",
    				"middle":"318\/6651318-X4.JPG",
    				"big":"318\/6651318-F4.JPG",
    				"foto_id":"4",
    				"fototext":""
    			},
    			{
    				"small":"318\/6651318-Y5.JPG",
    				"middle":"318\/6651318-X5.JPG",
    				"big":"318\/6651318-F5.JPG",
    				"foto_id":"5",
    				"fototext":""
    			}
    		],
    		"zusatztext":""
    	},
    	"6651313":{
    		"id":"6651313",
    		"profil":"",
    		"zeiten":"",
    		"video":0,
    		"rubid":"47848",
    		"name":"Fakegalerie2",
    		"datum":"2015-10-31 00:30:25",
    		"sortierung":"0",
    		"anzeigentext":"Fakeauftrag 2",
    		"url":null,
    		"url2":"",
    		"thumb":"313\/6651313-F0.JPG",
    		"path":"http:\/\/bilder.ladies.de\/Bilder\/",
    		"checkin":false,
    		"bezugsid":0,
    		"status":0,
    		"hd":false,
    		"pics":[
    			{
    				"small":"313\/6651313-Y1.JPG",
    				"middle":"313\/6651313-X1.JPG",
    				"big":"313\/6651313-F1.JPG",
    				"foto_id":"1",
    				"fototext":""
    			},
    			{
    				"small":"313\/6651313-Y2.JPG",
    				"middle":"313\/6651313-X2.JPG",
    				"big":"313\/6651313-F2.JPG",
    				"foto_id":"2",
    				"fototext":""
    			},
    			{
    				"small":"313\/6651313-Y3.JPG",
    				"middle":"313\/6651313-X3.JPG",
    				"big":"313\/6651313-F3.JPG",
    				"foto_id":"3",
    				"fototext":""
    			},
    			{
    				"small":"313\/6651313-Y4.JPG",
    				"middle":"313\/6651313-X4.JPG",
    				"big":"313\/6651313-F4.JPG",
    				"foto_id":"4",
    				"fototext":""
    			},
    			{
    				"small":"313\/6651313-Y5.JPG",
    				"middle":"313\/6651313-X5.JPG",
    				"big":"313\/6651313-F5.JPG",
    				"foto_id":"5",
    				"fototext":""
    			}
    		],
    		"zusatztext":""
    	},
    	"6651307":{
    		"id":"6651307",
    		"profil":"",
    		"zeiten":"",
    		"video":0,
    		"rubid":"47848",
    		"name":"Fakegalerie!",
    		"datum":"2015-10-31 00:30:25",
    		"sortierung":"0",
    		"anzeigentext":"Fakeauftrag 1",
    		"url":null,
    		"url2":"",
    		"thumb":"307\/6651307-F0.JPG",
    		"path":"http:\/\/bilder.ladies.de\/Bilder\/",
    		"checkin":false,
    		"bezugsid":0,
    		"status":0,
    		"hd":false,
    		"pics":[
    			{
    				"small":"307\/6651307-Y1.JPG",
    				"middle":"307\/6651307-X1.JPG",
    				"big":"307\/6651307-F1.JPG",
    				"foto_id":"1",
    				"fototext":""
    			},
    			{
    				"small":"307\/6651307-Y2.JPG",
    				"middle":"307\/6651307-X2.JPG",
    				"big":"307\/6651307-F2.JPG",
    				"foto_id":"2",
    				"fototext":""
    			},
    			{
    				"small":"307\/6651307-Y3.JPG",
    				"middle":"307\/6651307-X3.JPG",
    				"big":"307\/6651307-F3.JPG",
    				"foto_id":"3",
    				"fototext":""
    			},
    			{
    				"small":"307\/6651307-Y4.JPG",
    				"middle":"307\/6651307-X4.JPG",
    				"big":"307\/6651307-F4.JPG",
    				"foto_id":"4",
    				"fototext":""
    			}
    		],
    		"zusatztext":""
    	}
    }

    please tell me how do i have to use the shortcode to get this readed , consider that the ID will allway be different ..
    or should i ask to create a basenode named Gallery to be in all JSON fluxes the same ?
    tnx for your support

    https://www.ads-software.com/plugins/json-content-importer/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter maury1971

    (@maury1971)

    P.S: u cannot test the link as it has rights granted only on a specific domain , thats wy i dont posted it ..

    but the output of the php file wich i must CALL ist that JS#ON

    Thread Starter maury1971

    (@maury1971)

    the output should be a gallery GRID
    each gallery if clicked should open in same DIV showin the content of the subloop pics, and description name etc ..

    Plugin Author berkux

    (@berkux)

    I checked it and I can give you a template for the shortcode which displays the data.
    But respect my principle: Donate what this is worth for you.

    greetings from munich, germany

    Thread Starter maury1971

    (@maury1971)

    Hi ! so please send it to me so i can make some tests , or give me your direct kontakt my skype is [ redacted, support is not offered via email, Skype, IM etc. only in the forums ]

    tnx

    Thread Starter maury1971

    (@maury1971)

    and by the way ( Grü?e aus K?ln)

    Plugin Author berkux

    (@berkux)

    Hallo maury1971,

    bitte kontaktiere mich über
    https://json-content-importer.com/legal-contact/

    Sch?nen Gru?
    Bernhard

    Plugin Author berkux

    (@berkux)

    Hi,
    we moved this to private mailing. So I mark this thread as resolved.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘help please’ is closed to new replies.