Skip Navigation

[Resolved] Create directory database (site)

This support ticket is created 4 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 4 replies, has 2 voices.

Last updated by Jamal 4 years, 6 months ago.

Assisted by: Jamal.

Author
Posts
#1951413

Tell us what you are trying to do?
Create a website directory with:
- persons (awards, country of birth, etc. fields for sorting)
- movies (directors, actors, cameramen, etc.)
- books (authors, genre, etc.)
- song (author or authors and albums)

Is there any documentation that you are following?
I read & watched your courses.

Is there a similar example that we can see?
similar page for PERSON hidden link
similar page for PERSON hidden link
similar page for MOVIE hidden link
similar page for BOOK hidden link

What is the link to your site? hidden link

#1952005

Hello and thank you for contacting the Toolset support.

I would be delighted to help, but I don't know what is the question you are asking? Can you provide more details?

Based on your profile, I think you are a new Toolset user, but I don't know how comfortable and familiar with WordPress.

I have seen your previous thread, replied by my colleague Agnes, and I spotted this sentence "create the database and display it on the site page", I assume that's your question, right?

Short answer: Yes, you can build a similar website with the Toolset plugins, and probably some other 3rd party plugins.

Long answer:
Well, first, I believe it is very important that you become familiar with WordPress fundamentals, and then get familiar with the Toolset fundamentals. I'll explain below some of them, and I'll add some tutorials that will help you understand how Toolset works and, of course, build your project.

WordPress has some basic data elements, such as Post Types, Taxonomies, Custom Fields, and Users:
- Post Types are the heart of the data model. Basically, most of the data will be stored as posts from different post types. WordPress offers some default post types(Pages, Posts, and Medias).
- Taxonomies are a way of classifying posts in groups, categories, set, etc. WordPress offers two default taxonomies(Categories, Tags)
- Custom Fields are tied to post, taxonomies, or users. They extend what data can a post have. For a book as an example, you would like to have an ISBN field.
- Users have passwords and can interact with the systems, based on their roles.

Toolset will allow you to create your own post types(Movies, Books, Songs, etc.), your own taxonomies(Drama, Action, etc. For Movies as an example), and will allow you to extend their data model with Custom fields. Users can also have custom fields(Birthday or Twitter link as an example).

Please check our glossary page for more details:
- https://toolset.com/glossary/

Regarding displaying these data on the website, WordPress offers two important ways, the single post pages, and the archive pages. - The single post page display one post. For example, this URL hidden link can be considered a single page, because it is meant to display only one post(Actor or Person: Al Pacino).
- The archive page display a list of posts. For example, a blog page is an archive page, because it will display a number of posts, and will let you navigate to other pages to see the other posts. There are also Taxonomy archives, for example, a drama page will display all movies that are in the Drama category or type/

Toolset will let you customize both of these pages:
- Content templates: Are used to customize the display of ONE post, either on its single post page or inside an archive list. This list called, commonly by WordPress, a loop.
- Archive template: Are used to customize the display of archive pages. Toolset also offers the possibility to search and filter these archive pages.

Toolset also offers the View element, which lets you create customized lists, it let you query the database and get the post that you want. For example, drama movies from the sixties featuring a specific actor.
You can read more about them on the glossary page too: https://toolset.com/glossary/

Finally, I believe the following tutorials are very rich to familiarize you with Toolset aspects, I am adding them from the basic to the more advanced.
- Fundamental: https://toolset.com/course/custom-types-in-wordpress/
- Basic: https://toolset.com/course/custom-business-sites-with-dynamic-content/
- Advanced: https://toolset.com/course/wordpress-directory-and-classifieds-sites/
- Advanced: https://toolset.com/course/wordpress-real-estate-sites/
Some of the advanced tutorials' lessons may not be too important at this stage, I'll suggest you skip them(Maps, Slider as an example).

I hope this gives you some guidance, let me know if you have further questions.

#1953633

My issue is resolved now. Thank you!

#1953981
Screenshot_3.png
Screenshot_2.png
Screenshot_1.png

Hi,
Created a view, I indicate 3 columns.
But it shows records in a row, I want it to be in one row, what should I do?
I would like to display in one row, the names of the persons are as in the last screenshot.

New threads created by Jamal and linked to this one are listed below:

https://toolset.com/forums/topic/view-with-3-columns/

#1958041

For support rules, we are able to handle only one issue at a time. This helps us to bring you a better service and also helps other users to find all the information here exposed. For that reason, I have created another ticket for your last question, and I'll be replying there.

If you believe that the original question of this thread has been answered, please mark this ticket as resolved.

Feel free to open a new ticket for any other question or issue.