Michael 545 Report post Posted October 3, 2012 how do you add it for the portal addon? im confused there. Check the "Extras" folder, instructions are included for Unreal and my Portal. Share this post Link to post Share on other sites
Chris M. 16 Report post Posted October 3, 2012 Check the "Extras" folder, instructions are included for Unreal and my Portal. I mean the global one not the sidebar. Share this post Link to post Share on other sites
Michael 545 Report post Posted October 5, 2012 I mean the global one not the sidebar. Sorry re-read a few times but not sure I understand. You want to add the global hook to where? Share this post Link to post Share on other sites
Chris M. 16 Report post Posted October 5, 2012 the portal add-on Share this post Link to post Share on other sites
Michael 545 Report post Posted October 7, 2012 the portal add-on You can add the Videos Global Box to the Portal Addon if you check the Extras/Add Portal Block.html. That's what your trying to do? If not, you'll need to be a little bit clearer. Share this post Link to post Share on other sites
Chris M. 16 Report post Posted October 7, 2012 (edited) thats only for the sidebar block though, as ive checked. I mean like how I asked for it to be on the portal app. Edited October 7, 2012 by Chris M. Share this post Link to post Share on other sites
Michael 545 Report post Posted October 10, 2012 Sorry Chris, I'm a complete idiot, Kept on reading that but was thinking about something completely different. Below is the code for either. Global Hook <?php require_once( IPSLib::getAppDir( 'videos' ) . "/sources/functions.php" ); $this->registry->setClass('video_functions', new classVideos( $this->registry ) ); print $this->registry->getClass('video_functions')->global_block(); ?> Sidebar Type Hook <?php require_once( IPSLib::getAppDir( 'videos' ) . "/sources/functions.php" ); $this->registry->setClass('video_functions', new classVideos( $this->registry ) ); print $this->registry->getClass('video_functions')->video_block(); ?> Go in Admin CP > Other Apps dropdown > Portal > Manage Blocks > Add Block. In the Block Code, just add one of the above. Share this post Link to post Share on other sites
Chris M. 16 Report post Posted November 3, 2012 so hows the update coming along? Share this post Link to post Share on other sites
Michael 545 Report post Posted November 4, 2012 so hows the update coming along? Slowly but I have made progress. There will be further delays if IPB 3.4 is released.soon. Share this post Link to post Share on other sites
Chris M. 16 Report post Posted November 4, 2012 >_> then obviously it will have more delays, so take ur time, while I thorougy check the previous version for bugs and suggestions. Share this post Link to post Share on other sites
Chris M. 16 Report post Posted November 5, 2012 (edited) -Edit: Moved here- Edited November 6, 2012 by Chris M. Share this post Link to post Share on other sites
Michael 545 Report post Posted November 6, 2012 >_> then obviously it will have more delays, so take ur time, while I thorougy check the previous version for bugs and suggestions. Yes more then likely. I like to get the IPB updates out ASAP, there everything will be put on hold while I'm doing this. Share this post Link to post Share on other sites
Chris M. 16 Report post Posted December 22, 2012 how goes the update? Share this post Link to post Share on other sites
Michael 545 Report post Posted December 27, 2012 how goes the update? Steady but no dates yet. Share this post Link to post Share on other sites
Chris M. 16 Report post Posted December 29, 2012 Would it be possible to add this idea? You see how the forums are able too use this: The result if yes would lead them to seeing the "video titles" but when they click in the video they wont be able access the video. So they are able to see the video title and everything: But when they click any one of them thy get this page: Share this post Link to post Share on other sites
Michael 545 Report post Posted January 1, 2013 Saved as a suggestion, should be included. Share this post Link to post Share on other sites
Chris M. 16 Report post Posted January 1, 2013 Saved as a suggestion, should be included. I see u upgraded to the latest version :| - make sure you get their editor patch they had, and if u need help wit something just tell me. And thx for including the suggestion, it would save me the hassle of me making a mod for bots to scavenge the videos. Share this post Link to post Share on other sites
Michael 545 Report post Posted January 3, 2013 Wasn't aware there was an issue, is it present on the forums now? I downloaded a very recent version of IPB before upgrading. Share this post Link to post Share on other sites
Chris M. 16 Report post Posted January 3, 2013 Wasn't aware there was an issue, is it present on the forums now? I downloaded a very recent version of IPB before upgrading. It's an editor patch, it's not rolled with the 3.4.1 version, but is going to be implemented in the 3.4.2 version. You can get it here: http://community.invisionpower.com/resources/guides.html/_/knowledge-base/341-editor-parser-updates-r262 it fixed quite a lot of bugs i had. 1 Michael reacted to this Share this post Link to post Share on other sites
Michael 545 Report post Posted January 3, 2013 Thanks, just patched these forums now. Share this post Link to post Share on other sites
Chris M. 16 Report post Posted January 3, 2013 Thanks, just patched these forums now. make sure to check at it regularly they make fixes at time and update the files. 1 Michael reacted to this Share this post Link to post Share on other sites
Chris M. 16 Report post Posted February 16, 2013 Would it be possible to add this idea? You see how the forums are able too use this: The result if yes would lead them to seeing the "video titles" but when they click in the video they wont be able access the video. So they are able to see the video title and everything: But when they click any one of them thy get this page: Can this be extended to the Global Videos Box and Members box, because guests cant see the the thumbnails and link. Share this post Link to post Share on other sites
Michael 545 Report post Posted February 17, 2013 Can this be extended to the Global Videos Box and Members box, because guests cant see the the thumbnails and link. http://www.devfuse.com/forums/tracker/issue-786-view-video-bypass-elsewhere/ Share this post Link to post Share on other sites
Chris M. 16 Report post Posted March 28, 2013 Is there a way to bulk change this option: http://prntscr.com/y6czk Also i found out how to use javascript players on Videos system :| Share this post Link to post Share on other sites
Chris M. 16 Report post Posted March 28, 2013 Scratch that it doesnt work Share this post Link to post Share on other sites