• Hello Fabrik Community

    Fabrik is now in the hands of the development team that brought you Fabrik for Joomla 4. We have recently transitioned the Fabrik site over to a new server and are busy trying to clean it up. We have upgraded the site to Joomla 4 and are running the latest version of Fabrik 4. We have also upgraded the Xenforo forum software to the latest version. Many of the widgets you might have been used to on the forum are no longer operational, many abandoned by the developers. We hope to bring back some of the important ones as we have time.

    Exciting times to be sure.

    The Fabrik 4.0 Official release is now available. In addition, the Fabrik codebase is now available in a public repository. See the notices about these in the announcements section

    We wish to shout out a very big Thank You to all of you who have made donations. They have really helped. But we can always use more...wink..wink..

    Also a big Thank You to those of you who have been assisting others in the forum. This takes a very big burden off of us as we work on bugs, the website and the future of Fabrik.

Tags don't seem to show in the form

destrecht

New Member
Just started today, and I want to have a Tag area. I'm making a record of videos, and I want to show who's in them for searching purposes.
I found the thing about enabling Enhanced Dropdowns and did that. Now I'm lost.
I don't see anything about tags in any of the dropdowns. What do I do next?
 
I had read that link before. That's what I want. I can't see any tags in the list, or else I'm looking in the wrong place. I've never used them in Joomla- is there something I need to turn on?
 
I'm looking at this and I have no idea what it means. None. copy? to where? Where is the default located? What do they mean by a table? what is field mapping? Is there a Step by step tutorial that explains this?


By default, this element syncs in with Joomla's tags system. They can be managed via Joomla's core Tags component.

While default table is #__tags, there is also possible to choose a custom table for separate tags. But ATM it has no field mapping so the table should have at least the following fields:
`id` int(10) UNSIGNED NOT NULL,
`parent_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
`level` int(10) UNSIGNED NOT NULL DEFAULT '0',
`path` varchar(255) DEFAULT NULL,
`title` varchar(255) DEFAULT NULL,
`alias` varchar(255) DEFAULT NULL,
`published` tinyint(1) NOT NULL DEFAULT '0',
`created_user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
`created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`language` char(7) DEFAULT NULL,
`version` int(10) UNSIGNED NOT NULL DEFAULT '1',

and indexes on (`published`,`access`), `access`,
, `path`, `alias`, `language`.

You can also just copy Joomla core tags table.
 
Just started today
What do you mean, started with using Fabrik?
Then you should start with creating a simple Fabrik list with a simple field element to get some knowledge how Fabrik lists, forms etc. are working.
Then you can add a tags element to your list/form.
http://fabrikar.com/forums/index.ph...s/#installing-and-enabling-additional-plugins

If you want to use more then "out of the box" Fabrik features you should know about MySql, Joomla, php etc.
e.g.
#__tags: #__ is referring to your Joomla DB prefix (this is common Joomla syntax), #__tags is an existing Joomla database table which is storing Joomla tags and which you can use also in the Fabrik tags element.
If you want to have your own tags separated from the Joomla ones you must create a database table with the mentioned structure and link your tags element to this table.

There's no general "step by step" tutorial (because you can do so many different things; Fabrik is an application builder and nobody can know what is "your" application).
See WIKI, forum, youtube videos...
 
I know Joomla- I've jut never used tags in it. I have a basic understanding of MySql and PHP, but I haven't had to use them in much in about 7 years so I'm pretty rusty.
I made a list and form almost immediately - http://office.kevinjackson.me/index.php/video-list
I just can't figure out the tags. Where it say CONTAINS, I want to be able to put tags in there. The names of people, places, etc. This is for cataloguing videos so we can find them easily later. We'll also use them for sound bites.
In the plugin drop list where I chose "field" I thought there would be a "tags" option.
Like this-
index.php


I went to the tutorial and enabled enhanced dropdowns and they still aren't there.

When I asked for tutorials I meant on what field mapping was. I'm not familiar with it. Google mentions forestry, but I have a feeling that isn't what I'm looking for.

I don't care if the tags are through joomla or not. I just want to have them available.
 
No the plugin "tags" isn't there.- I thought I mentioned that at first. That's actually the who reason I'm writing this.
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top