Author |
Topic |
dayve
Forum Moderator
USA
5820 Posts |
Posted - 27 May 2001 : 16:13:23
|
the entire section that should appear under the Photo is missing, It shows up in the new registration window though which is extremely odd.
Dayve |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 27 May 2001 : 16:26:47
|
Is your Profile page 2 columns or just one? |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 27 May 2001 : 16:27:31
|
2
I just realized, I implemented the email password feature. Here is my code, could you take a look at it for me?? Thanks
http://www.nineinchnailz.com/pop_profile.txt Dayve
Edited by - dayve on 27 May 2001 16:32:32 |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 27 May 2001 : 16:41:48
|
****, caching issue, sorry... it works
Dayve |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 27 May 2001 : 16:52:11
|
So you were just seeing a cached version of the page? |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 27 May 2001 : 16:56:16
|
yeah, my apologies, if I do not declare a folder as a virtual directory the page does not expire immediately. anyone else experience this bug in IIS5?
Dayve |
|
|
3dcandy
Starting Member
39 Posts |
Posted - 02 June 2001 : 22:33:45
|
Richard, installed the mod, went to upgrade the database, and I get an error
Avatar Mod v2.0
Creating table(s)... CREATE TABLE FORUM_AVATAR( A_ID INT (11) DEFAULT '' NOT NULL auto_increment , A_URL varchar (255) NULL , A_NAME varchar (50) NULL , A_MEMBER_ID int NULL DEFAULT 0,KEY FORUM_AVATAR_A_ID(A_ID)) -2147467259 | Table 'FORUM_AVATAR' already exists
--------------------------------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_AVATAR2( A_HSIZE int NULL , A_WSIZE int NULL , A_BORDER int NULL ,KEY FORUM_AVATAR2_()) -2147467259 | You have an error in your SQL syntax near '))' at line 1
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_AVATAR2 (A_HSIZE, A_WSIZE, A_BORDER) VALUES (64, 64, 0) -2147467259 | Table 'threeDcandydb.FORUM_AVATAR2' doesn't exist
--------------------------------------------------------------------------------
Adding Column... ALTER TABLE FORUM_MEMBERS ADD M_AVATAR_URL varchar (255) NULL -2147467259 | Access denied for user: 'threeDcandy@' to database 'threeDcandydb' Table(s) updated
-------------------------------------------------------------------------------- There were errors please post a question in the MOD Implementation Forum at Snitz Forums
Any ideas????
Ade
|
|
|
sabergurl
Starting Member
20 Posts |
Posted - 07 June 2001 : 14:25:24
|
How do you set it so there is no size restrictions for the avatars. My avatars are different sizes (widths and heights) and right now I have set it all to one size setting...which is great for one type of avatar but distorts others.
Thanks.
|
|
|
big9erfan
Average Member
540 Posts |
Posted - 07 June 2001 : 14:33:05
|
There is a call where it retreives the avatar information from the db. You'll see the information that it retreives in the <img src = <%blahbalhl%> width=<%=rsName("FieldName") height=<%=rsName("FieldName") >
if you strip out the height= and width= that should cure your ills. Of course if the avatars are large I wouldn't suggest it as it can really distort your forums.
http://www.ugfl.net/forums |
|
|
bcooper
Starting Member
34 Posts |
Posted - 18 June 2001 : 00:42:57
|
I found out where the problem was. In topic.asp I forgot to add the
<br><% if Trim(rs("M_AVATAR_URL")) <> "" and lcase(rs("M_AVATAR_URL")) <> "noavatar.gif" and (IsNull(rs("M_AVATAR_URL")) = false) then %> <% '## Forum_SQL - Get Avatar Settings from DB strSql = "SELECT " & strTablePrefix & "AVATAR2.A_WSIZE" strSql = strSql & ", " & strTablePrefix & "AVATAR2.A_HSIZE" strSql = strSql & ", " & strTablePrefix & "AVATAR2.A_BORDER" strSql = strSql & " FROM " & strTablePrefix & "AVATAR2"
set rsav = my_Conn.Execute (strSql) %> <img src="<% =rs("M_AVATAR_URL") %>" align="absmiddle" width=<% =rsav("A_WSIZE") %> height=<% =rsav("A_HSIZE") %> border=<% =rsav("A_BORDER") %> hspace="0" ><% set rsav = nothing %><% end if %>
code twice. Sorry
I have a little problem. When someone posts a topic on my forum their avatars dont show up. However, when people reply to the posts, then they show up. Any clues as to why they dont show up for the topic starter? Other than that, it works great! Thanks!
Edited by - bcooper on 18 June 2001 01:16:26 |
|
|
Oudie
New Member
Taiwan
70 Posts |
Posted - 18 June 2001 : 02:17:38
|
It's good mod, but it can make member to input they want image path. I mean they can choose they want not use administrator's choosen.
¤d¨½¬î¤ô¤@Àþ¶¡, ¤Ñ¦a¿W§Ú¼Ö¯«¥P; ²ö°Ý¬õ¹Ð·Ð´o¨Æ, ³p»»¨«¹M¤Ñ¥~¤Ñ... |
|
|
raw
Starting Member
45 Posts |
Posted - 29 June 2001 : 20:15:19
|
Richard, is there a way to not limit the avatar size? I have a forum where the avatar size can vary.
Any help will do thanks.
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 29 June 2001 : 21:40:09
|
you can just edit topic.asp and take out the part where it specifies the height and width. |
|
|
raw
Starting Member
45 Posts |
Posted - 30 June 2001 : 01:24:29
|
Thanks, I got that like 20 minutes after posting this... hehe
|
|
|
bonkers
Junior Member
United Kingdom
122 Posts |
Posted - 30 June 2001 : 21:39:35
|
*Test server = PWS * O/S = WinME * Browser = IE5.5 * * Forum code = tshives Portal MOD. Richard I have installed your mod and have problems. The avatars do not show I followed your instructions carefully i dont know what i have done wrong.
its all there and seems to work but no avatars I must admit i have tried adding Avatar Admin Add-On and pop_avatarlegend MODs hopeing this may help i have all the features but still no avatars
any help would great bonkers
|
|
|
Topic |
|