Author |
Topic |
big9erfan
Average Member
540 Posts |
Posted - 15 June 2001 : 19:25:41
|
you don't have the private messages mod installed.
that is one of the requirements for this mod.
http://www.ugfl.net/forums |
|
|
Space_Cowboy
Starting Member
34 Posts |
Posted - 15 June 2001 : 21:02:13
|
quote:
you don't have the private messages mod installed.
that is one of the requirements for this mod.
http://www.ugfl.net/forums
Dóh! Should of read the instructions more carefully! Oh well, I wanted to install such a mod like that anyways, so...
|
|
|
XavierSlater
Junior Member
United Kingdom
137 Posts |
Posted - 16 June 2001 : 13:16:15
|
Is it possible to email me the my_topics.asp? It was missing or I lost it.
*Grins* Also how easy would it be to includes a Users Bookmarks as an Option to display, and buddies for that matter?
Cheers
Stuart
|
|
|
faiz
Starting Member
India
13 Posts |
Posted - 16 June 2001 : 14:06:55
|
I have sent the my_topics.asp file by mail. at stuart@endlessrealms.com
quote:
Is it possible to email me the my_topics.asp? It was missing or I lost it.
*Grins* Also how easy would it be to includes a Users Bookmarks as an Option to display, and buddies for that matter?
Cheers
Stuart
|
|
|
XavierSlater
Junior Member
United Kingdom
137 Posts |
Posted - 16 June 2001 : 15:56:07
|
Cheers Mate. Your MOD is totally spanky
|
|
|
XavierSlater
Junior Member
United Kingdom
137 Posts |
Posted - 17 June 2001 : 19:33:59
|
It looks like spaces have been marked in the Code for displaying things like User Homepage & Links.
What would I need to do to Incorporate an "Active_Users" bit, displaying just the Users name, and options for displaying User Bookmarks?
Please?
Cheers, Its going doen well with users as is.
|
|
|
faiz
Starting Member
India
13 Posts |
Posted - 19 June 2001 : 14:31:12
|
I think that the code I have posted is not optimised for working. If anybody has worked on this mod and optimised it I would like to have a copy.
I am learning ASP and that would drastically help me improve my understanding of ASP and also to develop this mod even better.
Please help.
|
|
|
big9erfan
Average Member
540 Posts |
|
faiz
Starting Member
India
13 Posts |
|
Syedur
New Member
USA
93 Posts |
Posted - 20 June 2001 : 15:06:45
|
Hey Rechard... Have you fixed the problem with your modified files...? I mean the themes don't save. I figured it out... I didn't use your my_theme.asp file... I left that one same as the one that came with faiz's. So... I replaced the other 2 files... with yours. I it seems to work fine for me. Thanks
There is a time in every man’s education when he arrivers at the conviction that envy is ignorance; that imitation is suicide. |
|
|
Intrepidone
Average Member
Canada
515 Posts |
Posted - 28 June 2001 : 08:33:57
|
big9erfan,
Nice addition to the themes you did there
It works great and when admin creates new themes it shows up in the Personal Page.
My forum is heavily modified with "Skins" that I am creating and the MyPage MOD colour themes did not look to good because of the cell images and borders, etc... I was using for the skins, but I found if I did something like this <% if themeid > 0 then 'do nothing all 0 else if intSkin1 = 1 then %> <!--#INCLUDE FILE="themes/inc_theme1_open.asp" --> <% end if if intSkin2 = 1 then %> <!--#INCLUDE FILE="themes/inc_theme2_open.asp" --> <% end if if intSkin3 = 1 then %> <!--#INCLUDE FILE="themes/inc_theme3_open.asp" --> <% end if end if %>
where my skin options were in my asp files then it disabled the Forum default skin for that member and let him/her see the Forum properly with the theme they choose.
I was trying to figure out how to incorporate HuwR's colortemplates with this MOD, but you did it for me , now I should be able to add-on to what you did and have the members be able to chhose the skin they want with their colour theme.
Intrepidone |
|
|
Ez4arab
Junior Member
479 Posts |
Posted - 05 July 2001 : 06:46:57
|
My Snitz Personalization v1
Creating table(s)... CREATE TABLE FORUM_MY_CONFIG( MEMBER_ID#int## NOT NULL , THEME_ID#int##0 NOT NULL , MAX_MY_TOPICS#int##5 NOT NULL , SHOW_RECENT_TOPICS#int##1 NOT NULL , SHOW_MY_TOPICS#int##1 NOT NULL , SHOW_PM#int##1 NOT NULL ) -2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in field definition.
i get this because my db is 97 do u have it
|
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 10 July 2001 : 21:58:00
|
I found out something the hard way today. Don't delete the default theme!! Either that or at least change the include file to use another theme as the default
@tomic
|
|
|
joswell
Starting Member
USA
11 Posts |
Posted - 13 July 2001 : 08:51:57
|
Can some one tell me where to find a copy of my_topics.asp. This mod works great! I'm just missing 1 file. Thanks.
Edited by - joswell on 16 July 2001 09:50:31 |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 13 July 2001 : 16:49:09
|
On a closer examination of the code I found that several of the recordests created ar not closed and then set to Nothing. Actually, this is the case for a lot of MODs I have been looking at recently. Perhaps it's not that big an issue, but I started placing so many MODs onto the my.asp page that the open recordsets that were not explicitly began to worry me.
@tomic
|
|
|
Topic |
|