Advertisement
-
Posts
579 -
Joined
-
Last visited
-
Days Won
25
Content Type
Profiles
Forums
Downloads
Bugs
Roadmap
Suggestions
WebFlake Changelog
FAQ
Store
Blogs
Applications
Ideas
Everything posted by Skreamzja
-
How do I remove /_/ from IP.Content URL?
Skreamzja replied to Droghist's question in Invision Support Archives
ACP > System Settings > System > Search Engine Optimization and enable Use .htaccess mod_rewrite make sure it's set to yes. Then follow the settings below. If yes, add a file called .htaccess with the following contents. <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase /forum/ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .(jpeg|jpg|gif|png)$ /forum/public/404.php [NC,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /forum/index.php [L] </IfModule> But I'm guessing you have you forum in a sub directory ? -
How do I remove /_/ from IP.Content URL?
Skreamzja replied to Droghist's question in Invision Support Archives
just making this clear, did you change _ to forum? -
Seems to be a hook/application issue I'd advise you to disable and refresh your forum board each time you disable one till you reach your result of the error actually going away. If then still you see that error. Shoot me a personal message with a temp admin account and a forum url to your board.
-
Version 1.0.4
21 downloads
[color=rgb(40,40,40)][font=helvetica][size=3]This Hook Will add a new Page Content type, That Is Edited in The Front-end Launched From A Link in Step Two Of The Page Editing Wizard For Pages Using This Content Type or the Page Manager listing on any page with an HTML content type. This is [/size][/font][/color][b]Only Usable With The HTML Content Type On Existing HTML Pages.[/b][color=rgb(40,40,40)][font=helvetica][size=3] The jQuery-powered javascript is designed to Seek stock .ipsLayout classes For Droppable Containers(and will let you add and remove these containers as desired).[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]It is Also Designed to Seek all .ipsSideBlock, .general_box, and .ccsBlock classes as draggable elements to be dropped into these containers in all page blocks, as well as all [/size][/font][/color][b]previously existing parse tags on the page[/b][color=rgb(40,40,40)][font=helvetica][size=3].[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]A large Selection Of Blocks is available draggable by 'name' with block category/key titles. You Will Be Prompted to confirm the save of your Edits, and then Will be Redirected to the Edited Page, Ending The Content Types Wizard Session and converting the Page into an HTML Content Type. Behind The Scenes, A revision of the page Is Stored, In fact using the very same methods used in the ACP. Hardened Against CSRF. Minifies The HTML before Saving the page, as well as removing extraneous helper elements used to power the interface. Provides a non-coder Friendly Page Editing interface for those who cannot code HTML but need a certain Page layout/arrangement easily.[/size][/font][/color] -
This is bugged. Guests can see who has given reputation.
-
How do I remove /_/ from IP.Content URL?
Skreamzja replied to Droghist's question in Invision Support Archives
You can't really remove it. But here is a better solution for you. You need the separator (and when you change the _ to something else you MUST ensure that you don't create a folder under page manager, or a category under your database with the same name). You can change it by editing: --index.php (the external index.php included with IP.Content, if you are using it) AND --admin/applications_addon/ips/ccs/app_class_ccs.php In both, look for define( 'DATABASE_FURL_MARKER', '_' ); And change it to whatever you want (just ensure it is unique as noted above). -
You don't need a hook. ACP > MEMBERS > CLICK MEMBERS NAME > LOGIN IN and then go to the community board and your logged in as that member.
-
width problems solved. You just got table issues with your shoutbox.
-
You can do this also. But you can totally remove it from the application .js file.
-
can you send me a temp account so I can check it out for you? Or put your forum board online with the ability to see the theme you have questioned about.
-
Little bugs and erros can anyone help?
Skreamzja replied to Gash's question in Invision Support Archives
This has now all been resolved. You can mark this thread as answered. -
normally it's changing the width. ACP > Looks and Feel > Skin Name > CSS > ipb_styles.css and search for main_width and change the width of the board there, if you still can't find it send me a link to your site and I'll take a look.
-
Version 1.1.3
420 downloads
[color=rgb(40,40,40)][font=helvetica][size=3][center][color=rgb(255,0,0)][size=5]IP.Content Live Streams v 1.1.3[/size][/color][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]This IP.Content system will allow you to create your very own Live Stream system that rivals most of the competition out there today. It utilizes some of IP.Content's built-in features, such as the Databases, Page Templates and the Database Templates as well as IPB's Permission/Moderation systems and even task scheduling.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]This allows the Live Stream System to be robust for the end user by not keeping it tied down by a hard coded database or page for example. This means that adding fields to the database can be done right through IP.Content database without any code knowledge and can provide instant results to the specified page making maintenance a cinch. If you know how the Justin.TV API functions, you're also able to add your own calls to get what data you need displayed easily on your site.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]What this system does is allow anyone you specify based on permissions to submit their own Streams. Right now this system supports Twitch.TV and others may be added in the near future. The user will submit their channel name and any additional fields that an admin might add which is then parsed and displayed in the Stream Listing. [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]From there, various information is collected from that channel's source through the API(s) and output for display on the page. The user can then click on any of the submitted streams to be taken to the Stream's Display which contains the video feed. From this screen, users will be able to Like, Subscribe, Rate, Comment, and Moderate as well as choose to be taken to the actual channel, dim everything around the video for easier viewing and even toggle the embedded chat stream for that channel.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3][center][color=rgb(255,0,0)][size=5]Features[/size][/color][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color][list] [*]Add/View Streams from Twitch.TV [*]View a listing of the user submitted Streams via Online/Offline Status, Preview, Channel Name, Game Name & Viewers. [*]Sorting via Channel Name, Game Name and Viewer Count. [*]Support for additional fields via simply adding/editing/deleting fields from the IP.C Database Ex. "About Stream included" [*]User/Moderator Permission sets [*]"Feature" Streams through the ACP [*]Dim, Like, Follow, Rate, Comment and even Toggle the Streams embedded chat as well as an option to view the stream on the official website. [*]Moderation through the Stream display or ACP/MCP, Hide, Delete, Pin, Lock, Edit [*]Takes use of IPB's Global Styling so theoretically supports any properly skinned theme. [*]2 IP.Content blocks included for your front page and Navigation Menu specially used with ProMenu [*]And more…. [/list] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [i]Don't forget to Rate/Comment for a job well done!!![/i] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3][center][color=rgb(255,0,0)][size=5]Installation[/size][/color][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][size=5][size=3]The installation instructions can be found [/size][/size] in the readme_installation.txt document included in the package. I will also install this application free of charge! If you have any questions, need help with something regarding the API, just ask. You can post in the support topic, PM me, Email or even post on my website. Remember that you must be on at least PHP Version 5.3+ or this will not work (There is no way around this. It's easy to upgrade)[/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][color=rgb(255,0,0)][size=5]OWNERS[/size][/color][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center]There is now a full version of the application with more features and more control over the live stream system. This one is still going to be developed on to support future API's, but will not be improved on feature set wise. If you're wanting to upgrade to the full application version. You can do so by sending $10 via Paypal to [email protected]. If upgrading, include your IPS email and your IPS name so I can check and add you to the list. After that, you'll have rights to both applications.[/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center]To check out the full application version, you can check this link out --> [url="http://community.invisionpower.com/files/file/6456-dr-live-streams/"]http://community.inv...dr-live-streams[/url]/[/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center]What's different? Simply, easier to install and manage, with more granular control over the IP.Content version. However, it is not as robust since IP.Content Live Streams is easy to edit provided you have a little knowledge about programming. Furthermore, the price is cheaper as well. It simply does not have as many options as the full version does. Such as moving the chat bar to top/right/left positions, or having a unique box shadow for unapproved streams and other small features.[/size][/font][/color][/center] -
Version 2.0
300 downloads
[color=rgb(40,40,40)][font=helvetica][size=3][center][font=helvetica][size=6]RADIC -- The Love Of Gaming[/size][/font][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][color=rgb(255,0,0)][size=4]V2.0 -- Includes Mobile version and 3 alternative colors. Check screenshots for more images. Thanks MattC56[/size][/color] Radic is a dark, detailed gaming theme (but can be used for other type of sites as well). What's unique about this skin is the amount of detail put into many elements for the overall design. But that's not really what makes Radic unique. It's the user sidebar that was created to steer away from the traditional design that IPB offers and to spice things up a little more, if you're not a fan of the sidebar, but like the design.. have no fear! You can disable this sidebar via an included setting. Or maybe it's not the sidebar, but the sleek and sexy jQuery search bar that you can toggle to drop down and up -- Maybe it's the sexy navigation menu that gives the theme a unique scifi, yet fulfilling navigation? Maybe it's the amount of detail that was put forth into the Header background that gives the theme the overall grungy feel, while still being 100% presentable to any of your community members? Radic is the perfect gaming skin for all you grunge loving, sci-ifi, community goer nerds, that will be sure to super impress anyone in your community! Let's just say it's sexy and packed full of features. Demo link is provided for the Red version.[/size][/font][/color][/center] -
Would mean core editing the file and remove the topic description line.
-
Version 1.0.1
192 downloads
[color=rgb(40,40,40)][font=helvetica][size=3][center][color=rgb(255,0,0)][size=5][i][b]LIVE STREAMS -- v1.0.1[/b][/i][/size][/color][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][font=helvetica]This application will allow you to create your very own Live Stream system that rivals pretty much any live stream application/page out there today. [/font][font=helvetica] [/font][font=helvetica]What this application does is allow anyone you specify based on permissions to submit their own Streams. Right now this system supports Twitch.TV and others are going to be added shortly down the road.. The user will submit their Stream Name or the URL of the stream which is then parsed and displayed in the Stream Listing/Grid page. [/font][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica] [/font][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]This is done by collecting various information from that channel's source through the API(s) and output for display on the page. The user can then click on any of the submitted streams to be taken to the Stream's Display which contains the video feed. From this screen, you can watch the stream, toggle the embedded chat and chat if you have a twitch/justin.tv account, comment on the streams and rate them as well. There are also 3 buttons that you can click to take you to the actual feed on the Twitch.TV site, add a stream and finally, a "DIM" button which is a sexy feature that will dim everything around the video for easier viewing.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica]This application comes with an application menu that has an Overview Page, Settings Page and a Converter page for those that have the IP.Content version of this app. It also has 30+ settings for complete control over the application from requiring submission approval to enable/disabling a box-shadow of streams that are unapproved and much much more.[/font][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] [/size][/font][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] [/size][/font][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3][center][color=rgb(255,0,0)][font=helvetica][size=5]Features[/size][/font][/color][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] [/size][/font][/size][/font][/color][list] [*][font=helvetica][size=3]Add/View Streams from Twitch.TV[/size][/font] [*][font=helvetica][size=3]View a listing of the user submitted Streams via Online/Offline Status, Preview, Channel Name, Game Name, Viewers, and even Online Time.[/size][/font] [*][font=helvetica][size=3]Sorting via Channel Name, Game Name and Viewer Count. Groups allowed to manage streams also have a tab for unapproved streams.[/size][/font] [*][font=helvetica][size=3]Permission sets for who can view, add, manage streams as well as comment, manage comments.[/size][/font] [*][font=helvetica][size=3]Set streams as "Featured" in-line on the Stream page.[/size][/font] [*][font=helvetica][size=3] Dim the page for easier viewing, Rate, Comment and even toggle the Streams embedded chat as well as an option to view the stream on the official website.[/size][/font] [*][font=helvetica][size=3]Moderation through the Stream display where you can Edit, Delete, Approve/Unapprove and Set as Featured/Un-featured.[/size][/font] [*][font=helvetica][size=3]Takes use of IPB's Global Styling so theoretically supports any properly skinned theme.[/size][/font] [*][font=helvetica][size=3]2 hooks with settings included to show a listing block or a block using IPB's Hovercards with feed data about the stream.[/size][/font] [*][font=helvetica][size=3]Overview menu of the stream page that will show the top submitter, latest submitted, the total number of viewers online and more...[/size][/font] [*][font=helvetica][size=3]Over 30+ settings for complete control over the Live Stream system -- Check the screenshots to see them all.[/size][/font] [*][font=helvetica][size=3]Select to use a List view or a Grid view[/size][/font] [*][font=helvetica][size=3]Post a new topic in a specified forum on new submissions. If you have Marcher Tech's Twitch/Justin.TV media tag, it will also embed the stream to your forums.[/size][/font] [*][font=helvetica][size=3]SEO friendly URL's[/size][/font] [*][font=helvetica][size=3]And much much more![/size][/font] [/list] [color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] [/size][/font][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3][center][color=rgb(255,0,0)][size=5]COMING SOON[/size][/color][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][color=rgb(255,0,0)][size=5]-----------------------------[/size][/color] Justin.TV support, Category support, improvements to the display template.[/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center] [/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][color=rgb(255,0,0)][size=5]REQUIREMENTS[/size][/color][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3][center][font=helvetica][size=3][size=4][i]PHP 5.3+ and IPB 3.4.X[/i][/size][/size][/font][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][font=helvetica][size=3]------------------------------------------------------------------------------------------------------------------------------------------------------------------------[/size][/font][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][font=helvetica][size=3] [/size][/font][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][font=helvetica][size=3] [/size][/font][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][color=rgb(255,0,0)][size=5][font=helvetica][i]IP.Content Live Stream Owners[/i][/font][/size][/color][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][font=helvetica][size=3][size=4][i]If you own the IP.Content version and want to convert to this one, there is a one time upgrade fee for the price difference between the apps ( only $10) Simply pay the difference via PayPal and I'll add you to the list. You can send the upgrade fee to [email protected] -- Be sure to send me a PM when doing so and in your PayPal Message/IPS message, give me your IPS email so I can add you to the list. Also include your PayPal email in the PM or some type of note to know who is paying for what, that way I can keep track of everyone.[/i][/size][/size][/font][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][font=helvetica][size=3][size=4][i]Note that you will still have to pay the renewal terms![/i][/size][/size][/font][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][font=helvetica][size=3][size=4][i]-------------------------------------------------------------------[/i][/size][/size][/font][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][font=helvetica][size=3][size=4][i]This application is only good for one install and is to not be redistributed. I keep close tabs on purchases, you've been warned. :-)[/i][/size][/size][/font][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][font=helvetica][size=3][size=4][i]* The sale is only temporary as I'm changing duty stations and only valid for new purchases, upgrades get an extra $2 off ($10) *[/i][/size][/size][/font][/size][/font][/color][/center] -
Version 1.0.2
35 downloads
[color=rgb(40,40,40)][font=helvetica][size=3][center][size=5]+++++++ [b][color=rgb(255,0,0)]Welcome to SpaceBound[/color][/b] +++++++[/size][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3][center][size=3][i]Powered with a fully unique IP.Content Portal[/i][/size][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3]SpaceBound is a clean, detailed theme release that has plenty of unique features that differs than any of the theme releases out currently.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]What's unique about Space Bound is the fact that a single background change can alter the overall genre of your website. It can be anything from gaming to scifi or even news and sports, there is nothing this theme can't be geared for.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]The biggest and by far the best feature about SpaceBound is a custom IP.Content portal included in the package that is unlike any of the IP.Content portals you see out there today in other theme releases on the marketplace. This portal is 100% unique and coded just for SpaceBound ensuring that no one BUT SpaceBound owners have this same portal. And no, this theme just isn't some little bit of extra lines of styling to make it match the forum theme, this is a 100% unique portal, check the screenshots if you don't believe me! You'll get a customized Article News feed, a Recent Forum Activity block, and styled Poll/Status update blocks on the side[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]The portal is currently made up of custom coded blocks in IP.Content and a couple are already provided in the marketplace (Aiwa's Article block and NeoGrants IPC Slider). Aiwa's article block is restyled and customized to better fit the theme while the download package contains a default.css style sheet and slider buttons for use in NeoGrants IP.C Slider for those who have purchased it. Down the road these 2 blocks will be replaced by my own custom news and slideshow blocks to better fit all of my future designs.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]The forums were built upon the powerful ThemeTent framework provided by Mathew at ThemeTent.com and we've both ensured that you'll get a unique experience with this theme from top level support to a simply stunning design. But that's not all, we've taken it a step further to make sure this theme isn't just compatible, but improved on with other applications such as ProMenu with a better looking dropdown menu's.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]Overall, don't miss out on this theme -- You'll see plenty of updates and unique features that you simply won't find anywhere else. [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]--------------------------------------------------[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=5][i][b]What's included[/b][/i][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]+ Skin files[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]+ Logo.PSD[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]+ IP.Content Portal including the frontpage code and the IP.Content blocks[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]+ IPC Slider (By NeoGrant) theme changes to fit the theme[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]+ Read_Me instructions[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]+Themetent Framework[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=5][i][b]What's coming soon[/b][/i][/size][/font][/color] [s][size=5][size=3]+ Hook to edit the footer links and various other parts provided by ThemeTent[/size][/size][/s] [color=rgb(40,40,40)][font=helvetica][size=5][size=3]+ Custom News block custom written specifically for the theme[/size][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=5][size=3]+ Custom Slider for articles/images/videos using the powerful FlexSlider[/size][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]+ Custom Article template rather then the IPB default article template[/size][/font][/color] -
Version 1.0
61 downloads
[color=rgb(40,40,40)][font=helvetica][size=3][center][color=rgb(255,0,0)][size=5][b]IP.Content Recent Forum Activity[/b][/size][/color][/size][/font][/color][/center] [center][color=rgb(40,40,40)][font=helvetica][size=3][color=rgb(255,0,0)][size=5][b]"Full-Width Version"[/b][/size][/color][/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3] Per request, someone asked for my SpaceBound Recent Forum Activity block and I'm posting it up here for free. This is free, thus very limited support and released under the DBAD license - I simply exported it from my site with minor changes and am uploading it here. This is a [b]full width feed block[/b] that will pull in the Recent Topics of your site by default, you can control this via the block's feed filter such as pulling latest posts instead of topics and more. You can also control what categories and all that good stuff (all in the Blocks filters, just play around with it to your heart's content) The block displays the following information by default: - Topic Title - Topic Starter - Date created - Number of Replies - Number of views - Latest poster's avatar - Latest posters name - Last post's date - Badge display (eg. Hot, Pinned, Poll etc) You'll most likely need to modify the colors to better match your site, but it's very very easy to do. Just inspect the text you want to change the color for on the block using your inbuilt inspector or an addon such as firebug, navigate to the block and locate/change the code that you inspected. [/size][/font][/color] [center][color=rgb(40,40,40)][font=helvetica][size=3][color=rgb(255,0,0)][size=5][b]Installation[/b][/size][/color][/size][/font][/color][/center] [center][color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color][/center] [color=rgb(40,40,40)][font=helvetica][size=3]1. Download and Extract to your desktop 2. Navigate to your ACP > IP.Content > Blocks 3. At the very bottom is an import button, click this: 4. Locate the block_recent_forum_activity.xml from the extracted folder 5. Click Import 6. Navigate to a page you'd like to display the block via AC > IP.Content > Page Manager > _____ page you'd like to edit/add/create 7. In the right hand side you will see "Recent Forum Activity" simply click the "+sign" where you'd like to display the block on said page. 8. Profit [img]http://community.invisionpower.com/filestore/public/style_emoticons/default/rofl.png[/img] Feel free to ask questions in the support topic, I'll reply and help out when I can - But again, this is a quick free file that I do not plan to support. Help each other out [img]http://community.invisionpower.com/filestore/public/style_emoticons/default/thumbsup.png[/img][/size][/font][/color] -
Version 3.2.1 Action!
80 downloads
[color=rgb(40,40,40)][font=helvetica][size=3]'Not your daddy's menu system' is apt for this situation. New and familiar features, new codebase, and new horizons await you. Along with a menu set that replaces the IPS primary navigation menus, we also include 4 other menu groups you can utilize, giving your site a fresh look and feel, without all the work. With the ability to export custom groups as hooks and use raw html, php, and/or to parse content/easypages blocks (if installed), the possibilities of what can be done with this application are limited only by ones imagination...proud to present you with Promenu Plus series. If you want to know more, watch the youtube video below or continue reading.[/size][/font][/color] [b]Features:[/b] [b]· [/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3]Multilingual Support For Menu Titles and Descriptions[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Unlimited Multilevel Menus[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Ability To Add Menu Icons To Parent and Children[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Five Stock Menu Locations[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Tab Activation of Menu Items (including children) [/size][/font][/size][/font][/color][color=rgb(255,0,0)][font=helvetica][size=3][font=helvetica][size=3][b]*[/b][/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Works With All IPS Products And Most Third Party Applications[/size][/font][/size][/font][/color] [b]· [/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3]Intelligent JS That Auto-Detects Borders For Menu Positioning[/size][/font][/size][/font][/color] [b]· [/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3]Cache Driven to Eliminate Possible Server Overloads[/size][/font][/size][/font][/color] [b]· [/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3]Navigation Arrow Indicators[/size][/font][/size][/font][/color][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] [/size][/font][/size][/font][/color][color=rgb(255,0,0)][font=helvetica][size=3][font=helvetica][size=3][b]*[/b][/size][/font][/size][/font][/color] [b]· [/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3]Choice to hide menus based on member groups or display menus based on permissions (includes secondary groups!)[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Ability To Use Images as Titles[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Ability To Use Mega Menus And Regular Menus[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Various Javascript Settings And Effects[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Ability to Build Your Own Custom Groups and Export Them As Hooks[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Mobile Theme Support[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Easy Pages Support[/size][/font][/size][/font][/color] [b]· [/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3]Hide Menu Groups By Skin[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] [/size][/font][/size][/font][/color][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3]Ability to "Dock" the group with the Primary, Header, and Custom groups[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Mass Delete/Move Menu Items[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Ability to Clone Groups[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Ability to Add VNC and Quick Launch to Header and Custom Groups[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Ability to Romove The Primary Menu[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Codemirror Within Block Text Area[/size][/font][/size][/font][/color] [b]· [/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3]Validity check to make sure copyright only shows on themes were Promenu is being utilized[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Parse raw HTML or PHP content within a menu blocks[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] [/size][/font][/size][/font][/color][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3]Parse IPC and Easy Pages blocks[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] [/size][/font][/size][/font][/color][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3]Wrapper Block for external links[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Ability to set Primary, Header, or Custom Groups as a [/size][/font][/size][/font][/color][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3]Table of Contents[/size][/font][/size][/font][/color] [b]· [/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3]Ability to sync forum or IPC categories with teh option to enable or disable.[/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Responsive abilities for all groups (including custom)[/size][/font][/size][/font][/color][color=rgb(255,0,0)][font=helvetica][size=3][font=helvetica][size=3] [b]*[/b][/size][/font][/size][/font][/color] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=3] Ability to use Disc Cache or IPS Cache[/size][/font][/size][/font][/color][color=rgb(255,0,0)][font=helvetica][size=3][font=helvetica][size=3] [b]*[/b][/size][/font][/size][/font][/color] [b]Requirements:[/b] [b]·[/b][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica] versions 3.2.x, 3.3.x, 3.4.x[/font][/size][/font][/color] [color=rgb(255,0,0)][font=helvetica][size=3][font=helvetica]*[/font][/size][/font][/color][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica] These Items Have Configuration Settings[/font][/size][/font][/color] [i]NOTE: [/i][i]This purchase entitles the user to one installation per domain. Multiple installations require multiple purchases. Copyright removal is prohibited w/o consent. Those who remove this copyright w/o consent are in violation of the terms of this product and are subject to removal of any present or future support.[/i] [i]This application contacts a remote server by default for update checks, news feeds, and the jquery library. Settings are available to disable these remote contacts. Information is not collected when news feed and update checks are enabled. There is a setting to change jquery from a remote load to a local load, which the files needed are included with this applications installation.[/i] -
Version 1.1.1
108 downloads
[color=rgb(40,40,40)][font=helvetica][size=3]This block template will automatically create a 3D image slider from your IP.content articles system. A fully customizable and fully functional out of the box block template which renders seamlessly with your IP.Centent system to give your website a professional look.[/size][/font][/color] [color=rgb(255,0,0)][font=helvetica][size=3][b]New in 1.1[/b][/size][/font][/color] [b]Unlimited!Now it uses IP.C 2.3 block template which means you can create unlimied sliders and easy to upload and set too[/b] [color=rgb(40,40,40)][font=helvetica][size=3]The following demo shows you one possible way out of many to display the silder[/size][/font][/color] [url="http://enkidu.ipbhost.com/page/index.html"]demo[/url] [b]Features[/b] [b]1- Automatic thumbnails[/b][color=rgb(40,40,40)][font=helvetica][size=3]. By a click of a button you can set the block to generate thumbnails or you can set it to create navigational bullets.[/size][/font][/color] [b]2- Full screen ready[/b][color=rgb(40,40,40)][font=helvetica][size=3]. Just put the block in an empty IP.content page and it will resize itself to fill the window of your browser (you may want to choose good quality images though to avoid distortion). Here is a [/size][/font][/color][url="http://enkidu.ipbhost.com/index.php?app=ccs&module=pages§ion=pages&folder=&id=7"]demo[/url][color=rgb(40,40,40)][font=helvetica][size=3].[/size][/font][/color] [b]3- Auto image resize[/b][color=rgb(40,40,40)][font=helvetica][size=3]. if your images come in all different sizes then the block will resize them for you. If you resize your browser window, it will resize itself accordingly.[/size][/font][/color] [b]4- SEO Friendly[/b][color=rgb(40,40,40)][font=helvetica][size=3]. The slider tags are all in HTML 5. While you don't get a SEO bonus for using HTML 5, the code itself is more clear and understandable by search engines than the other sliders.[/size][/font][/color] [b]5- Full customization[/b][color=rgb(40,40,40)][font=helvetica][size=3]. the block comes with a settings section to let you fine tune various aspects of the slider to your liking such as the animation speed, duration, pagination, thumbnails...etc.[/size][/font][/color] [b]6- Many skins[/b][color=rgb(40,40,40)][font=helvetica][size=3]. The block comes with 33 skins for you to choose from.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]thank you[/size][/font][/color] [b]Please note that v 1.1 requires IP.contents 2.3.x if you have 2.2, then use version 1.0.1[/b] -
Version 1.4.1
26 downloads
[color=rgb(40,40,40)][font=helvetica][size=3]Do you hate the article system in IP.Content and always wanted something better? well know you got it, you can know post all your news from selected forum(s) and have them show up in IP.Content in 4 different ways! with all the information that is needed (Title, Posted by, date, how many comments/replies, the authors profile photo) and of course a link back to the topic.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]If you need help installing this block, please feel free to either PM me or reply in the support topic of this file.[/size][/font][/color] [i]Thanks to Marcher Technologies for all the help.[/i] -
Version v2
147 downloads
[color=rgb(40,40,40)][font=helvetica][size=3]PNG files for common ranks included. We will be adding more designs soon.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]this image is best used with a dark theme but you can open the PSD and edit the image to suite a lighter theme.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] Easy Install Instructions:[/size][/font][/color][list] [*]Unzip the files and upload all the .png files from the folder of the color you desire to[b]/public/style_extra/team_icons[/b] folder via your FTP Client. [*]Go to your ACP and go to [i]Member Groups[/i] -> [i]Manage Member Groups[/i]. [*]Then Click the Group you wish the change the rank image for and tell IP.Board where the image is.[b][i]Ex: public/style_extra/team_icons/admin.png[/i][/b] [/list] [color=rgb(40,40,40)][font=helvetica][size=3]If you have groups you customized simply open the PSD and add the group name save as .PNG and you're done. If you're unsure how this is done I will be happy to do this for you at [/size][/font][/color][url="http://www.team-stealth.com/"]www.team-stealth.com[/url] -
Version 1.1.4
22 downloads
[color=rgb(40,40,40)][font=helvetica][size=3][img]http://k4z.co.uk/tmp/ipcsliderintro.png[/img][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(0,0,51)][font=helvetica][size=3][font=tahoma][size=6][b]Introducing IPC Slider[/b][b], [/b]perfect for any IP Content Site![/size][/font][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]IPC Slider boasts a quick and simple install, provides a very extensive set of customisation tools built into the Admin Panel, allowing you to change everything and anything.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]Now with over 40+ New and Improved Settings available![/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]Included in the purchase:[/size][/font][/color][list] [*]All IPC Slider files, including: XML Hook - Installs a huge range of settings. IP Content Block which imports directly into IP Content and you're ready! [*]Instructions [*]Full technical support. [/list] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=5][font=tahoma][b][color=rgb(0,0,51)]Over 40+ Customisable Settings[/color][/b][/font][/size][/font][/color] [b][img]http://img198.imageshack.us/img198/9848/thumb1en.jpg[/img][/b] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=5][b][color=rgb(0,0,51)]Native IP Content jQuery[/color][/b][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3][img]http://imageshack.us/a/img23/9362/ipcsliderthumb2.jpg[/img][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=5][color=rgb(0,0,51)][b]Article images and text insert into slides automatically![/b][/color][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3][img]http://imageshack.us/a/img803/9493/ipcsliderthumb3.jpg[/img][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=5][color=rgb(0,0,51)][b]No conflicts, fits anywhere and everywhere with full responsive support. [/b][/color][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3][img]http://imageshack.us/a/img96/6849/ipcsliderthumb5.jpg[/img][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3][img]http://imageshack.us/a/img33/8459/ipcsliderthumb6.jpg[/img][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=5][color=rgb(0,0,51)][b]No limits, you set the number of slides.[/b][/color][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3][img]http://img255.imageshack.us/img255/8159/ipcsliderthumb7.jpg[/img][/size][/font][/color] [color=rgb(0,0,51)][font=helvetica][size=3][size=5][b]Multiple themes to choose and fit into your community.[/b][/size][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3][img]http://img42.imageshack.us/img42/8407/ipcsliderthumb8.jpg[/img][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [b]Follow me on [/b][url="https://twitter.com/GrantSMSW"]Twitter[/url][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=5] or [/size][/font][/size][/font][/color][url="https://plus.google.com/100452902786958356694/posts"]Google+[/url][color=rgb(40,40,40)][font=helvetica][size=3][font=helvetica][size=5] [/size][/font][/size][/font][/color] -
Version 3.0.3
29 downloads
[color=rgb(40,40,40)][font=helvetica][size=3]Video sharing system, allows you and your members to share various video embed codes from YouTube, Google Video, Yahoo Video etc.. Including per category settings as well as subcategories,[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=5][color=rgb(255,0,0)][b]Please read my purchase guide before purchasing, [url="http://www.devfuse.com/forums/tutorials/article/89-ips-marketplace-purchase-guide/"]c[/url][url="http://www.devfuse.com/forums/tutorials/article/89-ips-marketplace-purchase-guide/"]lick here[/url] to view.[/b][/color][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(46,139,87)][font=helvetica][size=3][b][font=Verdana]Keep up to date with [url="http://www.devfuse.com/"]DevFuse[/url] mod development and releases.[/font][/b][/size][/font][/color] [url="http://www.devfuse.com/redirect/facebook/"][img]http://i56.tinypic.com/2ze9ngh.jpg[/img][/url][color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color][url="http://www.devfuse.com/redirect/twitter/"][img]http://i43.tinypic.com/53qo7q.png[/img][/url][color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color][url="http://www.devfuse.com/redirect/youtube/"][img]http://i43.tinypic.com/2r7m3v9.png[/img][/url][color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color][url="http://www.devfuse.com/redirect/rss_news/"][img]http://i55.tinypic.com/2lkwa4w.jpg[/img][/url][color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color][url="http://www.devfuse.com/redirect/googleplus/"][img]http://i42.tinypic.com/24wfq0z.png[/img][/url] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [b]Videos System feature list:[/b][list] [*]No file edit or template edits required, just upload the application files and run the application installer. [*]Basic video upload support added with flowplayer integration. No transcoding done, video must be compatible with flowplayer. [*]Mobile skin support for the portal index, category view, video form and view video pages. [*]Content Spy integration for new and updated videos. View more on what Content Spy is [url="http://ipb.silvesterwebdesigns.com/store/product/1-content-spy/"]here[/url]. [*]Support included for share links on view video page. [*]Notification support for add, edit, approve, unapprove and moderator pending videos [*]IP.Board Sitemap Generator plugin included. Which allows video links to be included in your sitemap file. [*]Support for category permissions. Set who can add videos, edit videos, delete videos, add comments, edit comments, delete comments per group. [*]Support for per category settings, including view category, view and add video permissions and discussion topics. [*]Videos tab added to the profile page for members who have added videos. [*]Ajax rating system with per group permissions who can rate and even who can change their votes. [*]Share video option with page link, bbcode and html code provided for members to share videos more easily. [*]Default per category settings for sort and filter as well as number of videos per page. [*]Support for media tags. Members can now just add the url for supported media sites and the embed code will be generated for them [*]Support for YouTube thumbnails. Thumbnails are downloaded and saved locally for display next to videos when new videos are added using media urls. (See below for which sites are supported.) [*]Quick add video option, enter the media url and category and the system will attempt to get the video title/description automatically. (Not all media urls supported.) [*]Support for category or video following. [*]Support for IPB's tag class for videos. [*]Support for IP.Contents feed plugin (videos, categories and comments). [*]Support for IPB's like/reputation class for videos. [*]Rebuild tools included for videos and comments. Useful for when a members display name gets changed. [*]Cleanup tool for orphaned and broken thumbnails and uploaded videos. [*]Sidebar hook included with the option to change which field, the videos in the sidebar are sorted as well as the order and number of videos to display. [*]Per category or globally created discussion topics. [*]Pending videos overview for mass approval/denial of new videos added. [*]Full use of IPB's inbuilt cache system to minimize server load and resources. [*]RSS feed for new videos added and per category rss feed export added for each category. [/list] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [b]Sites which support automatic thumbnail downloading:[/b][list] [*]Youtube [*]Vimeo Video [*]Facebook Video [*]Vine Video [*]TwitchTV & JustinTV [/list]
