| Author |
Message |
gavron1
Sergeant


Joined: Jun 03, 2003
Posts: 78
|
Posted:
Sat Aug 16, 2003 10:51 pm |
  |
I upgraded my site from the 2.0.2 version all the way up to 2.0.6 Everything seems to be working except I have a missing image of some sort in the forums section under the members rank image. It is now showing a red X. I don't have avatars activated on the site and have never had this problem before. Do any of you know how to get rid of this, or exactly what is supposed to be.
k |
Last edited by gavron1 on Sat Nov 27, 2004 9:34 pm; edited 1 time in total |
|
   |
 |
Daniel-cmw
Site Admin


Joined: Mar 02, 2003
Posts: 1662
Location: The UK!
|
Posted:
Sun Aug 17, 2003 2:07 am |
  |
I take it you fixed this?
I can see the images fine |
_________________ Read Me |
|
   |
 |
gavron1
Sergeant


Joined: Jun 03, 2003
Posts: 78
|
Posted:
Sun Aug 17, 2003 4:40 am |
  |
yes I found a way around the problem but it was not the correct way. I had to remove the code in the modules/forums/templates/DarkBlue/viewtopic_body.tpl file that was pointing to the Avatar link here is the code
| Code: |
<!-- BEGIN postrow -->
<tr>
<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />[b]{postrow.RANK_IMAGE}[/b]{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td> |
and here is what I removed
| Code: |
| {postrow.POSTER_AVATAR}<br /> |
for some reason it keeps putting the avatar img link(which is where the red X is coming from) in there even though I have that dissabled via the Forums admin panel. Also it is only pointing to the main web address for my site, not the extension for the avatar gallery. IE: it points to http://mysite.com only not htp://mysite.com/modules/Forums/images/avatar...etc
It started after updating my BBtoNuke files to 2.0.6 and doing the security patch for 6.5. If any one knows the correct fix for this so that the link to the Avatar is not removed that would be of great help |
Last edited by gavron1 on Sat Nov 27, 2004 9:35 pm; edited 1 time in total |
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Sun Aug 17, 2003 4:42 am |
  |
We're getting there.  |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
gavron1
Sergeant


Joined: Jun 03, 2003
Posts: 78
|
Posted:
Sun Aug 17, 2003 2:06 pm |
  |
| Zhen-Xjell wrote: |
We're getting there.  |
Zhen-Xjell,
You guys are working on a fix for this? is this a bug or is it something that I may have done wrong? |
|
|
   |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Sun Aug 17, 2003 2:26 pm |
  |
| gavron1 wrote: |
| It started after updating my BBtoNuke files to 2.0.6 and doing the security patch for 6.5. If any one knows the correct fix for this so that the link to the Avatar is not removed that would be of great help |
When applying sec-fix patches 3 & 4 apply them before upgrading to BBtoNuke 2.0.5 or 2.0.6, the files included with the patches are meant for BBtoNuke 2.0.4 which is the one included with Nuke 6.5, 6.6, 6.7 & 6.8, else you will have problems. |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
gavron1
Sergeant


Joined: Jun 03, 2003
Posts: 78
|
Posted:
Mon Aug 18, 2003 1:43 am |
  |
chatserv,
I did run the fix patches first when doing the upgrades, do you think they need to be re-done from scratch? or is there some other way to fix the one problem that I seem to be having?
thnx |
|
|
   |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Mon Aug 18, 2003 7:34 am |
  |
I take it you were using Nuke 6.0 before upgrading, Nuke now takes the forum template from themes/your_theme/forums and not from modules/Forums/templates like it did in 6.0 |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
gavron1
Sergeant


Joined: Jun 03, 2003
Posts: 78
|
Posted:
Mon Aug 18, 2003 8:00 am |
  |
| chatserv wrote: |
| I take it you were using Nuke 6.0 before upgrading, Nuke now takes the forum template from themes/your_theme/forums and not from modules/Forums/templates like it did in 6.0 |
Well here is what I can remember from when I set the forum up. I originally used just the PHPBB and html pages, then I moved it into Nuke 6.0 then did an upgrade to 6.5. Now just this week I upgraded the security patches and then the bbtonuke version. Then is when i got the red X's for the avatar links, but I have the avatars turned off via the forum admin panel. |
|
|
   |
 |
|
|