Pending Forum features

Started by Legend, Dec 16, 2015, 09:49 PM

0 Members and 2 Guests are viewing this topic.

Legend

I might add some things over Christmas.


New Features

Sub Forum Stickies-stickies that don't show up on the front page, just their sub forum pages

User Stickies-set local stickies and unset global stickies

Personal Bot Scripts-write commands in "Forum Script" and have bots carry them out

Anonymous Posts and Threads-set individual posts or entire topics to anonymous, hiding poster identity from regular users

Expanded Forum Stats-

Expanded User Stats-

Thread Stats-

Visible Post History-easily view edits like in 1.0

Multi-member Topics-let non mods manage threads like in 1.0

Jump to Quote-wait, what was this?

Game Database-


Tweaks and Fixes

Notify Multiple Quotes per Post-

View Quotes in Live View-

Mark Notification Read Upon Viewing-

Fix Unread Error-

Fix YouTube link merging-

Fix Tweet embedding with referral urls-

Fix custom titles not showing-

Edit Topic Backgrounds from edit screen-

Fix Live View double view-

Mmm_fish_tacos


Cute Pikachu

The Vizioneck Nintendo Fanboy!

Switch Software Sales Guide:
http://vizioneck.com/forum/index.php?topic=5895.msg218699#new

Mmm_fish_tacos

We also should try a vizioneck new thread of Twitter. So basically every time a new thread goes up its sent out to twitter.

Dr. Pezus

Quote from: Mmm_fish_tacos on Dec 19, 2015, 04:29 PMWe also should try a vizioneck new thread of Twitter. So basically every time a new thread goes up its sent out to twitter.
Or at least a feature for Legend to do that/and or mods. We might not want all threads to go public under the vizioneck name on twitter lol

Legend

Quote from: Mmm_fish_tacos on Dec 19, 2015, 04:29 PMWe also should try a vizioneck new thread of Twitter. So basically every time a new thread goes up its sent out to twitter.
So a Twitter account like "@VizionEckNewThreads" ? Yeah wouldn't be too hard.

Quote from: Dr. Pezus on Dec 19, 2015, 04:31 PMOr at least a feature for Legend to do that/and or mods. We might not want all threads to go public under the vizioneck name on twitter lol
Maybe only for threads in the gaming section?

Mmm_fish_tacos

Sounds good to me. Do we have some one working a twitter account?  

DerNebel

I want a feature that everytime I make a post or thread sends every forum member a private message saying "DerNebel had to share his stupid opinion again"

Legend

Quote from: DerNebel on Dec 19, 2015, 05:10 PMI want a feature that everytime I make a post or thread sends every forum member a private message saying "DerNebel had to share his stupid opinion again"
Yeah no joke you'll be able to do that with personal bot scripts.


DerNebel

Quote from: Legend on Dec 19, 2015, 06:26 PMYeah no joke you'll be able to do that with personal bot scripts.


Lol, prepare yourself everyone :D

Legend

Also should fix up user walls and wall notification options.

Legend

Working on Forum Script. This post is mostly just for me to plan some things out.

Functions

PostMessage(Topic, board, subject, Message, icon, poster);

EditMessage(MessageID, subject, message, icon);

PostTopic(Subject, Message, Board, icon, poster);

EditTopic(Topic, newBoard, locked, stickied);

EditProfile(user, signature, background, wallMessage, wallSubject, avatar);

SendPM(Reciever(s); Subject, Message);

GetMessage(messageID OR topic, replyNumber OR user, postNumber);

GetWebsite(address);

Triggers:
Time

All time bots have the exact time of their next run. Cron job calculates next task, and sets itself to run at that time. Performs all bots within 10 seconds forward and all backward, just to make sure none are skipped.

Forum Action
Called just like bot system. Does a querry for current action, and calls scripts that fit the bill.

Legend

I have the back end of custom bots working. As you can see, the Machine updates her signature every 5 minutes and updates her title every 10 minutes.

This new system is more efficient, runs at the exact time requested, and can handle thousands of unique bot scripts. So now if you want to have a bot track youtube views or update Amazon rankings, it's much nicer and faster to set that up.


Can also do stupid things like make your avatar change throughout the day.

Mmm_fish_tacos

Quote from: Legend on Jan 01, 2016, 10:16 PMI have the back end of custom bots working. As you can see, the Machine updates her signature every 5 minutes and updates her title every 10 minutes.

This new system is more efficient, runs at the exact time requested, and can handle thousands of unique bot scripts. So now if you want to have a bot track youtube views or update Amazon rankings, it's much nicer and faster to set that up.


Can also do stupid things like make your avatar change throughout the day.
How do you set up a bot?

Legend

Quote from: Mmm_fish_tacos on Jan 01, 2016, 10:33 PMHow do you set up a bot?
Eventually it'll be a new tab under your profile, but I haven't made it to that stage yet.