phpNuke-pppBB, help

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   phpNuke-pppBB, help
leo51
CZ Super Newbie
leo51 has been a member for over 20 year's 20 Year Member
usa.gif michigan.gif
Website:
Status: Offline
Joined: Jul 13, 2004
0.00 posts per day
Posts: 35
Points: 2,907
   
icon_rolleyes.gif Hi, I need a small help, please, with phpNuke-phpBB. When a Guest post a thread, in explorer a small error in a image frame shows up under “Author” / Visiting Guest and in Netscape there is noting in that same spot…I would really like to have an avatar appear in this spot ---- I seems not to be able find the path



Back to top Reply with quote
#2   
sabastina
CZ Active Member
sabastina has been a member for over 20 year's 20 Year Member
Occupation: College Student
Website:
Status: Offline
Joined: Nov 03, 2003
0.03 posts per day
Posts: 212
Points: 120,520
AIM Address Yahoo Messenger MSN Messenger ICQ Number
Do you have an avitar specifically named for that purpose?

Sabastina



Back to top Reply with quote
#3   
leo51
CZ Super Newbie
leo51 has been a member for over 20 year's 20 Year Member
usa.gif michigan.gif
Website:
Status: Offline
Joined: Jul 13, 2004
0.00 posts per day
Posts: 35
Points: 2,907
   


Originally posted by sabastina @ Thu Aug 12, 2004 4:13 am:

Do you have an avitar specifically named for that purpose?

Sabastina


Thanks for reponding. No I do not have an avatar named for that purpose since I don't know tha path and what appears to be an image error don't show a path. Therefore, I am unable to know where to place one or add a line in a script anywhere.


Again, thanks



Back to top Reply with quote
#4   
sabastina
CZ Active Member
sabastina has been a member for over 20 year's 20 Year Member
Occupation: College Student
Website:
Status: Offline
Joined: Nov 03, 2003
0.03 posts per day
Posts: 212
Points: 120,520
AIM Address Yahoo Messenger MSN Messenger ICQ Number
Not a problem.
Your path is going to be

var/www/yoursite.com/modules/forums/images/avitars/gallery/guest.gif

In case you don't know your site, is generally the location all of your folders are at.

I'm not sure what to do to get it to show up. I will try to look into it if I can. If you find out first, maybe you could post here so I can set mine up as well?

Hope this helps!

Sabastina



Back to top Reply with quote
#5   
leo51
CZ Super Newbie
leo51 has been a member for over 20 year's 20 Year Member
usa.gif michigan.gif
Website:
Status: Offline
Joined: Jul 13, 2004
0.00 posts per day
Posts: 35
Points: 2,907
   


Originally posted by sabastina @ Sat Aug 14, 2004 6:31 am:

Not a problem.
Your path is going to be

var/www/yoursite.com/modules/forums/images/avitars/gallery/guest.gif

In case you don't know your site, is generally the location all of your folders are at.

I'm not sure what to do to get it to show up. I will try to look into it if I can. If you find out first, maybe you could post here so I can set mine up as well?

Hope this helps!

Sabastina


Hi Sabastina, I am still investigating having a avatar for the guest post but have no success yet. The funny this is, using Netscape the error with the images symbol don't show up.
If I get it going will surely post how I got is done



Back to top Reply with quote
#6   
sabastina
CZ Active Member
sabastina has been a member for over 20 year's 20 Year Member
Occupation: College Student
Website:
Status: Offline
Joined: Nov 03, 2003
0.03 posts per day
Posts: 212
Points: 120,520
AIM Address Yahoo Messenger MSN Messenger ICQ Number
Thanks. I'll keep my eyes open for info on this as well!

Sabastina



Back to top Reply with quote
#7   re: phpNuke-pppBB, help
CStingray78
CZ Super Newbie
CStingray78 has been a member for over 20 year's 20 Year Member
usa.gif maryland.gif
Occupation: IT Consultant
Age: 43
Gender: Male
Website:
Status: Offline
Joined: Dec 24, 2003
0.01 posts per day
Posts: 58
Points: 4,878
AIM Address   
This may help:

Edit /modules/Forums/templates/subSilver/subSilver.cfg, then add this two new lines:

$images['default_avatar'] = "modules/Forums/images/avatars/blank.gif";
$images['guest_avatar'] = "modules/Forums/images/avatars/blank.gif";

Do the same thing with every .cfg files on forum themes (/themes/{NUKE_THEME}/forums/), if any.

If you don't want to waste your time, edit /modules/Forums/viewtopic.php, and find this following lines:

//
// Start initial var setup
//


Before, add:

if (!isset($images['default_avatar']) || $images['default_avatar'] == "")
{
  $images['default_avatar'] = "modules/Forums/images/avatars/blank.gif";
}

if (!isset($images['guest_avatar']) || $images['guest_avatar'] == "")
{
  $images['guest_avatar'] = "modules/Forums/images/avatars/blank.gif";
}


[ Register or login to view links on this board.]

Hope this helps ya!
Tom



_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#8   Re: re: phpNuke-pppBB, help
leo51
CZ Super Newbie
leo51 has been a member for over 20 year's 20 Year Member
usa.gif michigan.gif
Website:
Status: Offline
Joined: Jul 13, 2004
0.00 posts per day
Posts: 35
Points: 2,907
   
You guys are sweet, this above coding did the trick

Many Thanks icon_razz.gif



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum