Connor T Posted September 20, 2010 Posted September 20, 2010 File Name: Dynamic Sig Image [3.1]File Submitter: .peachesFile Submitted: 19 Sep 2010File Updated: 27 Oct 2011File Category: Hooks and Plugins If you want to show off your community on any other site. This is the solution for you. A dynamic signature that updates (depending on the task) however often you like. You can now brag about your community with a tiny image. Included is a boring template. You may edit your own, or may purchase a customized template. So send me any color ideas, pictures, background images and size preference and I will adapt the script for your site, but please give me 24-48 hours to complete that. The documentation has more details.FeaturesMost Users Online Total Posts Total Members Site Name Site URL Last Updated Board Age Updates however fast you set the task to runChangelogv1.0 (initial release)RoadMapAbility to add multiple images Maybe an ACP interface for adding and customizing images? Pull more data? Add Google Fonts so you may pick your font?Contact Informationmsn : ibotpeaches (at) ibotmodz (dot) net aim/email: ibotpeaches (at) gmail (dot) comClick here to download this file
TackleUnderground Posted October 16, 2010 Posted October 16, 2010 Should be documented: is the location of the generated image. Nice work, Thanks!
DaveNYC Posted December 28, 2010 Posted December 28, 2010 RoadMapAbility to add multiple imagesMaybe an ACP interface for adding and customizing images?Pull more data?Add Google Fonts so you may pick your font? This is great. Would love to see an ACP interface for adding a background image. In terms of data, I'd like to see the user's user name and post count listed. Also, if they have a blog, then the blog be listed. Would it be possible to tie-in some other little images that could go on top of the background image? (Sort of like the Xbox gamer tag, except it's not tied to Xbox, it's tied to your own forum. I'd like it to not just display the background image but also any 'awards' won on the forum.)
Connor T Posted December 31, 2010 Author Posted December 31, 2010 I've been messing with the power of the dynamic image for awhile, and got it pretty strong in some areas. If you are registered on x site and still have the same IP from the last time you visited, the dynamic signature can pull your account name w/ profile picture and populate an image with the other basic stats. Those without an account just get a un-personalized image.
Guy Samson Posted January 13, 2011 Posted January 13, 2011 Hello, I got these errors when I try to launch the task:Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration in /home/www/web/forum/admin/applications/core/tasks/sig.php on line 60 Warning: fopen(http://www.csst.biz/forum/xml.php) [function.fopen]: failed to open stream: no suitable wrapper could be found in /home/www/web/forum/admin/applications/core/tasks/sig.php on line 60 Warning: fread(): supplied argument is not a valid stream resource in /home/www/web/forum/admin/applications/core/tasks/sig.php on line 63 Warning: fclose(): supplied argument is not a valid stream resource in /home/www/web/forum/admin/applications/core/tasks/sig.php on line 68 And this is the content of my xml.php : <?php /** * <pre> * Invision Power Services * IP.Board v3.1.3 * XML gateway file * Last Updated: $Date: 2010-01-15 10:18:44 -0500 (Fri, 15 Jan 2010) $ * </pre> * * @author $Author: bfarber $ * @copyright © 2001 - 2009 Invision Power Services, Inc. * @license http://www.invisionpower.com/community/board/license.html * @package IP.Board * @link http://www.invisionpower.com * @version $Rev: 5713 $ * */ /** * Turn off 'friendly' URLs */ define( 'ALLOW_FURLS', FALSE ); require_once( './initdata.php' ); require_once( IPS_ROOT_PATH . 'sources/base/ipsRegistry.php' ); require_once( IPS_ROOT_PATH . 'sources/base/ipsController.php' ); ipsController::run(); exit(); Need help please Thanks
The_Welsh_One Posted November 13, 2011 Posted November 13, 2011 Hi, I think I've missed something but how do I add the dynamic image to my signature? Thanks
Smokey-Rev Posted November 14, 2011 Posted November 14, 2011 Will this work with 3.2? :D Or be updated for 3.2? :D thanks
The_Welsh_One Posted November 14, 2011 Posted November 14, 2011 Will this work with 3.2? :D Or be updated for 3.2? :D thanks How do you add it to your signature? Please Thanks
Richard.C Posted November 14, 2011 Posted November 14, 2011 Mod works fine on v3.2.x The instruction is in the installation guide supplied in the zip file for this mod. The image [color=#000000] The dynamic image will be located at YOUR SITE/public/img/sig.png[/color] Just go to your User control panel and insert the link to the image as you would with any other image, click on the 'image' button and enter the URL.
The_Welsh_One Posted November 14, 2011 Posted November 14, 2011 Mod works fine on v3.2.x The instruction is in the installation guide supplied in the zip file for this mod. Just go to your User control panel and insert the link to the image as you would with any other image, click on the 'image' button and enter the URL. Ok thanks for that, I'm such a dumbass! :)
Connor T Posted November 14, 2011 Author Posted November 14, 2011 I've actually been working on a 1.2 version that is very feature advance. It allows some big changes. There is also a v1.1 that works on IPB 3.2 http://community.inv...c-sig-image-32/You upload template (PNG only) through the ACP. Or upload it to this directory. You then can select that image via the ACP settings menu. Then you can click to add a variety of stats to that image. Ranging from total members, to the last joined member. You can select the font, using Google fonts (A bit weary on the licensing, so working on that). I was thinking you could dynamically download the fonts. For GD I need that, and they only allow CSS/JS importing for use. You can still manually install TTF files. You give it x and y coordinates, and tell it the font size. It then places it on the image, and refreshes the image so you may see the change. Using GD (You must have the GD library). It generates that image based on the template and saves it into a directory. That saved image is then used and processed for the future images. The current bugs right now.Everytime the image re-generates everything gets moved by a few pixels because its being generated off what GD fed the pixel values of. Quite annoying Multiple image support is effed. How do I include an ACP settings menu within a hook? no clue.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.