Print Page | Close Window

any demand for another portal?

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Modifications
Forum Description: Mod's and Add-on's for Web Wiz Forums.
URL: https://forums.webwiz.net/forum_posts.asp?TID=28536
Printed Date: 29 March 2026 at 5:17am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: any demand for another portal?
Posted By: MadDog
Subject: any demand for another portal?
Date Posted: 19 April 2010 at 11:51pm
Any demand for a new portal system (also html template driven) that uses the latest version of WWF?

Ive been hiding in the shadows for a few years now... peaky boo!



Replies:
Posted By: MadDog
Date Posted: 24 April 2010 at 2:36am
First question probably on these boards that was answered by not getting an answer Clown

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: dpyers
Date Posted: 24 April 2010 at 9:10pm
lol - I think you misspelled "oddest" in your sig LOL



-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: MadDog
Date Posted: 03 May 2010 at 5:31am
Confused

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: Scotty32
Date Posted: 03 May 2010 at 11:25am
You may get more interest if you post the features you plan on adding?

-------------
S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins

For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .


Posted By: MadDog
Date Posted: 03 May 2010 at 6:43pm
Same features that currently exist in iportalx but the main difference is a new backend.

Over the last few years i have been slowly working on a new project that allows me to code in a more OOP style using asp classes. This new "core" (or backend) allows me to shortcut most tedious coding so its much easier and faster to code. It also allows things to be completely seperate yet work together. For example. The entire new portal is HTML template driven. I have one class that does news, another that does themes, another that does the menu module, etc. This allows custom mods to be completely separated so its much easier to keep things updated from a users stand point (their mods never get over written). Each class is a seperate file and is only ran if added to a certain folder (so add a file with a mod, its automatically executed). 

It sounds really complicated but turns out to be much easier to code around when trying to make things more modular and easier in the long run. Im currently working on getting a few things added to http://www.aspinvision.com" rel="nofollow - www.aspinvision.com to show off these new features. The site itself is running this new core and has been running it for over a year now.

In short, imangine a portal system that is completely template driven, and NOT coded around webwizforums or any other app, and completely modular so you can code one file to change anything without having to mod other files.


Here are some example files:

class_menu.asp
<%
Class MenuClass
Public Sub Core_Initialize()
Core.Requires( "Portal" )
End Sub
Public Sub Core_Terminate()
End Sub

Public Sub Requirements_loaded()
With Portal.Template
.enable("Menu")

.blockNew("Menu Item")
.blockVar("Link") = "/"
.blockVar("Name") = "Home"
.blockSave()

.blockNew("Menu Item")
.blockVar("Link") = "/forum"
.blockVar("Name") = "Message Board"
.blockSave()

.blockNew("Menu Item")
.blockVar("Link") = "/wiki"
.blockVar("Name") = "Wiki"
.blockSave()
End With
End Sub
End Class
%>

template menu.html
[!Menu]
<li class="module welcome">
<div class="dTable">
<div class="tHeader">
<h3>Welcome!</h3>
</div>
<div class="module-body">
<div class="tiHeader">
<h3>Navigation</h3>
</div>
<div class="tRow">
<div class="inner">
<ul class="navigation">
[!Menu Item]
<li class="item"><a href="%MenuItemLink%">%MenuItemName%</a></li>
[Menu Item!]
</ul>
</div>
</div>
<div class="tRow mT3">
<div class="inner cen" style="padding: 10px;" id="site-controls">
<noscript>
<div>Enable Javascript<br />for Site Controls!</div>
</noscript>
</div>
</div>
</div>
</div>
</li>
[Menu!]

When class_menu.asp is ran it takes the menu.html file and parses it so its a complete menu. The templates also support If statements and a few other niffy things.


-------------
http://www.iportalx.net" rel="nofollow">


Posted By: MadDog
Date Posted: 03 May 2010 at 10:15pm
http://www.aspinvision.com/" rel="nofollow - http://www.aspinvision.com/  is now updated to use this new core i was talking about above.

I also got Web Wiz Forum back up on the site  http://www.aspinvision.com/forum" rel="nofollow - http://www.aspinvision.com/forum  :)


-------------
http://www.iportalx.net" rel="nofollow">



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net