-
Content Count
315 -
Joined
-
Last visited
Content Type
Profiles
Downloads
IPS4 Providers
Release Notes
IPS4 Guides
IPS4 Developer Documentation
Invision Community Blog
Forums
Store
Everything posted by shahed
-
Plugin Is Now Updated: What's New in Version 1.1.4 Template Improvements CSS Improvements Add a Default image address setting (Only appear for articles without image. display in articles and listing/frontpage view) Hide 0 Comments icon from Listing's cards Add new icon for number of Reactions / Likes in Listing's cards
-
Will be included in the next update
-
-
Pages Legend News has been updated: What's New in Version 1.1.3 Template Improvements
-
Pages Legend Reviews has been updated: What's New in Version 1.0.1 Template Update CSS Update
-
Thanks @Ramsesx Fixed in Demo, will be fixed soon in Plugin as well.
-
Live Demo (FrontPage) / Category / Record view Please use this Topic for Support and Ideas for Pages Legend Reviews
-
Version 2.2
1 download
Pages Legend Reviews Is a series of Page-App-Templates accompanied with a powerful plugin and a special Pages Database, so you can create a very flexible layout throughout your Database, Category and Record View pages. These Templates are specifically designed for "Review" type of articles. It's often use for Movies, TV Shows, Games and ... for special review and score articles. now they can have their own review articles with Scoring system. These templates can be used on a New Page app Database Installation or even can be assigned to an existing Databases. Templates mainly designed to b$20.00 -
-
Version 2.1.0
18 downloads
With this plugin, you can change your Forum Index Page in this areas, to make your Index simplify and more stylish: Background color for Parent Category (Based Category setting > Feature color ) Put all of your sub forums into popup menu Forums description in tooltip menu Add Bunch of color and background color settings Add new Color options for Pinned/Locked/Featured contents ( > Special Thanks for @BankFodder for Idea and support) Live Demo$6.00 -
Hello, As you know, this is "Pages Legend News". as a Page's app template, you can assign them in Databases, categories and record view of your databases. So it's act "Within" your Databases. you create article within your databases and voila! you can see your article with very different style then IPS default version. this is what this template does. grab what you create inside of your databases and automatically listing them with some style in category and frontpage of your database! What you need is simply is entirely something else. I mean Landing page with ability to create cust
-
-
What's New in Version 1.1.2 CSS Improvements
-
Thanks @kmk Fixed in Live demo, and will be fixed in upcoming update.
-
Templates has been Updated and renamed to "Legend News", because it's now have option to choose between grid and list both for frontpage or category view! Demo Site also updated. You can see Template with/without IPS-Wrapper / and one category here use List layout Jquery tool is now improved What's New in Version 1.1.0 You can now choose between grid or list layout in Frontpage and Category view seperately CSS Improvements Jquery swiper tool for grid view are improved
-
Well. I will certainly open this more for better mobile-view ideas. but just for this template and it's future contents, and not to all other IPS apps. that one require another approach.
-
Glad to hear. demo site is in development and have changes since your last post. so... you may see difference between actual templates and live demo. but ultimately you get stable version. Latest news widget is not a footer widget, you normally use this as sidebar and next to your article. Also it is a standard Pages block, so you can indeed create your own type of block, the way you want. It's not very tricky, I will add new Widget template like this in next update. so it can be assign to any current/future Pages block. I don't follow here, ex
-
I don't have widgets you used in https://www.walkingfootball.com/ seems are custom all over the page. Legend News approach different way for Font page and it's show your latest record automatically like IPS standard, but with different style. you can see custom widget here (Record View). it's uses an in-package template that can be use several times in several custom widgets. I have plan to add more templates (FrontPage / Category / Display / Widgets) to this package regularly, so Ideas will be appreciated.
-
Hello, What changes it's need to be better?
-
Live Demo Please use this Topic for Support and Ideas for Pages Legend Grid News
-
Version 2.3
90 downloads
Legend Grid News Is a series of Page-App-Templates accompanied with a powerful plugin, so you can create a very flexible layout throughout your Database, Category and Record View pages. These templates can be used on a New Page app Database setup or can be assigned to an existing Databases. Templates mainly designed to be no-need-IPS-wrapper so user can have the best possible experience with templates. this come with one limitation, that Admin can't use IPS drag&drop Sidebar Management. Plugin off course have built in features for widgets, and, also admin can choose to use templates w$20.00 -
Add Page app Block to Page template through a plugin
shahed replied to shahed's topic in Help & Support
You mean as YesNo Field? -
Add Page app Block to Page template through a plugin
shahed replied to shahed's topic in Help & Support
Thanks, I think there is a miss describe, because it's not the entire template tag. It's just block identifier should be placed inside textarea. so this line are in template, in exact space as Just {block="block_name"} should be. {{if settings.setting_key}}{setting="setting_key"}{{endif}} I want add these blocks there line by line. and I don't want it for a single or two specific block. -
Hello, Recently I started to create new plugin for a IP.Page Template. Plugin currently works just fine, except in one area. and I don't know if it's a bug. I use this method to insert IP.Page Blocks through a plugin: $form->add( new \IPS\Helpers\Form\TextArea( 'setting_key', \IPS\Settings::i()->setting_key ) ); As a textarea field, like adding {block ="block_name"} in plugin line by line. while I can use HTML tags in textarea, but the {block ="block_name"} won't parser as a normal block. It's just adding a RAW {block ="block_name"} in IP.Pages template space.
-
Recently I created a new plugin for sidebar through IPS\Helpers\Form\TextArea But it's doesn't works properly with {block ="block_name"}. setting for template are already in place and I can add anything from texts to html tags, except custom blocks, these lines won't parser as blocks. Anyone have any Idea?