is there anyway of implementing a paging system for this mod. On my site im going to be using it for all of the mojar content areas, and after a while, there might be quite a long list of articles. I would like to be able to show just 5 topics per page, and then show a link to 'older articles' at the foot of the page.
Anoter feature which may be useful would be to show a 'topic listing' page, where all of the topics from a particular forum are listed, and on clicking, the user is directed to the article itself (on the slash page, not the forum topic itself)
Unfortunatley i have no clue about ASPm abd therefore am unable to do this myself, however i think it would be a valuable addition to the mod if it could be implemented.
Also, in simple_slash.asp you have to specify a number of characters to display, is it possible to set this to show the whole topic, either by placing 0, or ANY in that field.
Not really sure paging is required, you could just put a link at the bottom of it taking you to the forum for folks to view the other topics by editing the HTML in the file pretty easily.
Regarding characters to display, just put some really big number in there for now and that should work most of the time. When I get further on with the a new more official slash mod I'll include options to enable/disable things like that. ... don't expect much in a hurry though as this is just going to be a little side project for me really in between customer work.
ok, the reason iwas after paging though is becuase im planning to use this as my sole content management system, and im pulling threads from a non-public forum, so i will be taking out the links to view replies, read more etc...without paging of topics it just means i will get everything on one page, but i think ill be able to do somthing in terms of archiving, as in showing 5 topics and then pulling all of the archive topics onto a seperate page.
i) The forum block has an enormous cell ii) The right hand cell of the page is now parallel to this forum cell.
Now obviously these two problems are linked, but I've been through the code and can't see where the tables are interacting. Anybody want to have a look at the source for me and suggest what I'm doing wrong.
Thanks!!! This is a great mod, apart from the few probs I'm having.
All you actually need to include is just the simple_slash.asp file. You may need to just edit it to change the paths of the two includes at the top if your including it from a page outside your forum.
I added these includes to the top of simple_slash.asp and it worked outside the forum directory. Make sure config.asp is at the top since others depend on it.
I think this is the appropriate place to ask my question.
I am trying to integrate Snitz forums into my existing site. I have my main shopping cart files in the root directory, and then from there I have a subdirectory called "forums" in which I have installed Snitz forums. The forum works fine if I just link to it from my existing homepage, albeit completely seperately.
What I would like to do is use this Simple Slash Mod on my site's homepage (default.asp) which is in the root directory.
Has anyone managed to do this? I thought I could do it by using the code above, which would take care of all the includes I'd need, but I keep getting the following error:
Syntax error /mj/shopping/forums/inc_iconfiles.asp, line 150 function getCurrentIcon(fIconName,fAltText,fOtherTags)
Any help on this would be much appreciated. I'm sure it has been covered before, as I don't think I am trying to do anything profound, but I honestly couldn't think of any more ways to search for this problem.
You should be able to use the slash mod just to display topics on your main website as thats basically what it was designed to do. If your trying to integrate the entire forum with your website then this probably isn't the right mod to use, you might want to look at something like the site integration mod instead (should be at www.snitzbitz.com in the mods section somewhere)
Whats your Cookie Setting in your Snitz admin set as? Website or Forum? If it's forum try changing to website.
Ok, I'll try to explain a little better what I am trying to do.
I have a main page called default.asp. From this I #include a file called shop$db.asp, then call a sub with shoppageheader. This sub is just a #include for shoppageheader.asp
Inside shoppageheader.asp (an HTML file), somewhere between the body tags, I have the #include for simple_slash.asp
I haven't modified simple_slash.asp. It's in the /forums directory, with the rest of the forum files.
Has anyone else had the same error, or can think of a reason why I'm getting it? It could be because the base of my site is VPASP shopping cart software, though I don't think so.
Has anyone else managed to use VPASP and Snitz together?