Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - any demand for another portal?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

any demand for another portal?

 Post Reply Post Reply
Author
MadDog View Drop Down
Mod Builder Group
Mod Builder Group
Avatar

Joined: 01 January 2002
Status: Offline
Points: 3008
Post Options Post Options   Thanks (0) Thanks(0)   Quote MadDog Quote  Post ReplyReply Direct Link To This Post Topic: any demand for another portal?
    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!
Back to Top
MadDog View Drop Down
Mod Builder Group
Mod Builder Group
Avatar

Joined: 01 January 2002
Status: Offline
Points: 3008
Post Options Post Options   Thanks (0) Thanks(0)   Quote MadDog Quote  Post ReplyReply Direct Link To This Post Posted: 24 April 2010 at 2:36am
First question probably on these boards that was answered by not getting an answer Clown
Back to Top
dpyers View Drop Down
Senior Member
Senior Member


Joined: 12 May 2003
Status: Offline
Points: 3937
Post Options Post Options   Thanks (0) Thanks(0)   Quote dpyers Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
MadDog View Drop Down
Mod Builder Group
Mod Builder Group
Avatar

Joined: 01 January 2002
Status: Offline
Points: 3008
Post Options Post Options   Thanks (0) Thanks(0)   Quote MadDog Quote  Post ReplyReply Direct Link To This Post Posted: 03 May 2010 at 5:31am
Confused
Back to Top
Scotty32 View Drop Down
Moderator Group
Moderator Group


Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
Post Options Post Options   Thanks (0) Thanks(0)   Quote Scotty32 Quote  Post ReplyReply Direct Link To This Post Posted: 03 May 2010 at 11:25am
You may get more interest if you post the features you plan on adding?
S2H.co.uk - WebWiz Mods and Skins

For support on my mods + skins, please use my forum.
Back to Top
MadDog View Drop Down
Mod Builder Group
Mod Builder Group
Avatar

Joined: 01 January 2002
Status: Offline
Points: 3008
Post Options Post Options   Thanks (0) Thanks(0)   Quote MadDog Quote  Post ReplyReply Direct Link To This Post 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 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.
Back to Top
MadDog View Drop Down
Mod Builder Group
Mod Builder Group
Avatar

Joined: 01 January 2002
Status: Offline
Points: 3008
Post Options Post Options   Thanks (0) Thanks(0)   Quote MadDog Quote  Post ReplyReply Direct Link To This Post Posted: 03 May 2010 at 10:15pm
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 :)
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.