Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Add avatar to member
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

hans_
Junior Member

Czech Republic
161 Posts

Posted - 19 April 2005 :  02:35:43  Show Profile  Visit hans_'s Homepage
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

Posted - 19 April 2005 :  05:54:27  Show Profile
http://www.snitzbitz.com/mods/details.asp?Version=All&mid=52
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 19 April 2005 :  09:26:45  Show Profile  Visit hans_'s Homepage
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.
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 19 April 2005 :  09:46:58  Show Profile  Visit hans_'s Homepage
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.
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 19 April 2005 :  09:59:06  Show Profile  Visit hans_'s Homepage
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.
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 19 April 2005 :  16:35:55  Show Profile  Visit hans_'s Homepage
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
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 20 April 2005 :  02:09:23  Show Profile  Visit hans_'s Homepage
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
Go to Top of Page

Ranko
Junior Member

400 Posts

Posted - 20 April 2005 :  02:45:27  Show Profile
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.
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 20 April 2005 :  07:32:03  Show Profile  Visit hans_'s Homepage
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
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 20 April 2005 :  12:49:47  Show Profile  Visit hans_'s Homepage
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
Go to Top of Page

Podge
Support Moderator

Ireland
3776 Posts

Posted - 20 April 2005 :  13:54:16  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
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
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 20 April 2005 :  14:18:25  Show Profile  Visit hans_'s Homepage
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.
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 21 April 2005 :  09:07:58  Show Profile  Visit hans_'s Homepage
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.
Go to Top of Page

Podge
Support Moderator

Ireland
3776 Posts

Posted - 21 April 2005 :  09:20:28  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
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.

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.
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 21 April 2005 :  10:40:41  Show Profile  Visit hans_'s Homepage
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
Go to Top of Page

Podge
Support Moderator

Ireland
3776 Posts

Posted - 21 April 2005 :  11:24:03  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
quote:
this file topic.asp use I on version 3.4.05, is it OK?

I don't know. I don't have a way to test it.

Can you put it on your test forum as topic2.asp so I can see the error and which line it happens on?

As far as I could see you were just missing the code that outputs the html for the avatar on the first topic and subsequent replies.
Its now (probably) just a matter of cleaning it up a little.

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.
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 1.69 seconds. Powered By: Snitz Forums 2000 Version 3.4.07