You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 52 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Missing Image after BBto Nuke upgrade [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
gavron1
Sergeant
Sergeant


Joined: Jun 03, 2003
Posts: 78


PostPosted: Sat Aug 16, 2003 10:51 pm Reply with quoteBack to top

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
Find all posts by gavron1View user's profileSend private message
Daniel-cmw
Site Admin
Site Admin


Joined: Mar 02, 2003
Posts: 1662

Location: The UK!

PostPosted: Sun Aug 17, 2003 2:07 am Reply with quoteBack to top

I take it you fixed this?

I can see the images fine

_________________
Read Me
Find all posts by Daniel-cmwView user's profileSend private message
gavron1
Sergeant
Sergeant


Joined: Jun 03, 2003
Posts: 78


PostPosted: Sun Aug 17, 2003 4:40 am Reply with quoteBack to top

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
Find all posts by gavron1View user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Sun Aug 17, 2003 4:42 am Reply with quoteBack to top

We're getting there. Smile

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
gavron1
Sergeant
Sergeant


Joined: Jun 03, 2003
Posts: 78


PostPosted: Sun Aug 17, 2003 2:06 pm Reply with quoteBack to top

Zhen-Xjell wrote:
We're getting there. Smile


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?
Find all posts by gavron1View user's profileSend private message
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Sun Aug 17, 2003 2:26 pm Reply with quoteBack to top

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
Find all posts by chatservView user's profileSend private messageVisit poster's website
gavron1
Sergeant
Sergeant


Joined: Jun 03, 2003
Posts: 78


PostPosted: Mon Aug 18, 2003 1:43 am Reply with quoteBack to top

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
Find all posts by gavron1View user's profileSend private message
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Mon Aug 18, 2003 7:34 am Reply with quoteBack to top

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
Find all posts by chatservView user's profileSend private messageVisit poster's website
gavron1
Sergeant
Sergeant


Joined: Jun 03, 2003
Posts: 78


PostPosted: Mon Aug 18, 2003 8:00 am Reply with quoteBack to top

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.
Find all posts by gavron1View user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.194 Seconds - 185 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::