08-20-2017, 05:25 AM
I have been following the project for a long time and I would like to know how far away is a news system like blogspot, post or input.
The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Sistem news
|
08-20-2017, 05:25 AM
I have been following the project for a long time and I would like to know how far away is a news system like blogspot, post or input.
08-20-2017, 11:38 AM
Can you tell me what you would like the news system to do?
08-20-2017, 02:40 PM
A place where you can write an article, edit the article, call from anywhere on the site that article as recent articles. I currently use a separate script from my userspice in my / blog folder. It would be a dream that Userspice would incorporate that. I attach the escript I use. here.
08-20-2017, 03:01 PM
Can you give us a dump of your DB structure to help?
Although there isn't a drag and drop plugin anyone has made, this can be accomplished. A lot of manual coding and building it yourself though unfortunately.
08-20-2017, 08:57 PM
08-20-2017, 09:48 PM
Do you require the comment and sharing functionality? I can make a script for you pretty quickly for just the blog post part.
Let me know and I'll help out.
08-21-2017, 01:11 AM
Brandin would be fantastic, I'm dying to see your work.
08-21-2017, 01:40 PM
Hello,
On insertpost.php, how does: Code: $image = $_FILES['image']['name']; Code: $image_tmp = $_FILES['image']['tmp_name']; work? I've never worked with uploading images other than using systems that had the function built in...I will do some research, but wanted to know if you knew off hand where the Code: name Code: tmp_name
08-21-2017, 02:55 PM
The function of this line Code: ['tmp_name'] Code: $_FILES['image'] <pre> Code: $image_tmp = $_FILES['image']['tmp_name'];
08-21-2017, 03:01 PM
The script works very well, I do not know if it is the best practice or the safest but it works. The admin area is the one I want to integrate with userspice, in simple words, a single admin for blog and userspice.
|