Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 60
5 members and 55 guests
banpzdhizdorees, cel8zzgebrityho, dryrserventclea, fenqpcinkx5bgpa, jayaab7deep9tfb
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
Old
  (#11 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
07-28-2003, 03:34 PM

BAH...you can't make me mad...I'm too easy going.

I do have kids, Four of them. 2 boys and 2 girls :-)

mikem

sorry getting off topic..hehe
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#12 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
07-28-2003, 03:41 PM

Quote:
I do have kids, Four of them. 2 boys and 2 girls
ok, Let me tell about my life too:
I'm the oldest (15) of three, i have a brother (12) and a sister (8).
I don't have kids lol, I even don't have a girlfriend now
Quote:
sorry getting off topic..hehe
Now I have to rport you to an admin, you know your IP is stored. hehehe


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#13 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: May 2003
Location: Berlin
07-29-2003, 03:17 AM

Quote:
Originally Posted by mikem
Quote:
Originally Posted by Mighty_Y
the fix depends on what is written in his story_home.html
Right-o
Does he have this?
Code:
img src="$tipath$topicimage"
or this?
Code:
img src="/images/topics/$topicimage"
if he has the first one in his story_home.html then the problem is likely he is missing the $tipath variable from the global statement in the theme.php

mikem
First of all I' am using Nuke 6.0 .
I have looked in my story_home-html and think both of your codes are missing but look my story_home.html :

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="7">
  <tr>
    <td><table width="100%" height="12" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="7">[img]themes/fiapple/images/story-TL.gif[/img]</td>
          <td background="themes/fiapple/images/story-T.gif">[img]themes/fiapple/images/7px.gif[/img]</td>
          <td width="7">[img]themes/fiapple/images/story-TR.gif[/img]</td>
        </tr>
      </table>
      <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="951414">
        <tr>
          <td background="themes/fiapple/images/story-title.gif"><table width="100%" border="0" cellspacing="0" cellpadding="2">
              <tr>
                <td><font class="storytitle">$title</font></td>
              </tr>
            </table></td>
        </tr>
        <tr>
          <td bgcolor="FDF2C2"><table width="100%" border="0" cellspacing="0" cellpadding="4">
              <tr>
                <td><font class="content">$content</font></td>
              </tr>
            </table></td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="7">[img]themes/fiapple/images/story-BL2.gif[/img]</td>
          <td height="30" background="themes/fiapple/images/story-B2.gif"><table width="100%" border="0" align="center" cellpadding="2" cellspacing="0">
              <tr>
                <td><div align="center"><font class="content">$posted</font>

                    <font class="content">$morelink</font></div></td>
              </tr>
            </table></td>
          <td width="7">[img]themes/fiapple/images/story-BR2.gif[/img]</td>
        </tr>
      </table>
      </td>
  </tr>
</table>
Where I have to put the missing text in ?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#14 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
07-29-2003, 04:03 AM

Somewhere in that last code you posted you have this
Quote:
<td><font class="content">$content</font></td>
change that line to
Quote:
<td>[img]$tipath$topicimage[/img]<font class="content">$content</font></td>
That should do it


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#15 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: May 2003
Location: Berlin
07-29-2003, 05:44 AM

Thank you !!! It works nearly perfect. Only the topic image is now on the left side - and normally it is on the right site I think - and I want it on the right site too !

P.S. I know, my English is terrible
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#16 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
07-29-2003, 05:55 AM

in the code I gave you above find this
Code:
align="left"
and change it to
Code:
align="right"
Hope now everything is solved


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#17 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: May 2003
Location: Berlin
07-29-2003, 06:12 AM

Ohh sorry - my mistake - if I read more carefully - I don`t have that problem - thanxxxx a lot and a nice week and greets from the german capital Berlin

goenz


.:: deus est amor ::.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#18 (permalink))
Junior Member
 
Status: Offline
Posts: 1
Join Date: Nov 2011
11-27-2011, 01:35 AM

It is very good and I learned new things as well.

_____________________

ผลบอล-sbobet-คาสิโนออนไลน์-gclub

Last edited by pridkhem; 12-03-2011 at 08:43 AM.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#19 (permalink))
Junior Member
 
Status: Offline
Posts: 1
Join Date: Dec 2011
12-07-2011, 09:12 PM

You do a wonderfull work throughout the year, it is holiday time, you do not even go out? I spent Wedding Cufflinks two full days with friends.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

« I love you ! | - »
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with index.php! boltz Nuke 7.x - General 1 07-18-2005 10:37 PM
PHP generated image help, setting bg image? Zathu_Koon Open topics 1 07-24-2003 11:10 AM
theme/index.php msimonds Theme packs 4 05-21-2003 08:28 PM
How do I change topic image and make logo fit right? xvertirx Purged Topics 1 01-09-2003 04:02 PM
Problems with index.php HELP ME! darkdan Purged Topics 7 01-01-2003 08:28 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31