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
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1535
Location: North Carolina

PostPosted: Tue Oct 20, 2009 5:07 pm Reply with quote Back to top

I have been working on the Sommaire menu today and have it ready for some testers to see how it works.

So far I have

    Modified block to make XHTML 1.0 Transitional compliant.

    Replaced deprecated ereg and eregi with the Perl-compatible preg family.

    Modified admin to function correctly with RavenNuke(tm) including with the CSS themes.

    Modified installer to work with RavenNuke(tm)


Anyone that wants a copy can get it here
Only registered users can see links on this board!
Get registered or login to the forums!


Throw me some feed back on how it works for you.
View user's profile Send private message Send e-mail Visit poster's website
unicornio
Involved
Involved


Joined: Aug 13, 2009
Posts: 432

PostPosted: Wed Oct 21, 2009 12:29 am Reply with quote Back to top

nuken. I love the way you treat phpnuke( very serious). I will test it today. 1000 Thanks.

Edited

Nuken, I was right about how you treat files on phpnuke. I love that. The module is working so good. Wink

I would like to have a copy of RavenNuke in html. You are the only who has that. Is it possible to have it in html?
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Wed Oct 21, 2009 1:37 am Reply with quote Back to top

@ nuken - you may want to liaise with montego as I think he already produced an XHTML complaint block etc as he's been using it on his site for a long time.
View user's profile Send private message Send e-mail Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1535
Location: North Carolina

PostPosted: Wed Oct 21, 2009 5:23 am Reply with quote Back to top

Thanks Guardian, I wasn't aware that he did. Unicornio, the html is by ShortLinks, it come preinstalled on RavenNuke.
View user's profile Send private message Send e-mail Visit poster's website
unicornio
Involved
Involved


Joined: Aug 13, 2009
Posts: 432

PostPosted: Wed Oct 21, 2009 7:39 am Reply with quote Back to top

Nuken, I guess u misunderstood. I was talking about RavenNuke( the whole nuke in html). You are the only who has that nuke in html. Can u share it. I used to work with html.
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1535
Location: North Carolina

PostPosted: Wed Oct 21, 2009 8:21 am Reply with quote Back to top

My site is not html, it's php. I use the ShortLinks to tap my links and rewrite them to have a html address. ShortLinks comes with RavenNuke(tm) and has to be activated in the rnconfig.php and also must have the .htaccess replaced with the contents of the ShortLinks.htaccess that also comes with RavenNuke.

From the RavenNuke wiki:

Quote:
TegoNuke(tm) ShortLinks
The next four TegoNuke(tm) ShortLinks options are used to control that add-on feature. This feature may be used if you desire to have shortened internal links such as "downloads.html" or "forums.html" rather than the full" forums.html" link. In the past, this has been known as "GoogleTap" or "GT-NExtGEn". Please see the RavenNuke_README.txt file within the Distro directory AddOnFiles/TegoNuke/ShortLinks for more information as to what this feature is and how to control it with these settings. There are several steps documented in this readme file -- such as copying settings from the ShortLinks.htaccess file to your main htaccess file -- that must be completed for ShortLinks to work properly. If you attempt to use ShortLinks without completing these steps you will get errors on your site.
View user's profile Send private message Send e-mail Visit poster's website
kd8hho
Worker
Worker


Joined: Mar 30, 2009
Posts: 111

PostPosted: Thu Oct 22, 2009 1:34 pm Reply with quote Back to top

im getting to missing lang file hits

_SOMCENTER25
and
_SOMSHOWADMIN

in the admin panel. easy fix IIRC

Code:

define(" _SOMCENTER25","Center");
define("_SOMSHOWADMIN","Show Admin");
View user's profile Send private message Visit poster's website
montego
Site Admin


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

PostPosted: Sat Oct 24, 2009 2:42 pm Reply with quote Back to top

nuken, as we discussed, I am very excited that you have taken this on. I will download and test this this week. I noticed the admin was broken on my site awhile back, but since it still functioned and only affected me, I didn't worry about it. Plus, I only made it XHTML compliant for the features that I used, so am glad that you have taken upon yourself to learn French and work on this! Smile
View user's profile Send private message Visit poster's website
montego
Site Admin


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

PostPosted: Sat Oct 24, 2009 2:43 pm Reply with quote Back to top

...oh, and by the way, now all we need to do is re-write it using jQuery and plug-ins and fully integrate it and nukeNAV(tm) into one very powerful nukeNAV+(tm)! Wink
View user's profile Send private message Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1535
Location: North Carolina

PostPosted: Sat Oct 24, 2009 2:45 pm Reply with quote Back to top

I was kinda thinking about it as a fill in until nukeNAV shows it how dynamic menus should be done.... Very Happy

edit: I have also done some more updating on it. I replaced the split with preg_split and finished replacing the ereg and eregi in the admin side as well. I just reuploaded the modified files today under the same download. It really will not make a difference until php 6 but might as well plan ahead.
View user's profile Send private message Send e-mail Visit poster's website
montego
Site Admin


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

PostPosted: Sat Oct 24, 2009 3:01 pm Reply with quote Back to top

nuken wrote:
It really will not make a difference until php 6 but might as well plan ahead.


Completely agree, but I like your line of thinking...
View user's profile Send private message Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1535
Location: North Carolina

PostPosted: Sat Oct 24, 2009 3:32 pm Reply with quote Back to top

It does load a little faster, but not enough to really make a big difference.
View user's profile Send private message Send e-mail Visit poster's website
montego
Site Admin


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

PostPosted: Sat Oct 24, 2009 8:52 pm Reply with quote Back to top

Nuken, now I remember why I stopped at XHTML compliance (I had actually completed it come to find out)... There are hundreds of PHP notices in Sommaire that I completely forgot about!!! Sure would be good to clean those up too, but that could take months.

I am now using what you provided on a few site (still hasn't been released) and here my observations from the download:

* I would remove the Thumbs.db files within each of the image directories
* Given that most folks will be installing this on *nix, I would provide .txt files of the language files so that manual incorporation is made easier (as we would hardly want folks to have to change file permissions if they don't want to).
* Just given how much is on the page at one time, you might want to remove the Graphic_Admin() call and replace it with one simple "Site Administration" link back to admin.php.

All in all, it works as it has, so far, in the past.
View user's profile Send private message Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1535
Location: North Carolina

PostPosted: Sun Oct 25, 2009 6:06 am Reply with quote Back to top

The Graphic_Admin can be removed by unchecking the Extended Administrator view in the administration. I may have it unchecked by default and add the Site Administration link on the short view. Very true on the lang text file and the thumbs.db.
View user's profile Send private message Send e-mail Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1535
Location: North Carolina

PostPosted: Sun Oct 25, 2009 6:25 am Reply with quote Back to top

Or maybe even better is include a Sommaire lang folder and just have it upload along with the rest of the install and use the nukeNAV style of admin links....
View user's profile Send private message Send e-mail Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1535
Location: North Carolina

PostPosted: Sun Oct 25, 2009 12:11 pm Reply with quote Back to top

So far for the next release, I have redone the installer to include an uninstaller and only install database files. Language files have been moved to their own folders and included in the upload files so upgrading RavenNuke(tm) will not overwrite them. Double quotes replaced with single. More to come....
View user's profile Send private message Send e-mail Visit poster's website
NeapolitanWorld
Involved
Involved


Joined: Nov 06, 2005
Posts: 318
Location: Los Angeles, USA

PostPosted: Sun Oct 25, 2009 9:25 pm Reply with quote Back to top

wow, as a user I downloaded from your site and it's really working great for me. I'll make sure to give a small donation soon in a couple of days! thank you for the great work that you do on your site!

jc
View user's profile Send private message Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1535
Location: North Carolina

PostPosted: Mon Oct 26, 2009 12:52 pm Reply with quote Back to top

Well thank you NeapolitanWorld... It is always nice to hear compliments...
View user's profile Send private message Send e-mail Visit poster's website
unicornio
Involved
Involved


Joined: Aug 13, 2009
Posts: 432

PostPosted: Mon Oct 26, 2009 4:29 pm Reply with quote Back to top

I said already. Nuken is very serious with phpnuke. I like the way he handles the organization of the codes. Very clean and fast.
View user's profile Send private message
montego
Site Admin


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

PostPosted: Mon Oct 26, 2009 9:26 pm Reply with quote Back to top

nuken wrote:
Double quotes replaced with single. More to come....


You are going to town!!!

Dance-Y
View user's profile Send private message Visit poster's website
NeapolitanWorld
Involved
Involved


Joined: Nov 06, 2005
Posts: 318
Location: Los Angeles, USA

PostPosted: Tue Oct 27, 2009 12:37 pm Reply with quote Back to top

Thanks I see there is a 2nd release Very Happy
Just gave a small contribution. I wish it could be more and do hope more in the RN community give you support Very Happy

jc
View user's profile Send private message Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1535
Location: North Carolina

PostPosted: Tue Oct 27, 2009 1:20 pm Reply with quote Back to top

Thank you again Neapolitan.... This second release is really just to make it where if RavenNuke(tm) is upgraded, it will have no affect on Sommaire and also to simplify the install process. The way it was originally done, upgrading the site would write over the changes in the language file, now they are in separate folders.
View user's profile Send private message Send e-mail Visit poster's website
montego
Site Admin


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

PostPosted: Sat Oct 31, 2009 8:36 am Reply with quote Back to top

nuken,

Since I was carrying the original 2.1.1 and 3.0b versions of Sommaire on my site, I just now added a new download for Sommaire Paramétrable for RavenNuke(tm) and it just takes them to your site's download block category page where they can always get your latest rendition!
View user's profile Send private message Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1535
Location: North Carolina

PostPosted: Sat Oct 31, 2009 8:55 am Reply with quote Back to top

Cool. So far everything seems to be good in the latest. A lot of notices fixed and a much simpler install. Plus upgrading RavenNuke(tm) does not affect the install now.
View user's profile Send private message Send e-mail Visit poster's website
unicornio
Involved
Involved


Joined: Aug 13, 2009
Posts: 432

PostPosted: Sat Oct 31, 2009 1:08 pm Reply with quote Back to top

nuken. Thanks for taking care of this amazing addon. U made an incredible update. I love the way you take care of the files. NO white spaces at the end of the lines and very clean coding. Congratulation. You are very serious with phpnuke.
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-2011 by Raven

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 Modified by the RavenNuke™ Team ::

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

zerosum