thomas15915526 Approved

Member since: 2016-04-18

Recent posts by thomas15915526
Post When

I have 2 pages index.htm and links.htm and a partial sidebar.htm.

I'm trying to get my sidebar to di...

Posted in Display different sidebar contents based on page url

I have now been able to get this working

The relationships are setup correctly. I just needed to wri...

Posted in Creating a front end relationship

ah thanks so now I have the below and when I {{ dump(images) }} I get

Object variables NULL 0 N...

Posted in Creating a front end relationship

I have 2 tables albums and images

albums
========
id
title
slug

images
========
id
img
album_id

I'm...

Posted in Creating a front end relationship

just one more quick question - how can I display this on the front end.

I've created my albums/:slu...

Posted in Building a Plugin with relations with Builder

thanks for all your help, I've semi got it working. I now have the option to create an album when cl...

Posted in Building a Plugin with relations with Builder

I've removed the relation and added

<?=$this->renderRelation('image') ?>

to update.htm and to index...

Posted in Building a Plugin with relations with Builder

I have yes, i've used the relation field and added album_id here. So your saying I dont need to do ...

Posted in Building a Plugin with relations with Builder

ok great so now my controller is :

<?php namespace Acme\Library\Controllers;

use Backend\Classes\Co...

Posted in Building a Plugin with relations with Builder

Thanks for the reply, I'm trying to create a relationship between 2 plugins made using the builder, ...

Posted in Building a Plugin with relations with Builder