We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
  • Pages:
  • 1
  • 2
[ C ] Editable Wiki-type page; It's likely improbable
Topic Started: Dec 28 2014, 01:30 AM (761 Views)
Syndication
Member
[ *  * ]
Board: Private
Zetaboards

It is possible to have a webpage that only select users groups can edit like a wiki?
Offline Profile Goto Top
 
Replies:
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Use this as the webpage content:
Code:
 
<table id="wiki">
<tbody>
</tbody>
</table>

<script type="text/javascript">
//<![CDATA[
$(function() {
var fID = 1000766;

$.get(main_url + 'forum/' + fID + '/?force_ads&x=100', function(data) {
$('tr[class*="row"]', data).each(function() {
$('#wiki tbody').append('<tr><td>' + $(this).find('td.c_cat-title').html() + '</td></tr>');
});
});
});
//]]>
</script>
Offline Profile Goto Top
 
Syndication
Member
[ *  * ]
Perfect! Just what I was looking for. Thanks Cory!
Offline Profile Goto Top
 
Helena
Member Avatar
M is for Mod

Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic
  • Pages:
  • 1
  • 2