<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Plugin Wishlist</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 12 Apr 2026 04:11:07 -0000</pubDate>

		<item>
			<title>peperonikiller</title>
			<description><![CDATA[<blockquote>
	<a href="https://www.cotonti.com/forums?m=posts&amp;p=36524#36524">#36524</a> <strong>Twiebie: </strong><br /><p>
		That's not a bad idea, peperonikiller.</p>
	<p>
		I use Twitch often myself, and I see they have an API for it.<br />
		I'll see if I can create something.</p>
</blockquote>
<p>
	Awesome... Here's a reference to a standalone page that could be a part of the plugin: http://www.solomid.net/streams.php</p>
]]></description>
			<pubDate>Wed, 12 Dec 2012 22:45:57 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=30#post36526]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[<p>
	That's not a bad idea, peperonikiller.</p>
<p>
	I use Twitch often myself, and I see they have an API for it.<br />
	I'll see if I can create something.</p>
]]></description>
			<pubDate>Wed, 12 Dec 2012 22:36:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=30#post36524]]></link>
		</item>
		<item>
			<title>peperonikiller</title>
			<description><![CDATA[<p>
	Since streaming is becoming quite popular, I would really enjoy seeing a twitch stream plugin.</p>
<p>
	Features would be something like an index tag for top 5 streamers and it would show the top5 currently live broadcasters that links to a page with the stream.  </p>
<p>
	You'd be able to enter your twitch username on your profile and other users would be able to "watch" your twitch name and recieve a PM when you go live? </p>
<p>
	Just something to think about, I know i would use the piss out of it.</p>
]]></description>
			<pubDate>Wed, 12 Dec 2012 21:00:16 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post36520]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[<p>
	This is what you need. Just make it into a plugin.</p>
<pre class="brush:java;">
$randomusers = $db-&gt;query("
  SELECT user_id FROM $db_users
  WHERE user_avatar != '' ORDER BY RAND() LIMIT 16
")-&gt;fetchAll();

if ($randomusers)
{
  foreach ($randomusers as $user)
  {
    $t-&gt;assign(cot_generate_usertags($user['user_id'], 'RANDOMUSER_'));
    $t-&gt;parse('MAIN.RANDOMUSERS.ROW');
  }
  $t-&gt;parse('MAIN.RANDOMUSERS');
}</pre>
<p>
	The template will look like this:</p>
<pre class="brush:java;">
&lt;!-- BEGIN: MAIN --&gt;
  &lt;!-- BEGIN: RANDOMUSERS --&gt;
  &lt;ul id="randomusers"&gt;
    &lt;!-- BEGIN: ROW --&gt;
    &lt;li&gt;{RANDOMUSER_NAME} &lt;img src="https://www.cotonti.com/{RANDOMUSER_AVATAR}" /&gt;&lt;/li&gt;
    &lt;!-- END: ROW --&gt;
  &lt;/ul&gt;
  &lt;!-- END: RANDOMUSERS --&gt;
&lt;!-- END: MAIN --&gt;</pre>
]]></description>
			<pubDate>Tue, 19 Jun 2012 07:10:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post34726]]></link>
		</item>
		<item>
			<title>roby</title>
			<description><![CDATA[<p>
	Hello , is there created or anyone can make me plugin to show a table of 16 random users</p>
<table border="1" style="border-color:#FF0000;"><tbody><tr><td>
				   1 (name, age)       </td>
			<td>
				   2 (name, age)           </td>
			<td>
				   3 (name, age)          </td>
			<td>
				   4 (name, age)          </td>
		</tr><tr><td>
				   5 (name, age)</td>
			<td>
				   6 (name, age)</td>
			<td>
				   7 (name, age)</td>
			<td>
				   8 (name, age)</td>
		</tr><tr><td>
				   9 (name, age)</td>
			<td>
				   10 (name, age)</td>
			<td>
				   11 (name, age)</td>
			<td>
				   12 (name, age)</td>
		</tr><tr><td>
				   13 (name, age)</td>
			<td>
				   14 (name, age)</td>
			<td>
				   15 (name, age)</td>
			<td>
				   16 (name, age)</td>
		</tr></tbody></table><p>
	and show in this table user avatar name and age.<br />
	If user doesn't have avatar he wouldn't display in this table</p>
]]></description>
			<pubDate>Mon, 18 Jun 2012 21:43:03 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post34724]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	<a href="http://www.cotonti.com/extensions/files-media/ezgallery">ezGallery</a> via PFS</p>
<p>
	<a href="http://www.cotonti.com/docs/plugin/gallery_pageavatar">PageMultiAvatar</a> galleries via Pages.</p>
<p>
	<a href="http://www.cotonti.com/extensions/files-media/attachments">Attachments</a> via Pages or Forums.</p>
]]></description>
			<pubDate>Sun, 17 Jun 2012 06:36:06 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post34711]]></link>
		</item>
		<item>
			<title>roby</title>
			<description><![CDATA[<p>
	Thanks Pieter, how about user photogallery ?</p>
]]></description>
			<pubDate>Sat, 16 Jun 2012 18:15:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post34704]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[<p>
	Paypal: <a href="http://www.cotonti.com/page/paypal_donations">http://www.cotonti.com/page/paypal_donations</a></p>
]]></description>
			<pubDate>Sat, 16 Jun 2012 17:48:59 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post34703]]></link>
		</item>
		<item>
			<title>roby</title>
			<description><![CDATA[<p>
	Hello, can anybody show me (if its created) a paypal plugin, to pay for mebmership on cotonti system ? and user photogallery with facybox , where user can upload ~10 photos ?</p>
<p>
	 </p>
]]></description>
			<pubDate>Sat, 16 Jun 2012 17:05:03 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post34701]]></link>
		</item>
		<item>
			<title>Schrabikus</title>
			<description><![CDATA[<p>
	There is a pretty minimalistic pfs based gallery in SED150, but it was built in core. That was a stumbling block for me to go further with an upgrade, so i stayed with Seditio 150 (It`s quite an impossible task to convert 2000+ user posted gallery images with comments to Pageavatar based gallery <img alt="sad" height="20" src="http://www.cotonti.com/plugins/ckeditor/lib/plugins/smiley/images/sad_smile.gif" title="sad" width="20" />)</p>
<p>
	PFS gallery plugin for Cotonti is most wanted and long-expected!</p>
]]></description>
			<pubDate>Fri, 04 Nov 2011 13:27:13 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post31309]]></link>
		</item>
		<item>
			<title>lukgoh</title>
			<description><![CDATA[<p>
	Sounds awesome Trustmaster, I am defiantly interested in this. It's something I have wanted for a long time, could you keep me updated? Also could this be for Siena?</p>
]]></description>
			<pubDate>Fri, 28 Oct 2011 20:45:53 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post31228]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	I have made such a plugin for a company. It's quite a big one and specific to their site. Probably they would allow me to distribute a "lite" version if the demand is high enough.</p>
]]></description>
			<pubDate>Fri, 28 Oct 2011 15:28:34 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post31219]]></link>
		</item>
		<item>
			<title>lukgoh</title>
			<description><![CDATA[<p>
	I have noticed a lot of other content management systems out there have a feed like facebook in the user profiles. Anything the user does updates in this mini feed, for example they change their profile details or they post in the forum. The feed is then displayed with a little icon depending on what the user has updated or submitted. Maybe a rewrite of user forum posts, latest pages, latest comments, user wall and the friend plugins would do the trick?</p>
]]></description>
			<pubDate>Fri, 28 Oct 2011 08:37:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post31211]]></link>
		</item>
		<item>
			<title>schulle4u</title>
			<description><![CDATA[<p>Migration from other CMS</p>
<p>The ability to migrate existing sites from other CMS into Cotonti probably could make it much more attractive for site owners to change their software. So my idea is to build a kind of import plugin that can read or convert databases of other cms. Forums, topics/posts, pages, and members for example. I've seen this in some board software, think it was SMF. I personally have a site running with php-fusion and really would like to migrate it to Cotonti, however I don't know how to do this without copying all data by hand or messing around with sql. </p>]]></description>
			<pubDate>Tue, 05 Jul 2011 18:00:14 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post30082]]></link>
		</item>
		<item>
			<title>Alex300</title>
			<description><![CDATA[Member groups.<br />
Social groups. Something like on facebook.<br />
It allows users to make groups by interests. A group may be open for all or closed.<br />
The group must have a group wall and a forum.]]></description>
			<pubDate>Sat, 20 Nov 2010 21:00:14 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27184]]></link>
		</item>
		<item>
			<title>foxhound</title>
			<description><![CDATA[Merge forum posts.<br />
<br />
We are able to split topics, but we should also be able to do it the other way around. Most forum users cant be bothered to search so you end up with 25 topics with good info in them but 24 are locked. The one thats left open will be confusing as people will link to the other topics discussing the answers from inside those topics.<br />
Being able to merge posts from one topic into another would really help keeping informative topics and a clean forum.<br />
<br />
Wether the merged post has to be moved completely to the new topic, copied and deleted or copied and put in some storing space (for DB purposes or whatever) I don't know, I guess thats up to anyone who would like to make such a plugin.<br />
<br />
Might not be possible at all, I have no idea but i do know other forum software have it.]]></description>
			<pubDate>Fri, 19 Nov 2010 21:26:27 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27150]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Actually I must say I'm impressed by the original use of lists. I need to try Page Avatar, but it looks like something that can be quite useful. As for ticket 571, that should be solved in Siena, because in page.list.php we use cot_generate_pagetags() to build tags automatically, so all page tags are available in list.]]></description>
			<pubDate>Wed, 17 Nov 2010 21:34:37 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27104]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=27083#27083">#</a> <strong>Koradhil :</strong>
Kort: If your solution to the gallery thing is so great, I'd love to see a tutorial on how to make all those different things work together (and continue to work together). I'm pretty sure I could get something working, but most people aren't that skilled with Cotonti development (or even PHP in general).</blockquote>There you go, Sherloсk: <a href="http://sandbox.seditio.by/list.php?c=gallery" rel="nofollow">http://sandbox.seditio.by/list.php?c=gallery</a>
<br />
<strong>Elapsed time:</strong> 1 hour<br />
<strong>Required skills:</strong> only basic HTML/CSS knowledge<br />
<strong>Budget:</strong> 0<br />
<strong>Used resources:</strong> Page Avatar, Depag, Shadowbox jQ gallery<br />
<strong>Scope of work:</strong> list.gallery.tpl, page.gallery.tpl, page.add.gallery.tpl, page.edit.gallery.tpl, CSS styles<br />
<strong>What is there:</strong> native search, tags, comments and ratings support<br />
<strong>What is not there:</strong> PFS<br />
<strong>What else:</strong> once <a href="http://trac.cotonti.com/ticket/571">ticket 571</a> is done, you can have tags in the list<br />
<strong>More examples:</strong> <a href="http://www.seditio.by/list.php?c=portfolio" rel="nofollow">portfolio</a> and <a href="http://houseplanner.org/list.php?c=faq" rel="nofollow">FAQ</a><br />
<br />
Documenting is your domain, so feel free to use this to write one.]]></description>
			<pubDate>Wed, 17 Nov 2010 16:37:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27093]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Kort: If your solution to the gallery thing is so great, I'd love to see a tutorial on how to make all those different things work together (and continue to work together). I'm pretty sure I could get something working, but most people aren't that skilled with Cotonti development (or even PHP in general).<br />
<br />
As to the suggestion of funding: I don't think it will help much. In the end you just have to have someone who's passionate and serious about developing something. Actually there have been <a href="http://www.cotonti.com/forums.php?m=topics&amp;s=29">some attempts</a>. I do think people could ask for a donation once they've actually contributed something, but that's up to the author.]]></description>
			<pubDate>Wed, 17 Nov 2010 05:45:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27083]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[New plugin<br />
<br />
<a href="http://ezscript.2basix.nl/page.php?al=randomimg" rel="nofollow">http://ezscript.2basix.nl/page.php?al=randomimg</a><br />
<br />
I have released my teaser kinda plugin to show randomly images and text on the index.<br />
<br />
Take it EZ and try this one guys  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>Wed, 17 Nov 2010 04:08:07 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27082]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[Flickr-level gallery is not what an average website owner needs. All wishlist requests are of two types: stupid (free e-shop / multi-user social network blogs) or unbelievably easily achievable (QA, galleries). <br />
Imho, Cotonti still has too many &quot;faulty&quot; areas inherited from Seditio, and that is what we should focus on, rather than wishlists.]]></description>
			<pubDate>Wed, 17 Nov 2010 01:49:49 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27079]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[So lets make these requirements and build it ?<br />
There are multiple galleries out there in jquery and cotonti has lots ways to make these work.<br />
<br />
greetz,<br />
<br />
EZ]]></description>
			<pubDate>Wed, 17 Nov 2010 01:47:59 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27078]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[I don't agree that &quot;page avatar + pages/lists + news plugin + jquery&quot; is the ultimate solution. You can't get anything like DeviantArt or Flickr with it. Gallery communties and gallery section on a business site are actually different things.<br />
<br />
This leads us to the the main idea about getting such things done: specify the requirements before the implementation is started. If we manage a way to combine requirements of 80% of the community, then such collaborative Gallery project is possible. The same is for Blogs, which is the 2nd most requested feature and also has uncertain insights.]]></description>
			<pubDate>Wed, 17 Nov 2010 01:28:14 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27077]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[@ kort<br />
<br />
Ppl are not asking for Seditio style shizzle, they are asking for things to improve there site. how it's programmed and made isn't really the point for them.<br />
<br />
But you have a fair point when you say that lack of support by plug-in makers is a killer. Hence my suggestion to try it with help of donations..]]></description>
			<pubDate>Wed, 17 Nov 2010 00:51:21 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27076]]></link>
		</item>
		<item>
			<title>Alex300</title>
			<description><![CDATA[I'm currently working on the creation of photo gallery plug-in. <br />
<br />
It also will can be used as a user photo album with <a href="https://www.cotonti.com/forums.php?m=posts&amp;q=5985">ab_blogger plugin</a>.<br />
<br />
Donation can accelerate the process:)]]></description>
			<pubDate>Wed, 17 Nov 2010 00:46:17 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27075]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[The ultimate solution has long ago been there: page avatar + pages/lists + news plugin + jquery. This is the only simple way to provide search / tags / comments / ratings / slideshows etc. I just do not understand people asking to fix all those seditio-style usergals using their own structure and patched from time to time without real support.<br />
As regards BHS/T3/neocrome, this stuff is useless since it is obsolete, not supported, not cotonti-friendly, so normally you do not want to use anything from there, and coding from scratch is in fact much faster.]]></description>
			<pubDate>Wed, 17 Nov 2010 00:40:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27074]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[@ trust<br />
<br />
Indeed.<br />
<br />
I was thinking about this &quot;lack of plug-ins&quot; problem Cotonti has. Wouldn't it be an idea to set-up some kind of financial support for it?<br />
<br />
Sounds a bit dumb, I know, but hear me out. Let's say lots of users want a gallery, but they can't built it for whatever reason, and you guys are way to busy with the core. So no quality gallery, or it'll take ages before it gets there.<br />
<br />
Set up a fund to cover the cost of a plug-in. Now people can donate for the creation of that specific plug-in (which of course will end up for free use with Cotonti). This way the plug-ins stay of a certain quality (it's been made by a professional, instead of guys like.. well, me), and you get a larger amount of plug-ins. Benefit for the users is that the costs for a plug-in will be carried by many.<br />
<br />
My clan simply hasn't enough income to, next to gaming peripherals, pay for creation of complete and complex plug-ins, but we have enough to support building of such things.<br />
<br />
Just an idea that I'm throwing out there, but I think it's worth considering.]]></description>
			<pubDate>Wed, 17 Nov 2010 00:36:59 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27073]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Yes, gallery is the <a href="http://www.cotonti.com/polls.php?id=36">most requested addition</a>. There are several solutions, but none of them is ultimate.]]></description>
			<pubDate>Tue, 16 Nov 2010 23:59:32 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27072]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[I think we miss a good gallery, fully working.<br />
Something link URLKILLER made.]]></description>
			<pubDate>Tue, 16 Nov 2010 22:07:08 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27070]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Fine, let's open up the discussion.<br />
<br />
Topic is now open for discussion, but please stay ontopic. This topic is for:<br />
<strong><ul>
<li>Providing new ideas</li>
<li>Improving listed ideas</li>
<li>Providing (alternative) solutions for ideas</li>
</ul></strong>]]></description>
			<pubDate>Tue, 16 Nov 2010 21:12:58 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27068]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<strong>Assets:</strong> has anyone ever used <a href="http://www.cotonti.com/downloads/plugins/files-images/attachments">Attachments</a> plugin which has been available since Seditio? It seems to me like this wheel constantly keeps being reinvented, including file fields in Siena.<br />
<br />
<strong>User comment rating:</strong> I developed &quot;Reviews&quot; plugin for Seditio quite long ago. Can revamp it if necessary.<br />
<br />
<strong>Q&amp;A:</strong> I have developed a complex Q&amp;A solution based on forums (adds Q&amp;A topics to forums), it can become public if the customer company agrees with it.<br />
<br />
P.S. I'd like to see a discussion here rather than just wishlist and posts being removed too soon.]]></description>
			<pubDate>Tue, 16 Nov 2010 20:58:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27066]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Following up to the <a href="http://www.cotonti.com/forums.php?m=posts&amp;q=5821">wishlist for core features</a>, I'd like to gather a list of plugins that would be nice to have for Cotonti.<br />
<br />
Please provide ideas for plugins, with a title and a short description. I will merge new ideas into this post and keep track of discussion around specific ideas. You may post improvements/additional features on listed ideas also. Ideas listing will be alphabetical.<br />
<br />
For inspiration:<br />
<a href="http://neocrome.net/list.php?c=sed_plug" rel="nofollow">Neocrome Seditio plugins</a><br />
<a href="http://www.t3-design.com/sed-repo/browse/Plugins" rel="nofollow">T3 Seditio plugins</a><br />
<a href="http://www.t3-design.com/ldu-repo/browse/Plugins" rel="nofollow">T3 LDU plugins</a><br />
<a href="http://www.bhsdesign.com/list.php?c=0309" rel="nofollow">BHS-D Seditio plugins</a><br />
<a href="http://www.bhsdesign.com/list.php?c=0301" rel="nofollow">BHS-D LDU plugins</a><br />
<br />
<h2>Advanced News</h2>
<blockquote>Modified news plugin which supports manual ordering of articles on the front page, to allow editors to determine the priority of news items on the homepage. This is the way most news agencies work.</blockquote>
<em>Suggested by: Koradhil</em><br />
Additional features: photo attachment to show on frontpage; define 'blocks' of content.<br />
Kort: News should be reviewed and decoupled from date_begin and date_expire (perhaps add newsitems lifetime period to the config). Once its done, bumping news would become easy with PAGEEDIT_FORM_DATENOW.<br />
ez: Working on a randomimg for index.<br />
Kingsley: Page Avatar misses the option to delete the current avatar when editing a page, and the option to use an image multiple times.<br />
Kort: modify/delete functionality is in v2 and with Siena will have the option to re-use an image.<br />
<br />
<h2><span style="text-decoration:line-through">Assets (site files)</span></h2>
<blockquote>Attach files to a page or to a page category. When linked to a category the file will show up in list view. When removing a file complain if it's in-use by a page/category. Basically it will treat files as if they are pages themselves, making for example Word documents part of the website structure and allowing for more flexible stucture/content management.</blockquote>
<em>Suggested by: Koradhil</em><br />
ez: Possible integration into myfiles plugin<br />
Koradhil: myfiles plugin should maybe use structure API (work in progress for Siena, its a generic system based on existing pages structure/categories system and will be used by pages and forums module)<br />
Kort: For pages his is already done with <a href="http://www.seditio.by/page.php?al=plagin-pageavatar2-dlja-cmf-cotonti" rel="nofollow">Page Avatar</a>. Once extrafields are supported in lists we'll amend the plugin for lists too.<br />
Trustmaster: There's the <a href="http://www.cotonti.com/downloads/plugins/files-images/attachments">Attachments</a> plugin.<br />
<span style="color:#4E9A06"><strong>Accepted solution:</strong></span> Use <a href="http://www.cotonti.com/downloads/plugins/files-images/attachments">Attachments</a> plugin, update it to contain described features (including re-using files).<br />
<br />
<h2>Automated ranking system</h2>
<blockquote>If user reaches e.g. 100 posts, user moves to next group. with room to exclude groups for automated ranking, off course.</blockquote>
<em>Suggested by: Kingsley</em><br />
Koradhil: There used to be a plugin for this which worked with user levels instead of groups.<br />
<br />
<h2>Award system</h2>
<blockquote>Users gain awards when users completely fill in their profiles, reach xx forum post, and xx pages, xx comments, (additional with a friends plug-in; reach xx friends) etc, think you'll get my drift. Maybe even with a part where users can give each other awards for stuff they do. And awards that can be given by site admin(s) to users who do something special for site/community.</blockquote>
<em>Suggested by: Kingsley</em><br />
Koradhil: Related plugins: <a href="http://www.cotonti.com/downloads/plugins/users-communites/73">user wall</a>, <a href="http://www.cotonti.com/downloads/plugins/forums/alias9821">karma</a>, <a href="http://www.cotonti.com/downloads/plugins/forums/339">forumcolors</a>, <a href="http://www.t3-design.com/wp-content/neodb/Ldu/Plugins/Community/forumshop_2.0.rar" rel="nofollow">forumshop</a><br />
<br />
<h2>ezStats / XsCCS</h2>
<blockquote>MoH/BFBC2 leaderboard from <a href="http://www.sixbitunder.com/board/board.php?boardid=314" rel="nofollow">sixbitunder</a>. Squads, games and matches displayed in users profile.</blockquote>
<em>Suggested by: Kingsley</em><br />
<br />
<h2>Mobile browser detection</h2>
<blockquote>Use different stylesheet or redirect to mobile site if visitor is detected to be using a mobile phone or tablet.</blockquote>
<em>Suggested by: Koradhil</em><br />
<br />
<h2>User comment rating</h2>
<blockquote>Allow users/visitors to rate comments and (optionally) sort the comments by rating. Useful for Q&amp;A functionality (best answer will end up at the top). Can be linked to user kudos.</blockquote>
<em>Suggested by: Koradhil</em><br />
Kort: Would suggest standalone Q&amp;A plugin.<br />
Trustmaster: I developed &quot;Reviews&quot; plugin for Seditio quite long ago. Can revamp it if necessary.<br />
Trustmaster: I have developed a complex Q&amp;A solution based on forums (adds Q&amp;A topics to forums), it can become public if the customer company agrees with it.]]></description>
			<pubDate>Tue, 16 Nov 2010 09:28:10 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6022&d=0#post27051]]></link>
		</item>
	</channel>
</rss>