Jump to content

Hi @Jimi Wikman I see your project posted in ips forum, I like it so much how you have page implemented, that I why I came here...inclusive maybe later you can work for my project too...

Well, now I am trying to implement page database to achieve homeworks support for some kids of my community, if you can take a look what I already asked in ips, if possible obtain some advise from you here...

 

Link to comment
https://beta.jimiwikman.se/forums/topic/4278-homework-database/
Share on other sites
  • Replies 60
  • Created
  • Last Reply
Expand topic overview

Top Posters In This Topic

Top Posters In This Topic

Most Popular Posts

Jimi Wikman
Jimi Wikman

In the database settings under Option you need to set the wikistyle edit on. The Edit own records indefinitely only affect the creator, but the wikistyle allow for edit by more than one person.

kmk
kmk

finally....thank so much

Jimi Wikman
Jimi Wikman

Anytime 🙂 The steps are as follows: Login to admin, then go to Pages -> Templates. This will show you the templates you have in Pages. Click "New" at the bottom of the list of tem

Posted Images

Expand topic overview

Featured Replies

14 minutes ago, Jimi Wikman said:

For individual entries however this works fine, and you can have the selection of member selection in the frontend.

{{if in_array( member.member_id, array( 5, 28, 472 ) )}}
	<!-- Shows if the member's ID is 5, 28 or 472 -->
{{endif}}

1. In the custom template that created by me recently?

2. In which position of template?

3. id 5, 28 and 472 need to be replaced?

By the same way, if I apply the code in a specific forum template it will work to assign specific member to a topic? 

The answers are further down in the article 🙂

You wrap this around the content that you want to protect. So you can add it around the whole article if you want.

  • 2 weeks later...

Hi @Jimi Wikman is possible release your task tracker UI template? I would like buy it and use it for the database that I am try to build a homeworks tracker, ips default UI design is a little ugly don´t create a atractive sense for common users, with your template I hope it bring to parents and kids a little motivation to use my homeworks tracker system.

Sure 🙂

Give me a few weeks or so as it is not done by a longshot yet 🙂

This week I am swamped with two big training sessions for work that require a lot of time to prepare, but after that I will finish up the display view and provide the code for anyone who want to use it 🙂

@kmk you can jump into this page and try some things out:
https://jimiwikman.se/tasks/

 

Still need to fix a lot of things, but you can add some feedback if you like 🙂

 

15 hours ago, Jimi Wikman said:

@kmk you can jump into this page and try some things out:
https://jimiwikman.se/tasks/

 

Still need to fix a lot of things, but you can add some feedback if you like 🙂

 

I don't have permission to do that

  • 2 weeks later...

Hi @Jimi Wikman

On the way learning how to make children can be engaged in a learning environment... Do you have way to make a Record with ability to grab voice and play it?

Another thing is, a video database where use for organize videos tutorials, then add specific video items into a Record and play it directly (right now I embed video box item, but the video can not play there directly, it will kick out the front the current page). 

On 2/9/2021 at 3:40 PM, kmk said:

Hi @Jimi Wikman

On the way learning how to make children can be engaged in a learning environment... Do you have way to make a Record with ability to grab voice and play it?

Another thing is, a video database where use for organize videos tutorials, then add specific video items into a Record and play it directly (right now I embed video box item, but the video can not play there directly, it will kick out the front the current page). 

For voice, you can embed using some form of player, if I understand you correctly. You can add it as a file and then use the audio element: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio

You can have a second database for movies and then use database relation to bring in the videos you need?

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now