Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > nukemods releases > Theme packs

Reply
 
LinkBack Thread Tools Display Modes
problem with fisubsilver phpnuke theme, and posting stories.
Old
  (#1 (permalink))
dac
Junior Member
 
Status: Offline
Posts: 32
Join Date: Feb 2003
problem with fisubsilver phpnuke theme, and posting stories. - 02-18-2003, 08:12 PM

Hello everybody,

I am currently developing a site that is using the fisubsilver theme for phpnuke 6.0

The problem I am having is that when I post a story and publish it to the home page, the topic icons do not show up nor does the extended text. If I change themes it posts perfectly.

has anyone come across this before. my site is located at

http://www.wnyrcinfo.com/site

Any help would be greatly appreciated!!

Dan
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Moderator
 
dar63's Avatar
 
Status: Offline
Posts: 473
Join Date: Oct 2002
Location: UK
02-18-2003, 08:21 PM

current story_home.html

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="5">
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="1">
        <tr>
          <td bgcolor="#006699"><table width="100%" border="0" cellspacing="0" cellpadding="1">
              <tr>
                <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="0">
                    <tr>
                      <td height="30" background="themes/fisubsilver/images/cellpic3.gif" bgcolor="#0052A2"><table width="100%" border="0" cellspacing="0" cellpadding="4">
                          <tr>
                            <td><font class="storytitle">$title</font></td>
                          </tr>
                        </table></td>
                    </tr>
                    <tr>
                      <td bgcolor="#EAEDF4"><table width="100%" border="0" cellspacing="0" cellpadding="4">
                          <tr>
                            <td><font class="content">$content</font></td>
                          </tr>
                        </table></td>
                    </tr>
                    <tr>
                      <td bgcolor="#EAEDF4"><table width="100%" border="0" cellspacing="0" cellpadding="4">
                          <tr>
                            <td><div align="center"><font class="content">$posted</font></div></td>
                          </tr>
                        </table></td>
                    </tr>
                  </table></td>
              </tr>
            </table></td>
        </tr>
      </table></td>
  </tr>
</table>
change to

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="5">
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="1">
        <tr>
          <td bgcolor="#006699"><table width="100%" border="0" cellspacing="0" cellpadding="1">
              <tr>
                <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="0">
                    <tr>
                      <td height="30" background="themes/fisubsilver/images/cellpic3.gif" bgcolor="#0052A2"><table width="100%" border="0" cellspacing="0" cellpadding="4">
                          <tr>
                            <td><font class="storytitle">$title</font></td>
                          </tr>
                        </table></td>
                    </tr>
                    <tr>
                      <td bgcolor="#EAEDF4"><table width="100%" border="0" cellspacing="0" cellpadding="4">
                          <tr>
                            <td>
[img]$tipath$topicimage[/img]<font class="content">$content</font>
</td>
                          </tr>
                        </table></td>
                    </tr>
                    <tr>
                      <td bgcolor="#EAEDF4"><table width="100%" border="0" cellspacing="0" cellpadding="4">
                          <tr>
                            <td><div align="center"><font class="content">$posted $morelink</font></div></td>
                          </tr>
                        </table></td>
                    </tr>
                  </table></td>
              </tr>
            </table></td>
        </tr>
      </table></td>
  </tr>
</table>
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
dac
Junior Member
 
Status: Offline
Posts: 32
Join Date: Feb 2003
02-18-2003, 08:42 PM

Awesome, very Awesome!!

Thank you so much for all your help, that worked perfectly.

Thanks again


Dan
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
02-18-2003, 09:01 PM

Thanks dar63, I'll have to check that theme pack. I thought we fixed that in all the packs..guess not..hehe

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
dac
Junior Member
 
Status: Offline
Posts: 32
Join Date: Feb 2003
02-18-2003, 09:05 PM

Hey guys, just to give you a heads up, i downloaded the theme from another site, not this one. If I can find the link I will post it.

Thanks again for all your help.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
02-18-2003, 09:39 PM

Quote:
Originally Posted by dac
Hey guys, just to give you a heads up, i downloaded the theme from another site, not this one. If I can find the link I will post it.

Thanks again for all your help.
AH-HA!!! I thought somethign was wierd. I downlaoded that theme pack to check it and the topic image fix had already been applied...

I would be interested to know where you got it...I would hate to see someone hosting our theme packs without our permission...I'm sure they are legit though...hopefully..hehe

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
dac
Junior Member
 
Status: Offline
Posts: 32
Join Date: Feb 2003
02-18-2003, 09:52 PM

you have a PM, with the link
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Junior Member
 
Status: Offline
Posts: 19
Join Date: Feb 2003
03-12-2003, 10:38 AM

I have a problem that not all the html code is recognised and is deleted from the story so it just looks like one big block of text in the extended text box. will this fix that problem.

I am trying to make some news and edit a story with an html editor. i make it and past it into the story and extended box but wheni submit the text most of th ehtml code is deleted. in the extended text box. When i open it in the admin box all the html code is gone but when i repast over it as an administrator and submit the news it works great. Will this code fix the problem?

you can see what i mean if you go to http://www.bikersforum.net if you go to the Ducati catagory it has all the html code in it but all the others dont.

thanks fozzy
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
03-12-2003, 12:05 PM

Whoa Fozzy...thsoe are some sweet Ducati Pics..man that is cool.

As for the html nto working int eh Extended text..hmmm..wierd.
When you post your News/Story, you knwo wher eyou see this:
Do you want to program this story?

have you tried setting that to Yes?
Does anyone know what that actually does..maybe wortha shot..or maybe it wil mess EVERYTHIGN up...ewww..

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#10 (permalink))
Junior Member
 
Status: Offline
Posts: 19
Join Date: Feb 2003
03-12-2003, 01:20 PM

HAAA HA HAAAA (in the mad scientist stlye)

I have found it........


it is in the config.php file you must add the html tags that you would like every thing to use. when you preview the the news story before publishing it you see at the bottom [b] [i] and so on well in config.php you see this.

Code:
$AllowableHTML = array("b"=>1,
		    "i"=>1,
		    "a"=>2,
		    "em"=>1,
		    "br"=>1,
		    "strong"=>1,
		    "blockquote"=>1,
                    "tt"=>1,
                    "li"=>1,
                    "ol"=>1,
					"p"=>1,
					"tr"=>1,
					"td"=>1,
					"img"=>1,
					"src"=>1,
					"herf"=>1,
					"table"=>1,
					"font"=>1,
					"span"=>1,
                    "ul"=>1);
and this is where you add the new code....

im happy now .. hope this helps people
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

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
PHPNuke 7.8 + subBlack theme problem eggplant Nuke 7.x - Themes 6 03-21-2009 12:52 AM
New problem with posting news Cyberkiller Nuke 7.x - Modules 5 01-07-2006 01:37 AM
FIsubsilver theme blocks problem supernoob Nuke 7.x - Themes 27 10-21-2005 12:23 PM
News Posting Problem Elite-Fusion Site design 12 06-22-2003 05:30 PM
Strange posting problem dar63 nukemods.com 4 01-15-2003 09:55 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