Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Themes
Author Message
myhelipad
Regular
Regular



Joined: Apr 17, 2004
Posts: 71

PostPosted: Sun Nov 29, 2009 3:05 am Reply with quote

Hi;

Can someone help me to make iCGstation theme I download from here Pack-iCGstation worked with RavenNuke_v2.40.00 eg; like fisubice.

I have try follow as few guide search in this forum, but get more and more fatal error, due to limited knowledge to do modification i need help to make this theme work on my site.

Regards
 
View user's profile Send private message Visit poster's website
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Sun Nov 29, 2009 3:37 am Reply with quote

Maybe you can post the errors you are getting?
 
View user's profile Send private message Send e-mail
myhelipad







PostPosted: Sun Nov 29, 2009 6:01 am Reply with quote

Guardian2003 wrote:
Maybe you can post the errors you are getting?


I just reupload all original iCGstation theme the error without my modificatio as;

Code:
Template->make_filename(): Error - file posting_attach_body.tpl does not exist


lost my nukeNAVE on header and footer image not at on place.

Regards
 
Guardian2003







PostPosted: Sun Nov 29, 2009 7:51 am Reply with quote

Your theme is missing some files, just copy them from another theme and put them in your own theme in the same place
 
myhelipad







PostPosted: Sun Nov 29, 2009 8:07 am Reply with quote

Guardian2003 wrote:
Your theme is missing some files, just copy them from another theme and put them in your own theme in the same place


done work great all error disappear, but my footer still not align. Image left & right not align with center image.

Thank you very much

Regards
 
Guardian2003







PostPosted: Sun Nov 29, 2009 8:25 am Reply with quote

link to your site?
 
myhelipad







PostPosted: Mon Nov 30, 2009 7:35 pm Reply with quote

Guardian2003 wrote:
link to your site?


Sorry Mr. Guardian2003 for late reply, away on weekend.

you visit here [ Only registered users can see links on this board! Get registered or login! ]

one more nukeNAV on header also disappear, i dont know how to put it back on header.

Regards
 
Guardian2003







PostPosted: Mon Nov 30, 2009 9:54 pm Reply with quote

the header menu can be turned on in the rnconfig.php file

The footer is pretty messed up with markup errors, if you use the W£C validator, that should give you an idea on which tags are missing. I was going to list them for you but the theme generates over 400 of them. It might be easier for you to use the RavenIce theme, which is similar in it's color scheme.
 
myhelipad







PostPosted: Mon Nov 30, 2009 10:35 pm Reply with quote

Guardian2003 wrote:
the header menu can be turned on in the rnconfig.php file

The footer is pretty messed up with markup errors, if you use the W£C validator, that should give you an idea on which tags are missing. I was going to list them for you but the theme generates over 400 of them. It might be easier for you to use the RavenIce theme, which is similar in it's color scheme.


Thank you very much for reply and valuable advise, seriously i'll decide to use RavenIce theme till some one could port it Raven theme compatible.

Regards
All the best to your team.
 
engino
New Member
New Member



Joined: Oct 18, 2010
Posts: 17
Location: Belize

PostPosted: Mon Oct 18, 2010 8:19 pm Reply with quote

Hi Guys,

I am also encountering some issues with iCGstation. The version I am using does not seem to give any errors per say however when viewing the theme in RavenNuke it is cut off on the sides. I am sure there is an easy fix however I am not very HTML savvy.

I have a fresh install of PHPnuke and RavenNuke running with this theme installed so you can see an example. They are at:

PHPnuke test site -> [ Only registered users can see links on this board! Get registered or login! ]
RavenNuke test site -> [ Only registered users can see links on this board! Get registered or login! ]

Any assistance in getting this to work right would be greatly appreciated.

Best Regards,

-Benjamin
 
View user's profile Send private message
Guardian2003







PostPosted: Tue Oct 19, 2010 2:00 am Reply with quote

This is a very old theme and apart from not be web standards compliant (for markup and CSS) it probably uses the old Banners module, which isn't used in RavenNuke (tm) and was removed from PHP-Nuke in around v7.8/v7.9

If you turn on error reporting for your RN site (the setting is in config.php file) you will most likely see errors relating to a missing banners.php file.
 
engino







PostPosted: Tue Oct 19, 2010 2:40 am Reply with quote

Thanks for the feedback.

I checked the site I got the theme from and it says it is PHPnuke 8.X compliant. I turned on error reporting as you suggested.

$display_errors = true;

I do not seem to be getting any errors from the theme using RavenNuke. The theme seems to work fine on PHPnuke. I have been using it for a while on a live 8.1 site. I got the theme from dadanuke.org

I currently have it set to display errors if you would like to take a look. [ Only registered users can see links on this board! Get registered or login! ]

Regards,

-Benjamin
 
Guardian2003







PostPosted: Tue Oct 19, 2010 4:20 am Reply with quote

Looking at the source code briefly, it looks like even though the table that wraps the entire page is set to 100% the body element is set at 95%, maybe that is why you have that empty white space on either side?
I have a few minutes so I'll download this theme and take a look.
 
engino







PostPosted: Tue Oct 19, 2010 4:22 am Reply with quote

Thanks for the update Smile
 
Guardian2003







PostPosted: Tue Oct 19, 2010 4:42 am Reply with quote

OK I don't have the exact same version of this theme that you have because I'm not a member of Dadanuke's Club but it should be basically the same I hope.
Open themes/ICGstation/header.html
One the first line you should have something similar to
Code:


<table width="95%" cellpadding="0" cellspacing="0" border="0" align="center">

All you need to do is change the 95% to 100%
 
engino







PostPosted: Tue Oct 19, 2010 4:58 am Reply with quote

Thank you for the suggestion.

I tried the changes you suggested but it still does not look the same as on the [ Only registered users can see links on this board! Get registered or login! ] site.

Many Thanks,

-Benjamin


Last edited by engino on Tue Oct 19, 2010 5:26 am; edited 1 time in total 
spasticdonkey
RavenNuke(tm) Development Team



Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA

PostPosted: Tue Oct 19, 2010 5:08 am Reply with quote

It may be viewing the border TD's as empty and not displaying them, also the inner TD is set at 100% which could cause issue too. At the top of your header.html
Code:
<table width="95%" cellpadding="0" cellspacing="0" border="0" align="center">

  <tr>
    <td width="10" nowrap="nowrap" class="lefttd"></td>
    <td width="100%">

try finding a transparent gif and uploading to your server and changing to (correct the path to your image)
Code:
<table width="95%" cellpadding="0" cellspacing="0" border="0" align="center">

  <tr>
    <td width="10" nowrap="nowrap" class="lefttd"><img src="transparent.gif" width="10"/></td>
    <td width="100%">

do the same in footer.html, change to
Code:
<td width="10" nowrap="nowrap" class="righttd"><img src="transparent.gif" width="10"/></td>

hopefully that by itself will stretch those TD's out and display them Wink
give it a shot...
 
View user's profile Send private message Visit poster's website
engino







PostPosted: Tue Oct 19, 2010 5:25 am Reply with quote

Lovely !!!

Many thanks Guys. Works Like a charm now. Smile

Best Regards,

-Benjamin
 
engino







PostPosted: Tue Oct 19, 2010 5:30 am Reply with quote

Just noticed. That fixed the left side but the right side is still off.
 
spasticdonkey







PostPosted: Tue Oct 19, 2010 5:32 am Reply with quote

cool Smile
although I'm not seeing the right border on your test site, but maybe your testing locally Smile
in case you are curious, they probably displayed differently due to different doctype declarations. RN uses XHTML 1.0 Transitional, where the other site uses HTML 4.01 Transitional
 
spasticdonkey







PostPosted: Tue Oct 19, 2010 5:33 am Reply with quote

did you make the change to footer.html?
 
engino







PostPosted: Tue Oct 19, 2010 5:50 am Reply with quote

Yes, I made changes to the footer.html file as well.

I am making the changes using VI on the live site. The right side is still off indeed. I did not notice that on my first look. I guess it requires one more minor fix. Any Ideas?

Best Regards,

-Benjamin
 
spasticdonkey







PostPosted: Tue Oct 19, 2010 5:56 am Reply with quote

looking at your code I don't see the change
Code:
<td width="10" nowrap="nowrap" class="righttd"></td>


Guess I was kinda vague, in themes/iCGstation2/footer.html @ the bottom find
Code:
   <td width="10" nowrap="nowrap" class="righttd"></td>

  </tr>
</table>
<br>

change to
Code:
   <td width="10" nowrap="nowrap" class="righttd"><img src="/transparent.gif" width="10"/></td>

  </tr>
</table>
<br>
 
spasticdonkey







PostPosted: Tue Oct 19, 2010 6:05 am Reply with quote

ahhh, just noticed that the theme is not using the template. In theme.php, function themefooter, find

Code:
  . "   <td width=\"10\" nowrap=\"nowrap\" class=\"righttd\"></td>"


change to
Code:
  . "   <td width=\"10\" nowrap=\"nowrap\" class=\"righttd\"><img src=\"/transparent.gif\" width=\"10\"/></td>"
 
engino







PostPosted: Tue Oct 19, 2010 6:11 am Reply with quote

Indeed Viewing the source in a browser does not show the change. I checked the file and it is in there. Maybe it is being cached?

Code:


root@sys2:/var/www/test/data/www/raven.bze.bz/themes/iCGstation2# tail footer.html

                        </td>
                        <td><img src="themes/iCGstation2/forums/images/bt_right.gif" border="0"></td>
                  </tr>
                </table>
        </td>
        <td width="10" nowrap="nowrap" class="righttd"><img src="/transparent.gif" width="10"/></td>
  </tr>
</table>
<br>
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Themes

View next topic
View previous 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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©