Saturday, September 14, 2013

[HQ] Members Viewing Forums 3.0.4 On IP. Board

[HQ] Members Viewing Forums 3.0.4 On IP. Board. Displays the number of people looking at a particular forum (for vBulletin). Viewing Members Forums can beautify the causeway and website / forum you become more trendy, cool and beautiful. please refer to the demo and tutorial below

Preview demo :

[HQ] Members Viewing Forums 3.0.4 On IP. Board


Attachment

It that [HQ] Members Viewing Forums 3.0.4 On IP. Board, hopefully useful and helpful for you!

[IPBForumSkins] Wireless 3.4.x On IP. Board

[IPBForumSkins] Wireless 3.4.x On IP. Board. Style in dark colors, perfect for gaming communities. Compatible with all official components of the latest versions. Please follow the instructions and install the way I will give full button below!

Demo Preview :

[IPBForumSkins] Wireless 3.4.x On IP. Board


How to Installed :
Login to your forums admin control panel, and choose "Import/Export" from the "Look & Feel" menu.

Next to the "Upload XML(Archive) Skin Set" field, browse for your skin.xml.gz file. You can optionally specify a custom name for the skin under "New Skin Set Name". Click "Import Skin Set".

Attachment

It that [IPBForumSkins] Wireless 3.4.x On IP. Board, hopefully useful and helpful for you!

[IPBForumSkins.com] Snapshot 3.4.x On IP. Board

[IPBForumSkins.com] Snapshot 3.4.x On IP. Board. Snapshot - skin for IP.Board 3.4.x teams of professionals IPBForumSkins. Founded in Aero theme in Windows 7 In the style of realized function smeny backgrounds "on the fly." The Skin I will share it for free, and you can apply it on the web Ip board guys, the original skin of ipbforumskin so to complete the installation is in its attachment file


Demo Preview :
[IPBForumSkins.com] Snapshot 3.4.x On IP. Board

How to Installed :
Login to your forums admin control panel, and choose "Import/Export" from the "Look & Feel" menu.

Next to the "Upload XML(Archive) Skin Set" field, browse for your skin.xml.gz file. You can optionally specify a custom name for the skin under "New Skin Set Name". Click "Import Skin Set".

Attachment


It that [IPBForumSkins.com] Snapshot 3.4.x On IP. Board, hopefully useful and helpful for you!

Friday, September 13, 2013

[Hook] User Online Status in Topics On IP Board

[Hook] User Online Status in Topics On IP Board. This time I will share about how and how to install [Hook] User Online Status in Topics, For that, please follow the instructions that way and I will give below!


Restores an indicator showing whether each poster is online or offline in the Topic View.


Step Import the Hook File
  • Log in to your IP.Board Admin CP and visit the System tab
  • Applications & Modules
  • Manage Hooks page. In the 'Install a New Hook' section, 
  • Browse to the XML file included with these instructions 
  • And click Open.

[Hook] User Online Status in Topics On IP Board


Attachment

It that [Hook] User Online Status in Topics On IP Board, hopefully useful and helpful for you!

Thursday, September 12, 2013

Add Twitter, Facebook Icons On Header IP. Board

Add Twitter, Facebook Icons On Header IP Board. This tutorial will show you how to add various social media icons (twitter, youtube, facebook) icons in the IPB header. In this case next to the quick search box.

Preview Demo:

Add Twitter, Facebook Icons On Header IB. Board

Step 1.
  • Open your Admin CP
  • Look & Feel Tab
  • select skin
  • Global Templates
  • globalTemplate.
Find:
<if test="canSearch:|:$this->memberData['g_use_search'] && $this->settings['allow_search']">
                                                {parse template="quickSearch" group="global" params=""}
                                        </if>

Add BELOW:
 
<ul class='ipsList_inline right' style='margin-top: 20px; margin-right: 30px;'>
<li style='margin:0px;'><a href='http://twitter.com/{twitter username}' title='Latest news and updates at twitter'><img src='{link to twitter icon}' alt='twitter' /></a></li>
<li style='margin:0px;'><a href='http://www.youtube.com/user/{youtube username}' title='View my Youtube videos'><img src='{link to youtube icon}' alt='youtube' /></a></li>
<li style='margin:0px;'><a href='https://plus.google.com/{google plus id}' title='View our Google Plus page'><img src='{link to your google plus icon}' alt='googleplus' /></a></li>
</ul>


Save Template.

Now you'll need to replace where I've stated {twitter username} or {link to youtube icon} with your own social media usernames and social media icons. In different skins you may need to adapt the padding or margin to fit better with your skin. 


It is Add Twitter, Facebook Icons On Header IB. Board, Good Luck!

Protect Nulled IP Board from IPS

Protect Nulled IP Board from IPS. To protect nulled fairly easy way and tutorials please follow the instructions below correctly and appropriately.

This is not guarantee 100% for working.



.htaccess method:
Create a new .htaccess  file  (or open existing .htaccess and edit) and write into:

<Files .htaccess>
order allow,deny
deny from all</Files>
#Hostnames
deny from ibforums.com
deny from invisionpower.com
deny from community.invisionpower.com
deny from ipslink.com
deny from ips-spam-service.com
deny from ipshosting.net
#IPs
deny from 70.33.186.224/30
deny from 70.33.186.228/30
deny from 208.67.212.0/22


robots.txt method
If you want to your forum appear in search engines I do not recommend this way!
Create a new robots.txt file and write into:

User-agent: *
Disallow: /



You can use both for more protection. A little notice ... you can caugth by DMCA!

Other tips:
•Turn on "Licensed" to text
•Turn on Copyright text 

It is Protect Nulled IP Board from IPS, hopefully helpful and useful for you!

Add Charm Bar On IP Board

Add Charm Bar On IP Board. To make the charm bar on board the actual IP and it simply is no easy way, for that day I will share the way. Well but you know not to? what the charm bar? if do not know please check in the picture that I will give below, and please follow the installation tutorial also.

In Windows 8 has an interesting feature called Carm Bar.
Now I will describe how to create such menu in your
Forum IPB.

Add Charm Bar On IP Board


To do this,
  • open the Admin CP
  • Look & Feel 
  • Select Template
  • Global Templates
  •  globalTemplate
  • Find it in the template:


<!-- ::: CONTAINER AREA ::: -->
<div id='wf-container' class='clearfix'>


Immediately after (bottom), put the following code:
<div class="showcharm" onmouseover="document.getElementById('charmbar').className='charmbar1'" onmousemove="document.getElementById('hidecharm').className='hidecharm1'">&nbsp;</div>
<div id="hidecharmmenu" class="hidecharm0" onclick="document.getElementById('hidecharm').className='hidecharm0'; document.getElementById('hidecharmmenu').className='hidecharm0'; document.getElementById('ch1').className='charmmenu0 bodycolor'; document.getElementById('ch2').className='charmmenu0 bodycolor'; document.getElementById('ch4').className='charmmenu0 bodycolor'; document.getElementById('ch5').className='charmmenu0 bodycolor'">&nbsp;</div>
<div id="hidecharm" class="hidecharm0" onmouseover="document.getElementById('charmbar').className='charmbar0'" onmousemove="document.getElementById('hidecharm').className='hidecharm0'">&nbsp;</div>
<div id="charmbar" class="charmbar0">
<div style="display: table-cell; vertical-align: middle; height: 500px">
<div class="charm"><a href="https://*****************************************************************"
target="_blank"><img src="{style_images_url}/XXXXXXXXXX.png" alt="" /></a><br><font color="white">Текст</font></td></tr></tbody></table></a></div>
<div class="charm"><a href="https://******************************************" target="_blank"></br><img src="{style_images_url}/XXXXXXX.png" alt="" /></a><br><font color="white">Текст</font></td></tr></tbody></table></a></div>
<div class="charm"><a href="**********************************************************************"><img src="{style_images_url}/XXXXXXXXX.png" alt="" /></a><br><font color="white">Текст</font></td></tr></tbody></table></a></div>
<br>
<div class="charm"><a href="http://****************************************" target="_blank"></br><img src="{style_images_url}/XXXXXXXXX.png" alt="" /></a><br><font color="white">Текст</font></td></tr></tbody></table></a></div>
<div class="charm"><a href="http://**********************************" target="_blank"></br><img src="{style_images_url}/XXXXXXXXX.png" alt="" /></a><br><font color="white">Текст </font></td></tr></tbody></table></a></div>
</div>
</div>



Save (Save)

important:
In place of (*) to add a link to your links.
In place of (X) is added to replace your image to be displayed on Charm Bar - .. and size / 32h51 or 54h54 /.
In place of (Text) add the name of the link or your text as desired.

Then open the CSS by clicking on CSS -> Add CSS File ... in the new browser type charmbar
Click Add and paste the following code:

.showcharm {
z-index:9999;
width:30px;
height:100%;
left:0px;
top:0px;
position:fixed;
}
.hidecharm0 {
z-index:-9999;
width:0px;
height:100%;
left:0px;
top:0px;
position:fixed;
}
.hidecharm1 {
z-index:9996;
width:100%;
height:100%;
left:0px;
top:0px;
position:fixed;
}
.charmbar0 {
z-index:10000;
background: #2d2d2d;
width: 100px;
height: 100%;
position: fixed;
left:-100px;
top:0px;
vertical-align: middle;
display:table;
-webkit-transition: all 400ms cubic-bezier(0.000, 0, 0, 1.000);
transition: all 400ms cubic-bezier(0.000, 0, 0, 1.000);
}
.charmbar1 {
z-index:10000;
background:#2d2d2d;
width: 100px;
height: 100%;
position: fixed;
left:0px;
top:0px;
vertical-align: middle;
display:table;
-webkit-transition: all 400ms cubic-bezier(0.000, 0, 0, 1.000);
transition: all 400ms cubic-bezier(0.000, 0, 0, 1.000);
}
.charmitem {
width: 100px;
height: 100px;
vertical-align: middle;
font-size: 15px;
color: #a0a0a0;
}
.charm {
background:#2d2d2d;
text-align: center;
vertical-align:middle;
display: block;
width: 100px;
height: 100px;
}
.charm a, .chitem a {
text-decoration:none;
}
.charm:hover {
background: #333333;
}


Save (Save)

This is vsichko.Po wish you can change the background of Charm Bar-and the file we created charmbar.css.
Also you can add an image that attracts attention to Charm Bar-and

 It is Add Charm Bar On IP Board, Good luck!

Wednesday, September 11, 2013

[App] Topic Thumbnail On IP. Board

[App] Topic Thumbnail On IP. Board. Thumbnail topic will make your website attractive, the website will look more cool and charming when in give this app, please give it a try and for the complete tutorial in the file. If confused in prnginstalan please follow the tutorial that I will give below correctly and appropriately

Tutorial :
Step 1: File Uploads
To begin, copy and upload all of the contents of the upload/ folder in the downloaded package to their corresponding folders in your IP.Board installation.

 upload/admin/applications_addon/other/topicthumbnail

upload/public/style_images/master


Step 2: Admin CP
To complete the installation, login to your Admin CP, and then go to "Manage Applications and Modules" under the "System" tab. Once there, look for the uninstalled applications and click "Install" on the row which is for (BIM34) Topic Thumbnail.

Once the installer completes its cycles the installation will be complete.
==================================================

This modification can show thumbnails of topics on the main forum view.

Main features:
- Automatically takes an image from the first post of topic (include attachment image) and display it as topic thumbnail.
- *NEW* Option to show topics as gallery
-
Topic's authors or member groups that you specify can change thumnail
by clicking on the thumbnail and choosing an image from topic or from
URL.
- Preview image when hover the thumbnail.
- Set thumbnail width and height for each forum.
- *NEW* Automatically resize and crop images in a smart way that does not distort images.

Preview Demo :

[App] Topic Thumbnail On IP. Board

Attachment

It that [App] Topic Thumbnail On IP. Board, hopefully useful and helpful for you!

[Skin] Aspect Dark Skin On IP Board

[Skin] Aspect Dark Skin On IP Board. [Skin] Aspect Dark [Skin] Dark Aspect is the future of modern skin elegant and responsive to use on your Board Ip, color black half dark shades make the skin more attractive than others, for a description of how the installation is complete and in the file attachment

My first ever skin made for IP Board, using minimal html edits, mainly CSS.

Works with most applications but won't be updated in the future.

Releasing here free for others to use.

Zip file includes installation readme along with the skin and images xml files (mainly default IP Board images). 

Preview Demo :

[Skin] Aspect Dark Skin On IP Board

Attachment

It that [Skin] Aspect Dark Skin On IP Board, hopefully useful and helpful for you!

[Hook] Group Color On User Link On IP. Board

[Hook] Group Color On User Link On IP. Board. This app serves to create or influence to bear on behalf of the website / forum your IP.Board. For more details you can check Leih in screnshot or image file in the file attachment. For installation itself tutoril please follow below correctly and appropriately.

Tutorial :
  • Log in to your IP.Board Admin CP
  • Visit the System tab
  • Applications & Modules 
  • Manage Hooks page
  • In the 'Install a New Hook' section, browse to the XML file included with these instructions and click Open
Preview Demo :
[Hook] Group Color On User Link On IP. Board


Will show group color in user link.

Compatibility:
  • Version 1.3.1: IP.Board 3.4.X
  • Version 1.2.0: IP.Board 3.3.X
  • Version 1.1.3: IP.Board 3.2.X
IMPORTANT NOTICE:
  • if you upgrade from 3.3 to 3.4, UNINSTALL THE VERSION FOR IP.BOARD 3.3 AND INSTALL THE VERSION FOR 3.4!

Attachment

It that [Hook] Group Color On User Link On IP. Board, hopefully useful and helpful for you!

[Hook] Duplicate Members Logger 3.0.3 On IP Board

[Hook] Duplicate Members Logger 3.0.3 On IP Board. Duplicate Members Logger logs, using a Flash cookie, and reports members who use multiple accounts on the same computer to access your IP.Board community.

Preview :
[Hook] Duplicate Members Logger 3.0.3 On IP Board


The use of a Flash cookie makes the application a cross-browser solution to deal with "ghost" members, as it detects and reports them even if they use one browser for each registered account.

In version 3.0.3, some frequently asked features have been added to complement the existing ones improving the application even more, and making it an even more robust and effective solution to deal with such situations.

New account registration control: The detection of a duplicate account now begins at its registration. Through the appropriate setting, you can choose among allowing a duplicate account registration, allowing it but immediately banning it, or completely prohibiting its creation.

ACP feature Log-in as member: With IP.Board 3.2 a new feature was introduced as a tool to help admins assist members of their community. This was the Log-in as member feature, which as a side-effect confused the application that reported the admin as a duplicate of the members the admin logged in as. This was of course not a bug of the application. It was a situation it was not programmed to deal with. The new version however can detect and ignore the use of this feature very efficiently.

PM notifications: You can now, with a click of a button, send a PM to all members of each duplicate group notifying them that you know about their actions and asking them for an explanation. Actually, the content of the PM is even configurable through the appropriate setting. Additionally, two different modes are available to choose between when sending a new PM. You can either set them as System(the sender will have no record of the notification being sent, as if it was system-generated, and the recipient will not be able to reply to it.), or you can choose Normal mode. In version 3.0.3 this feature is even automated through the appropriate setting in ACP to save you from having to do it manually.

Topic postifications: Additionally, you can now, with a click of a button, post a new topic in a selectable through the appropriate setting forum about all members of each duplicate group notifying them that you know about their actions, and also warning the rest of the members that they should be alert in case they get scammed by those duplicate members. Similar to the above, in version 3.0.3 this feature is also automated should you set the appropriate setting in ACP.

Member comments: A very useful feature was added that allows you to store comments for each member found either in Duplicates Management or in Exclusions Management sections making it easier for you to remember i.e. the reason a member was excluded from producing duplicate reports, etc.

Integration in Edit Member page: The application embeds perfectly within the Editing member page in ACP. A new tab, labeledDuplicate Members Logger, is added where you can set/unset a member as Excluded to control whether they will further produce duplicate reports or not. Additionally, you can view/edit the machine IDs of the machines each member has used to access your community. And finally, you can edit/delete the comments left for each member.

Integration in Moderator CP: The application also embeds in Moderator CP to show registration attempts that came from computers that were previously used by other accounts to access your community. This module splits the attempts in two categories: Registration attempts that resulted in a banned account and registration attempts that were completely rejected (based on the setting mentioned above). Additionally, through the appropriate setting you can choose who can view this section of Modedator CP. You can choose between Administrators only, or Administrators and Moderators. Finally, an alert similar to the community's stock Report center alert is triggered whenever such a new attempt is detected.

Public side alerts: Up to version 3.0.2 you were notified through a public side alert whenever a new fraud registration attempt was detected. This has been working extremely well for new members, but you still had to periodically check the admin side of the application to see if any two or more existing members have logged in from the same computer. To deal with this, a new type of alert has been introduced in version 3.0.3. This alert is triggered whenever an existing member uses the machine of another existing member to access your community. The alert itself is even a hyperlink to the appropriate section (Duplicates Management) in the admin side of the application. The hyperlink, however, respects the setting Remove the ACP link from the community in Security and Privacy. In other words, if you have set your community to remove the ACP link from the public side, the alert is not a hyperlink anymore but rather a simple piece of text. Finally, the alert itself goes off when you visit the Duplicates Management section.

Application Overview: This section displays an overview of statistics, as well as the application's status. The statistics have been improved and include: Unique Machines With One Member/With Multiple Members and also Unique Members From One Machine/From Multiple Machines. These, while seemingly unimportant, can let you understand the habits of your members. In two words, they display the number of unique machines and members that have accessed your community. Additionally, they are now visually represented with the appropriate charts. Typically, these stats do not include Excluded members, but should you need to count them as well, you can do that by clicking the appropriate button.

Duplicates Management: Maybe the greatest improvement of the application is the way it deals with duplicate accounts. Through a complex but lightweight algorithm, it groups all accounts that used the same computer to access your community, and presents them in a list. Scenario: Member A logs in the community from Machine A. Member B logs in the community from Machine B. Member C, who normally logs in the community from Machine C, logs in once from Machine A and once from Machine B. This will result in showing Member A, Member B and Member C as a Duplicate Group, with Member C being the link between Member A and Member B. For any such duplicate group, a number of options is available. You can either Exclude, Ban/Unban, or Delete any single member, and there are also mass options, like Notify All (through a PM) the whole group, Ban All/Unban All, or Delete All by clicking the appropriate button. Finally, there may be cases where a member incidentally has to log into the community from a computer that is normally used by another member (i.e., they are friends, etc). Those will be reported as duplicates in the application. However, you may not completely trust them to mark any/both as excluded. In such cases, you can now remove the machine ID from the system that links the members together, thus removing the duplicate itself. The machine ID of course will be reinserted in the system the next time it is used by any of the members to access the community but it will now correspond to just one of them. You can find which machine was used by each member through hovering with your mouse over each machine ID.

Exclusions Management: This section has also undergone improvements. Actually, the way exclusions work has completely changed. You do not exclude pairs of members anymore. You exclude single members, and those members will never again trigger a duplicate report, no matter how many accounts they create. Thus, it is advised to use this feature carefully and only exclude trusted members.

Settings: Here you can set the settings of the application to tailor it to the needs of your community.

Changelog in:
  • Version 3.0.3
    • Added an automatic notification of members feature
    • Added an automatic postification of members feature
    • Added a public side alert for duplicate access attempts
    • Added a Delete All button for Fraud Registrations logs
    • Re-organized Duplicates Management and Exclusions Management sections layout to optimize them for lower resolution screens (ie. 1366px x 768px)
    • Fixed a bug in Topic Postification where if an admin was one of the postified members, their IP address was revealed if you had set IP addresses to be shown in the topic
  • Version 3.0.2
    • Added several settings to suit the app's behavior exactly to the admin's needs
    • Fixed a bug regarding the rotation of the usernames while sending a PM notification *
    • Fixed a bug regarding the Flash object POSTing its data to a relative URL instead of to an absolute one
    • Changed the behavior of Duplicates Management and Exclusions Management sections to return the admin to the page they were before performing each action
    • Added the ability to post a new topic in a selectable forum about each duplicate group detected
    • Added the ability to write down comments regarding each member of a duplicate group and/or each excluded member
    • AJAXified the actions of saving a comment for a member, mass notifying members of a duplicate group, and postifying a new topic about them
    • Fixed a bug in ModeratorCP when an admin/moderator tried to delete an already deleted registration attempt
  • Version 3.0.1
    • Improved the algorithm that calculates duplicate groups
    • Fixed a bug where member links in Manage Duplicates & Manage Exclusions threw a [#404] incorrect_furl error
    • Fixed the template hook that loads the .swf object in the public side of the community
    • Added the option in app Overview to delete all machines stored for all members
    • Added an icon in app Overview that makes it obvious when duplicate groups are found
Attention: This application installs a Flash cookie on your members' computers. It will not catch duplicates coming from environments where Adobe Flash is unavailable.

Attention: v3.0.3 of the application will not be able to use already stored duplicates from v2.0.0 as they work totally differently.

Attention: Be sure to download the appropriate version of the application according to your IP.Board version.




Attachment

It that [Hook] Duplicate Members Logger 3.0.3 On IP Board, hopefully useful and helpful for you!

Monday, September 9, 2013

Ribbon Forum Ranks v3.1 On IP. Board

Ribbon Forum Ranks v3.1 On IP. Board. I saw the concept on Google and wanted to create my own version so here it is. Works well with any forum and the file includes the PSD for easy editing, font file and 8 premade images. ENJOY!

How to Install it :

Having extracted the .zip, upload the images via FTP or your hosts File Manager to /public/style_extra/team icons.

Preview Dmeo :

Ribbon Forum Ranks v3.1 On IP. Board
 


To use them 
  • go to your ACP 
  • Members tab
  • Manage Groups
  • (edit a group)
  • and place the appropriate code into 'Group Icon Image' such as 'public/style_extra/team_icons/administrator.png' 


Attachment

It that Ribbon Forum Ranks v3.1 On IP. Board,
hopefully useful and helpful for you!

How To Easily Edit The Copyright Text For IP On Board

How To Easily Edit The Copyright Text For IP On Board. Here is a little tutorial for show to you how to edit the copyright at the bottom of your page without a template edit..

Example Preview :

How To Easily Edit The Copyright Text For IP On Board


Here we go :

1) Let's go on your FTP > public_html and go in :

admin\sources\classes\output\formats\html\



2) Open htmlOutput.php

3) Go at the line 632 or search for : <!-- Copyright Information -->

You will see that :
$copyright = "<!-- Copyright Information -->
              <p id='copyright'>
               <a href='http://www.invisionpower.com/apps/board/' title='Community Forum Software by Invision Power Services'>Community Forum Software by IP.Board{$version}</a>";


4) Custom step :

After the </a> add your custom code.. and when it's done don't forgot to check if the "; is after your code.

Exemple :
$copyright = "<!-- Copyright Information -->
              <p id='copyright'>
               <a href='http://www.invisionpower.com/apps/board/' title='Community Forum Software by Invision Power Services'>Community Forum Software by IP.Board{$version}</a></br>Skin By Designs Core";


5) Save and re-upload the htmlOutput.php 

6) It's done !

How To Easily Edit The Copyright Text For IP On Board


It is How To Easily Edit The Copyright Text For IP On Board, Good luck!

IPB 3.4.x Missing Editor Box On IP Board

IPB 3.4.x Missing Editor Box On IP Board. Today I will share how if you mengalamiMissing Editor Box On IP Board, for the tutorial is actually easy and practical. you do not Boards need to reinstall your IP, simply by following the tutorial that I will give below the correct and appropriate.

There are two methods of fix

Tutorial , Please follow!
  • Go to ACP
  • Look & Feel 
  • choose skin
  • Manage Template & CSS 
  • Editor and click Revert EditorloadJS


or add to the EditorloadJS template
<script type="text/javascript">
IPS_extra_plugins = [];
</script>


This will fix the editor box missing and the reply functions not working.

IPB 3.4.x Missing Editor Box On IP Board


It is basically down to the skin not being compatable with 3.4.x



It is IPB 3.4.x Missing Editor Box On IP Board, good lcuk!

[App] Tutorials On IP. Board

[App] Tutorials On IP. Board. Compatibility IP.Board 3.1.x, IP.Board 3.2.x, IP.Board 3.3.x, IP.Board 3.4.x

A full-featured Tutorials/Article system for your IP.Board. Here's a quick rundown of some of the features for this application:
  • Unlimited categories of articles, plus unlimited depth of parent-child relationships
  • Ability to use comments system or support topics, or both
  • Per-category permissions to show category, read articles, submit articles, add comments, and avoid approval queues
  • Numerous group permissions on various actions
  • Moderator actions on articles and comments
  • Ability to create RSS feeds of all tutorials, and selected categories
  • Ability to attach files to tutorials
  • Integration with IP.Board's Report Manager
  • Ability to create multi-paged tutorials
  • Included portal plugins for random, popular, and recent tutorials
  • Adds a 'Tutorials' tab to Member Profiles showing their submissions
  • Sidebar hook showing recent tutorials
  • Hook to quickly convert a forum post into a new tutorial
  • Ability to copy a tutorial from one category to another
  • Friendly URLs for tutorials and categories
  • Ability to give reputation points for tutorials
  • Integration with the board search + Sphinx search support
  • Rate tutorials, or follow them to receive notifications on updates
  • Integration with IP.Board's Share Links system to share, download, or print articles
  • Get notifications for approved/rejected submissions, and when your articles get new comments
  • Integration with the Queued Items hook
  • Integration with the IP.Board's sitemap system to include tutorials in your forum's sitemap
  • And much, much more!

[App] Tutorials On IP. Board

Attachment


It that [App] Tutorials On IP. Board, hopefully useful and helpful for you!