T O P I C R E V I E W |
DavidRhodes |
Posted - 07 December 2003 : 13:52:01 Following on from v1.0
Additions Login Google Search Active Topics
Changes Topics in left/right columns are now ordered by last date edited decending
To upgrade from v1.0 replace admin_config_cms.asp replace portal.asp re-do changes to config.asp
Download here< |
15 L A T E S T R E P L I E S (Newest First) |
m_r |
Posted - 10 April 2008 : 06:12:16 What problem
-2147467259 | [MySQL][ODBC 3.51 Driver][mysqld-4.1.22-community-nt]Invalid default value for 'CONT_ID'< |
SnapperL |
Posted - 24 August 2006 : 08:54:37 That problem is resolved now as I reran the DB setup then posted another original article and chose it as the default. However now it seems as though the portal admin page will not accept my updates. If i choose 2 docs, it just displays 1, or if I choose to display 7 "active topic" links it still will only display 5. Any thoughts on what could cause this?< |
SnapperL |
Posted - 24 August 2006 : 07:05:20 Ok I messed up. I deleted my default category and default topic for the portal mod. I then went in to portal admin and assigned something else as the default topic. Now I am getting an BOF EOF MY SQL error.
Any thoughts?
http://www.discussthat.com/< |
SnapperL |
Posted - 01 August 2006 : 08:54:24 Has anyone added the ability to make comments to posts OR made the ability to added a "related" forum topics below the main section in the portal?
Thanks Guys....< |
spyderuk |
Posted - 28 January 2006 : 07:11:39 Installed and sort of working. Just curious if anyone has knocked up an "idiots guide" yet? I could sure use one
EDIT. I'm getting somewhere now. Just need to remove all links from top right and put them on left hand side!< |
Nertz |
Posted - 12 September 2005 : 10:14:35 In the DisplayForumSearch sub of portal.asp, the ending </form> element is missing. To fix, find the following code block (starting approx line 281) and add the line of code in red.
sub DisplayForumSearch(byval Width)
call StartTable(Width, "Forum Search")
Response.Write " <form method=""post"" action=""search.asp?mode=DoIt"">" &vbCrLf &_
" <option type=""hidden"" name=""SearchMessage"" value=""0"">" &vbCrLf &_
" <option type=""hidden"" name=""Forum"" value=""0"">" &vbCrLf &_
" <option type=""hidden"" name=""andor"" value=""1"">" &vbCrLf &_
" <option type=""hidden"" name=""SearchMember"" value=""0"">" &vbCrLf &_
" Search For<br><input type=""text"" name=""Search"" style=""width:100%"" maxlength=""40""><br>" &vbCrLf &_
" By Date<br><select name=""SearchDate"" style=""width:100%"">" & vbNewLine & _
" <option value=""0"">Any Date</option>" & vbNewLine & _
" <option value=""1"">Since Yesterday</option>" & vbNewLine & _
" <option value=""2"">Since 2 Days Ago</option>" & vbNewLine & _
" <option value=""5"">Since 5 Days Ago</option>" & vbNewLine & _
" <option value=""7"">Since 7 Days Ago</option>" & vbNewLine & _
" <option value=""14"">Since 14 Days Ago</option>" & vbNewLine & _
" <option value=""30"">Since 30 Days Ago</option>" & vbNewLine & _
" <option value=""60"">Since 60 Days Ago</option>" & vbNewLine & _
" <option value=""120"">Since 120 Days Ago</option>" & vbNewLine & _
" <option value=""365"">In the Last Year</option>" & vbNewLine & _
" </select><br>" & vbNewLine & _
" <input type=""submit"" name=""btnSubmit"" value=""Search""><br>" &vbCrLf &_
" </form>" & vbCrLf & _
" <a href=""search.asp"">more options</a><br>" &vbCrLf
call EndTable()
end sub
cheers, Nat< |
AnonJr |
Posted - 29 August 2005 : 11:07:45 I may take you up on that offer soon...< |
endomorph |
Posted - 29 August 2005 : 06:26:35 If any of you need help customising the portal front page, I would be glad to help. I have used it on my site (http://www.timesharetalk.co.uk) and made plenty of changes. Email requests via this site.< |
dang |
Posted - 19 August 2005 : 19:40:03 Wonder if anyone can help ...
Just installed this mod, all works lovely, but - is there any way I can include a particular topic with its replies on the portal page?
cheers< |
fastrax |
Posted - 27 January 2005 : 02:41:59 RevDaveB, try page one of this thread about half way down. It tells of how you can add links to the side. I just tried it, it works very well.
I'm wondering if you can have the portal not needing to be logged into and the rest of the forum secure. Is this easy? Any ideas? < |
Zimmer |
Posted - 25 January 2005 : 09:42:59 I'm wondering about that aswell. I'd like to have a panel with "Site Navigation" and "Links" on the left side for instance.. But when I add content, it just navigates to the post.. Is there some way we can add real links instead of forumposts?
Cheers mate!< |
RevDaveB |
Posted - 20 January 2005 : 17:21:30 I set up right and left side, but how do I put links and stuff in? has anyone written a moron friendly users guide?< |
groggo |
Posted - 20 January 2005 : 17:15:27 i like this mod easy install as well now i have to put all the content in
i did notice that you cannot have images though is there a mod for that ??< |
RevDaveB |
Posted - 20 January 2005 : 15:47:20 Well, I got it in and workling, now all I need is an idiots guide to setting it up, adding links etc< |
DavidRhodes |
Posted - 05 January 2005 : 12:17:27 quote: Originally posted by fastrax
Ive seen it mentioned a few times but I either missed the answer or it hasn't been posted yet.
How can you put more than one topic in the center section of the portal?
You can't using the current code, you'd need to modify it yourself< |