PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
hoppyintheuk
New Member
New Member


Joined: Aug 09, 2006
Posts: 5

PostPosted: Tue Mar 27, 2007 1:26 pm Reply with quote Back to top

Hi all,

Just loaded the latest version of Raven Nuke, does anyone have a link for a valid raven compatible download for subblack theme (gold/black)?

Hoppy
View user's profile Send private message
persona_non_grata



Joined:
Posts: 0

PostPosted: Tue Mar 27, 2007 3:28 pm Reply with quote Back to top

does it give any errors ?
isnt that a disipal theme?
View user's profile Send private message
wiz
Client


Joined: Oct 09, 2006
Posts: 357
Location: UK

PostPosted: Tue Mar 27, 2007 4:21 pm Reply with quote Back to top

Valid as in a working link? or Validated?
View user's profile Send private message Visit poster's website AIM Address
persona_non_grata



Joined:
Posts: 0

PostPosted: Tue Mar 27, 2007 4:35 pm Reply with quote Back to top

probably validated as in www
View user's profile Send private message
montego
Site Admin


Joined: Aug 29, 2004
Posts: 7457
Location: Arizona

PostPosted: Wed Mar 28, 2007 6:40 am Reply with quote Back to top

Doubtful that very many themes will be truelly XHTML (let alone HTML) compliant when PHP-Nuke's core code was such a mess that it forced theme designers into having to "adjust". We fixed much of PHP-Nukes core code, so, unfortunately, it could cause compliance issues in many themes.

Since RN 2.1.x is XHTML 1.0, the things to look for in your themes are:

<br> --> <br />
<hr> --> <hr />
<img ......> --> <img ..... />

all img tags must have an alt attribute even if it is just alt="".

all attributes must have a value wrapped in quotes. It is OK for the value to just be "". Therefore, if you have just selected as an attribute in an OPTION field, it needs to be selected="selected".

HTML tags must be in lowercase.

and so forth...

The on-line validator at
Only registered users can see links on this board!
Get registered or login to the forums!
will become your best friend! Wink
View user's profile Send private message Visit poster's website
Fluke
Hangin' Around


Joined: Oct 24, 2003
Posts: 32

PostPosted: Wed Apr 11, 2007 12:24 pm Reply with quote Back to top

montego wrote:
Doubtful that very many themes will be truelly XHTML (let alone HTML) compliant when PHP-Nuke's core code was such a mess that it forced theme designers into having to "adjust". We fixed much of PHP-Nukes core code, so, unfortunately, it could cause compliance issues in many themes.

Since RN 2.1.x is XHTML 1.0, the things to look for in your themes are:

<br> --> <br />
<hr> --> <hr />
<img ......> --> <img ..... />

all img tags must have an alt attribute even if it is just alt="".

all attributes must have a value wrapped in quotes. It is OK for the value to just be "". Therefore, if you have just selected as an attribute in an OPTION field, it needs to be selected="selected".

HTML tags must be in lowercase.

and so forth...

The on-line validator at
Only registered users can see links on this board!
Get registered or login to the forums!
will become your best friend! Wink


I am currently working on converting subBlack to RavenNuke(making my own theme based off subBlack actually).. it's not easy and my columns/blocks etc are all messed up(seems to be no constraint on their width). I saw this post and hoping(based on fact I see whats mentioned here is present in the subBlack theme) after making the changes things fix themselves up in the theme.

I am using the default Raven theme.cfg to revamp the subBlack but there are particular java applets and I've basically nuked the references within the main template theme.cfg. I think this RavenNuke looks really good and looks more secure than any other Nuke out there. Running FutureNuke our site was hacked in just under a week and the hacker deleted all images/buttons and theme directories on the site.

FutureNuke is horrible, being that I know sql there were many indexes that were just wrong on the tables. The other thing about FutureNuke is it includes a lot of mods and it makes it very hard to manage. Hoping I stay with Raven Nuke and hoping I can get this theme working.

If I can get this site and theme going, I'd like to contribute some money towards Raven (not just saying that either). I think Raven Nuke looks really nice and secure, especially from the db view. Very clean.
View user's profile Send private message
montego
Site Admin


Joined: Aug 29, 2004
Posts: 7457
Location: Arizona

PostPosted: Fri Apr 13, 2007 7:34 am Reply with quote Back to top

Just a quick comment on this here:

Quote:

FutureNuke is horrible, being that I know sql there were many indexes that were just wrong on the tables.


Just so you know (setting your expectations), we have NOT reviewed any of the current RavenNuke(tm) indexes. We are still using the original 7.6 indexes (I hope). At some point, we want to focus on improving overall performance from a database call standpoint, so, this will get looked at eventually.

Good luck on the theme!
View user's profile Send private message Visit poster's website
banelos
New Member
New Member


Joined: May 05, 2006
Posts: 22

PostPosted: Sat May 26, 2007 1:52 pm Reply with quote Back to top

Anyone found a place to get an updated SubBlack or fixed it themselves for RN 2.10?
Currently the issues I have are:

Forums-
Layout of forum categories and forums is very small and hard to read.
The cell on the left where "Joined: Posts: Location:" etc. is in threads is too tight making all the text fill a lot of lines.
Quick Reply part at the end of threads looks weird and is missing a few things.

Frontpage:
Blocks for the right side doesn't show.
Even on a version of the theme i had where right side blocks worked in 2.02.02, it doesn't now. They show up in the bottom below all the articles instead.
Missing borders for each posted article for some reason.

Have been trying for a bit to fix it myself, but my knowledge into the workings of PHP-Nuke aren't that extensive.

PS. The improvements in RN 2.10 looks very nice so far and I really like the new wysiwyg editor.
View user's profile Send private message
banelos
New Member
New Member


Joined: May 05, 2006
Posts: 22

PostPosted: Tue Dec 11, 2007 5:11 pm Reply with quote Back to top

Sorry to revive an old thread, but is there any update to this?

Did anyone get subBlack to work with the new version of Raven PHP-Nuke or found one that was fixed? I tried to fix it myself, but my knowledge of php wasn't good enough to do it.

My users would really hate to change theme and therefore I had to keep my site to the old version of RavenNuke, but sadly it recently got hacked since it didn't have all the newest security updates (which was partly my fault, could have updated Sentinel seperately).
View user's profile Send private message
Paul_K
Hangin' Around


Joined: Feb 22, 2004
Posts: 40
Location: Dorset, England

PostPosted: Wed Dec 12, 2007 3:48 am Reply with quote Back to top

Having just converted a custom theme to be xhtml compatible (using a RavenNuke theme as a guide!) I'd be willing to have a go at it for you. Now, where do I download SubBlack?
View user's profile Send private message Yahoo Messenger MSN Messenger ICQ Number
banelos
New Member
New Member


Joined: May 05, 2006
Posts: 22

PostPosted: Wed Dec 12, 2007 7:17 am Reply with quote Back to top

Hey there Paul_K, that sounds really great..!

I believe the newest source for it would be:
Only registered users can see links on this board!
Get registered or login to the forums!


I remember having to correct an issue with right-aligned blocks not showing in the theme.php file for subBlack

Just changing "if ($index == 1)" to "if (defined('INDEX_FILE'))" did it I think.

Thanks in advance if you go ahead and convert it Paul!


EDIT:
Installed the new RavenNuke locally today and tested the subBlack I linked in this post. You do indeed need to go into theme.php and correct what I wrote above in the themefooter().
This time the right-aligned blocks worked fine though, not showing below articles like it did some time ago.

The problems that still exits are the following:

-News articles on the frontpage doesn't have any frame as seen
Only registered users can see links on this board!
Get registered or login to the forums!

-Author info on forum posts are truncated as seen
Only registered users can see links on this board!
Get registered or login to the forums!

-Quick Reply and other links below topics are missing.
Only registered users can see links on this board!
Get registered or login to the forums!
is a screen of the same install running fsubice where it all shows compared to the screen above.

If anyone has an idea how to fix any of these issues please let me know Smile
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4821

PostPosted: Thu Dec 13, 2007 2:06 am Reply with quote Back to top

You will also need to keep an eye our for changes in the banners code unless this theme was originally written for nuke 7.9+
View user's profile Send private message Send e-mail Visit poster's website
banelos
New Member
New Member


Joined: May 05, 2006
Posts: 22

PostPosted: Fri Dec 14, 2007 8:08 pm Reply with quote Back to top

Oh just found out that both the missing frames on news posts and the tiny poster info on the forums are fine and working if you view the site in IE, so it's just Firefox that doesn't like it.

What could be wrong here, is it just some missing xhtml compliance?

Also any idea how I get the quick-reply function to work in this theme?

PS. Test site address is
Only registered users can see links on this board!
Get registered or login to the forums!

(dont mind the blocks complaining, I havn't uploaded those)
View user's profile Send private message
banelos
New Member
New Member


Joined: May 05, 2006
Posts: 22

PostPosted: Sun Dec 16, 2007 3:27 am Reply with quote Back to top

Ok I finally got into fixing it all myself..

I wen't the shortcut and targetted the specific conflicts that were giving visible flaws. The hard part was finding out which files to edit, but once they were found it was pretty easy to look at the fisubice counterpart and see what had to be corrected..

I got both the missing frames on news posts, truncated poster info on forums and I also got the Quick Reply function in.

I had a slight problem with the Quick Reply though.. The Helpline box that shows tooltip information when mousing over the bbcode buttons seemed to be hardcoded to a white background.. (and since subBlack text is white I needed that changed)

Looking in the modules/Forums/viewtopic.php I could see that its background color was defined like this:
Code:
background-color:#".$theme['td_color2']."


And that in the default subSilver template that reference is set to #FFFFFF

But even if I used the themes/fisubice/Forums/theme_info.cfg to change td_color2 to another color it did not seem to overwrite the white one.

I ended up just removing the background-color property altogether from the helpline since that would make the background seem transparent and look fine in all themes.
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum