Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Blocks
Author Message
Bluezzz
Involved
Involved



Joined: Feb 08, 2005
Posts: 290
Location: USA

PostPosted: Sun Sep 17, 2006 2:25 pm Reply with quote

I've seen several sites where the Site Nav block is broken up into parts or sections. Now, I am currently using Raven's Site Nave block with the ONE drop down menu, a nice small block. But my site will have more than one *section* and it would be nice to separate out the contents within that block into sections and have each section it's own drop down menu. Right now I have one drop down menu listing all site navigation links, I'd like to break that one drop down into at least three, maybe more with subtitles for each drop down (like Modules, My Stuff, Other's Stuff ... not necessarily called that LOL). Can that be done? NSN site has one but I can't find how to get it and even if I could I'm not sure it'll work with my RavenNuke76.

Also, I'd like the links not IN the site to open in a new window (target="_blank") ... can that be done?

_________________
Bluezzz
~ Stop & smell the roses, while you can! ~ 
View user's profile Send private message
Guardian2003
Site Admin



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

PostPosted: Sun Sep 17, 2006 5:05 pm Reply with quote

Do a google search for 'Sommaire phpnuke menu block' I am sure that will bring it up and it will do everything you need. Smile
 
View user's profile Send private message Send e-mail
floppydrivez
Involved
Involved



Joined: Feb 26, 2006
Posts: 340
Location: Jackson, Mississippi

PostPosted: Sun Sep 17, 2006 5:08 pm Reply with quote

Two options I know of,

Sommaire (allows for categories, also is free will have to google for a download)

CZModules (allows categories also, but is not free [ Only registered users can see links on this board! Get registered or login! ]

Again these might not be as small as raven's nav menu, but it will allow you to break apart the nav into categories.

_________________
Phpnuke Downloads, Clan Themes, Mack Hankins 
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Bluezzz







PostPosted: Sun Sep 17, 2006 6:06 pm Reply with quote

Thank you both, I'll do that ... hugzzz : o}
 
montego
Site Admin



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

PostPosted: Tue Sep 19, 2006 5:54 am Reply with quote

Bluezzz, if you need Sommaire, you may get it from my site (see my sig). Just understand that the author has abandoned all support of it and his site... Sad

But, regardless, I use the version that I have in my downloads on every site that I own and manage. I have had no major issues with it at all.

_________________
Where Do YOU Stand?
HTML Newsletter::ShortLinks::Mailer::Downloads and more... 
View user's profile Send private message Visit poster's website
Bluezzz







PostPosted: Thu Sep 21, 2006 9:07 pm Reply with quote

Thanks montego, I have joined. I've also d/l both versions of Sommaire, not sure which one to use yet tho. What issues have you had with it that I should be aware of? LOL I'm using RN76 2.02.02!
 
montego







PostPosted: Fri Sep 22, 2006 6:08 am Reply with quote

I would stick with 2.1.1. The 3.0 Beta works as far as my testing goes, but there are a few bugs that if you want that functionality, you may be out-of-luck. But, you won't know until you try it.

I have only used 2.1.1 in a production web site environment. Works just grand.
 
Bluezzz







PostPosted: Fri Sep 22, 2006 11:18 am Reply with quote

I don't see where or how to install the language packs ... what folder do those go into ... languages ... the whole folder for each language into languages? I assume I need at least the English language? Also, do I install the .sql table somewhere?
 
Bluezzz







PostPosted: Fri Sep 22, 2006 12:17 pm Reply with quote

Well great, now my site is blank ... no index.php : o/

I got the following error when trying to install

Bienvenue dans le script d'installation de Sommaire Paramétrable v2.1.1 !
Welcome in Customize Menu v2.1.1 installation script !


Sommaire Paramétrable v2.1 detected !!
The database will not be modified.


You can modify language files if you want.


Warning: copy(admin/language/lang-english.php.sommairebackup20060922) [function.copy]: failed to open stream: Permission denied in /home/domain/public_html/nuke/install-sommairev21.php on line 400
ERROR #2 : The installation script did not achieve to make a backup copy of the file admin/language/lang-english.php .
This is probably caused by unsufficient write permissions (CHMOD).

You can modify file permission in directories /language/*.* and /admin/language/*.* : CHMOD 666 or 777, and launch again this install script.
Another solution is to modify manually this file. See the zip archive of Sommaire Paramétrable : /manual-install/readme.txt

I then tried to install each language file manually (after backing up originals on site) but something went drastically wrong. I've tried restoring the backups to no avail ... my site is blank : o/
 
Bluezzz







PostPosted: Fri Sep 22, 2006 1:07 pm Reply with quote

I got it fixed, I think ... had to use the install script AFTER manually adding the languages. I'm messing with it now. Thanks all!
 
Bluezzz







PostPosted: Fri Sep 22, 2006 3:11 pm Reply with quote

OK minor annoyance/problem : o/

I had initialled clicked NEW box for WebLinks and Journals (and others) ... I can't seem to get the NEW icon off now ... any suggestions?

When I click to the far right in the Sommaire Admin menu, like for Journal, where it has a plus sign, I get the following error (so I dare not click any others until I find out what the error means and how to fix it) ...

In Sommaire Admin Menu when clicking on Journal + sign
to the right of the Bold / NEW icon

Fatal error: Cannot redeclare opentable() (previously declared in /home/site/public_html/nuke/themes/fisubice/tables.php:15) in /home/site/public_html/nuke/themes/fisubice/tables.php on line 14

Any help would be appreciated on these two annoyances! Thanks ...


Last edited by Bluezzz on Sat Sep 23, 2006 1:42 am; edited 1 time in total 
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Fri Sep 22, 2006 6:53 pm Reply with quote

Hmm something must be including theme.php more than once

In theme.php, try changing the tables include to
Code:


include_once("tables.php");

_________________
- Star Wars Rebellion Network -

Need help? Nuke Patched Core, Coding Services, Webmaster Services 
View user's profile Send private message Visit poster's website
Bluezzz







PostPosted: Fri Sep 22, 2006 6:58 pm Reply with quote

I've got several themes, do you mean I have to change each one?

fisubice theme has this ...
include("themes/fisubice/tables.php");

is that what it should be or am I changing/adding/deleting???
 
evaders99







PostPosted: Fri Sep 22, 2006 10:43 pm Reply with quote

Yes change that...

include TO include_once

See if that fixes the problem
 
Bluezzz







PostPosted: Sat Sep 23, 2006 1:46 am Reply with quote

No error now but the popup page is blank LOL, I have no idea what that + is suppose to do : o/ And, am I suppose to change every theme that I have to include_once?

Anyone using Sommaire 2.1.x know what the the + icon to the far right of your module links is? LOL
 
Bluezzz







PostPosted: Sat Sep 23, 2006 1:50 am Reply with quote

Oooops, I had error reporting off ... turned it back on and tried the + again and got this error

Fatal error: Cannot redeclare themeheader() (previously declared in /home/site/public_html/nuke/themes/fisubice/theme.php:57) in /home/site/public_html/nuke/themes/fisubice/theme.php on line 56

Same error but now different line numbers (I didn't alter anything that would change line numbers LOL)
 
evaders99







PostPosted: Sat Sep 23, 2006 2:09 pm Reply with quote

Well something must be calling theme.php more than once... not sure if it is something in Sommaire or what
 
montego







PostPosted: Sat Sep 23, 2006 3:11 pm Reply with quote

Sorry Bluezz... been busy. This is one of the little "bugs" that I also ran into. You don't need to worry about the little right-hand + sign. I never use it. I believe it was intended to pop-up another configuration screen where you can change the colors for that menu item... I think.

Everything else should work just fine.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Blocks

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 ©