PDA

View Full Version : Submit story and Quiz/Trivia plug-ins for Vivvo 4.5 released


Micha
11-18-2010, 04:04 PM
Just to let you all know, Submit story and Quiz/Trivia plug-in are released for Vivvo 4.5 :)

As usual, you can download latest versions from our Resource center:

Submit story - http://www.vivvo.net/resources/dload/plugins/submit-story.html

Quiz/Trivia - http://www.vivvo.net/resources/dload/plugins/quiz-trivia.html

noncasus
02-09-2011, 07:34 PM
So what changed exactly?

Alex
02-11-2011, 07:36 AM
There are no new features, they are just updated for the new version of system.

sip
03-09-2011, 11:21 PM
Bug with Submit Story & Trivia plugin.

submit_story_tinyMCE_config.php and tinyMCE_trivia_config.php

has ../../../admin/admin_include.php line

If one has renamed admin directory then above include breaks.
Basically it should contain VIVVO_FS_ADMIN_DIR so that renaming admin also doesn't break the script for absence of editor controls

Regards

GUS
03-10-2011, 06:54 PM
Bug with Submit Story & Trivia plugin.

submit_story_tinyMCE_config.php and tinyMCE_trivia_config.php

has ../../../admin/admin_include.php line

If one has renamed admin directory then above include breaks.
Basically it should contain VIVVO_FS_ADMIN_DIR so that renaming admin also doesn't break the script for absence of editor controls

Regards

Good catch Sip..
Regards
G.

greenpea
10-13-2011, 05:26 PM
I have the same issue but not sure what to change the full line to make it work. Also the admin forlder has not been altered or renamed but the editor is not showing on the submit story

require_once (dirname(__FILE__) . '/../../../admin/admin_include.php');

Do I change this line and what do I actually put in. The editor works if logged into admin but not by a person just using it from the front of the site

Thanks