Author |
Topic  |
hans_
Junior Member
 
Czech Republic
161 Posts |
Posted - 19 April 2005 : 02:35:43
|
I saw many nice graphic of PHP forums. I would like to have pissibility to have avatar for member. I it somhow possible?
thanks
Is it in plan for new version?
 |
I am still learning. Sorry for my stupid questions (sometimes) and bad English. |
|
Ranko
Junior Member
 
400 Posts |
|
hans_
Junior Member
 
Czech Republic
161 Posts |
Posted - 19 April 2005 : 09:26:45
|
What shall i set up? On profile i added my avatar, but by post is not visible?

Please... |
I am still learning. Sorry for my stupid questions (sometimes) and bad English. |
 |
|
hans_
Junior Member
 
Czech Republic
161 Posts |
Posted - 19 April 2005 : 09:46:58
|
The actually topic.asp is here: http://flashmedia.cz/akce/forum/topic_new.txt Was changed, like is described in readme file.
Thank you |
I am still learning. Sorry for my stupid questions (sometimes) and bad English. |
 |
|
hans_
Junior Member
 
Czech Republic
161 Posts |
Posted - 19 April 2005 : 09:59:06
|
On the edit Profile looks OK, but on the post is the avatar not displayed.


Please help |
I am still learning. Sorry for my stupid questions (sometimes) and bad English. |
 |
|
hans_
Junior Member
 
Czech Republic
161 Posts |
Posted - 19 April 2005 : 16:35:55
|
Can anybody help me? Or send me whole empty forum which works. I tried to replace 3 times the topic.asp file, but still is avatar on post not displayed. i controlled carefully the replaced rows - no error found ** this was 2. test, i created completly new forum - but the same problem 
Please |
I am still learning. Sorry for my stupid questions (sometimes) and bad English. |
Edited by - hans_ on 19 April 2005 16:37:37 |
 |
|
hans_
Junior Member
 
Czech Republic
161 Posts |
Posted - 20 April 2005 : 02:09:23
|
Try this test forum: http://www.flashmedia.cz/akce/forum/ Make registration of member and add some avatar and make new post. Avatar is not added by new post, why?
Thank you |
 |
|
Ranko
Junior Member
 
400 Posts |
Posted - 20 April 2005 : 02:45:27
|
Ok, dumb question time; did you go to Admin Options -> Avatar Setup -> Avatar Settings -> Show Avatar in Profile (needs to be yes)?
Also, if I recall correctly, the topic.asp changes could confuse a new user; I just woke up, so please check the simple thing, and then get back to me. |
 |
|
hans_
Junior Member
 
Czech Republic
161 Posts |
Posted - 20 April 2005 : 07:32:03
|
Hi thanks for answ.
quote: Originally posted by Ranko
Ok, dumb question time; did you go to Admin Options -> Avatar Setup -> Avatar Settings -> Show Avatar in Profile (needs to be yes)? YES
Also, if I recall correctly, the topic.asp changes could confuse a new user; I just woke up, so please check the simple thing, and then get back to me.
I checked the topic.asp again, i did not found error in my changes.
I dont know please help, yesterday whole day only with this.
|
I am still learning. Sorry for my stupid questions (sometimes) and bad English. |
Edited by - hans_ on 20 April 2005 14:11:28 |
 |
|
hans_
Junior Member
 
Czech Republic
161 Posts |
Posted - 20 April 2005 : 12:49:47
|
I changed the topic.asp as written in the readme file up to: Look for this code around line 552
Reply_MemberLevel = arrReplyData(rM_LEVEL, iForum)
Reply_MemberPosts = arrReplyData(rM_POSTS, iForum)
Reply_MemberCountry = arrReplyData(rM_COUNTRY, iForum)
Directly after that add this code
Reply_MemberAvatar = arrReplyData(rM_Avatar, iForum)
Shall i change alsot his? What i written for older versions?
########################################################
For snitz 3.4, 3.4.0.1 and 3.4.0.2 follow this step
I use version 3.4.05
|
I am still learning. Sorry for my stupid questions (sometimes) and bad English. |
Edited by - hans_ on 20 April 2005 12:50:52 |
 |
|
Podge
Support Moderator
    
Ireland
3776 Posts |
Posted - 20 April 2005 : 13:54:16
|
First of all, you should remove the zip you posted. Immediately.
At the top of your topic.asp it says v3.4.04 not v3.4.05?
Anyway this is missing from just after line 583
if Reply_MemberAvatar <> "noavatar.gif" then response.write" <img src=""" & Reply_MemberAvatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """><br /><br />" end if
and this from just after line 788
if Member_Avatar <> "noavatar.gif" then response.write" <img src=""" & Member_Avatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """><br /><br />" end if
See if that helps. |
Podge.
The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)
My Mods: CAPTCHA Mod | GateKeeper Mod Tutorial: Enable subscriptions on your board
Warning: The post above or below may contain nuts. |
Edited by - Podge on 20 April 2005 13:56:03 |
 |
|
hans_
Junior Member
 
Czech Republic
161 Posts |
Posted - 20 April 2005 : 14:18:25
|
Thank you, i will try it.
quote: Originally posted by Podge
First of all, you should remove the zip you posted. Immediately.
At the top of your topic.asp it says v3.4.04 not v3.4.05?
Anyway this is missing from just after line 583
if Reply_MemberAvatar <> "noavatar.gif" then response.write" <img src=""" & Reply_MemberAvatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """><br /><br />" end if
and this from just after line 788
if Member_Avatar <> "noavatar.gif" then response.write" <img src=""" & Member_Avatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """><br /><br />" end if
See if that helps.
|
I am still learning. Sorry for my stupid questions (sometimes) and bad English. |
 |
|
hans_
Junior Member
 
Czech Republic
161 Posts |
Posted - 21 April 2005 : 09:07:58
|
I am back again ;( I try to explane my problem a bit.
I tried install a new forum vers. 3.4.05 and add the avatar MOD Version: 1.3 http://www.snitzbitz.com/mods/details.asp?Version=All&mid=52. This is here, http://flashmedia.cz/akce/forum/ You can register and add to your profile avatar an look how it works.
If you make a new post you dont see your avatar even if your avatar is on your profile added.
I spend many hours with replacing chaneged files like is written i readme file. Changed Files: config.asp topic.asp pop_profile.asp inc_profile.asp register.asp admin_home.asp I looked for errors, but i did not found any.
This all was test becouse i have one life forum about one year. This life forum is version 3.4.04. First i need run my test forum vers 3.4.05 and see if avatars works properly.
Than i need add this functionality to my life forum on the web.
Please try to explane me how shall i working step by step. *** btw. I dont understand if i can use the the file topic.asp of forum version 3.4.04 also for 3.4.05.? Is it possible?
|
I am still learning. Sorry for my stupid questions (sometimes) and bad English. |
 |
|
Podge
Support Moderator
    
Ireland
3776 Posts |
|
hans_
Junior Member
 
Czech Republic
161 Posts |
Posted - 21 April 2005 : 10:40:41
|
I tried to add the code, wat you posted but the page has error if loads.
The actually topic.asp is here: http://flashmedia.cz/akce/forum/topic_new_02.txt
Thank you
this file topic.asp use I on version 3.4.05, is it OK?
quote: Originally posted by Podge
quote: This is here, http://flashmedia.cz/akce/forum/ You can register and add to your profile avatar an look how it works.
If you make a new post you dont see your avatar even if your avatar is on your profile added.
Did you try my suggestion above?
You can update from v3.4.04 to 3.4.05 by using this download http://forum.snitz.com/archive/redirect.asp?linkid=138
Although it might be easier to start from the beginning again if you have lots of mods on your old forum. The way I've upgraded in the past is to apply all the mods on my old forums to the new version. Test the new version (with mods) completely and when I'm happy with it I backup the old database, overwrite the old forum files and run any database upgrades needed.
|
I am still learning. Sorry for my stupid questions (sometimes) and bad English. |
Edited by - hans_ on 21 April 2005 10:41:23 |
 |
|
Podge
Support Moderator
    
Ireland
3776 Posts |
|
Topic  |
|