Author |
Message |
thejackal
Regular


Joined: Jul 26, 2006
Posts: 52
|
Posted:
Sun Dec 24, 2006 11:21 am |
|
This module manager will allow you to configure your blocks by module.
If you only want certian blocks to be viewed by module this program will do it.
It now gives you full control over your block manipulation, when they are viewed, in what order and left, right, top or bottom by module.
V1.2 is an extension of V1.0 and V1.1, neither worked.
Use at your own risk!
I have it working on 3 different sites with no issues.
Supports english and french languages.
Here is a link with screenshots. I modified this code to work with rn.
The original authors site is no longer valid.
The author of version 1.1 no longer uses phpNuke, but added all of the neat features.
Screenshots:
Only registered users can see links on this board! Get registered or login!
Version 1.2 works with rn 2.02(as this is the only version I use and have)
I have no idea if it will work with any other version, but all 3 versions are included in this zip file for you to try.
Version 1.2
Only registered users can see links on this board! Get registered or login! |
Last edited by thejackal on Mon Dec 25, 2006 12:30 am; edited 1 time in total |
|
|
 |
kguske
Site Admin

Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Sun Dec 24, 2006 10:27 pm |
|
Interesting. How about a screen shot? |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
 |
Doulos
Life Cycles Becoming CPU Cycles

Joined: Jun 06, 2005
Posts: 732
|
Posted:
Tue Dec 26, 2006 1:21 pm |
|
This is a very useful module. I first saw in BonusNuke and was hoping someone would modify it to work with RN. |
|
|
|
 |
thejackal

|
Posted:
Tue Dec 26, 2006 1:32 pm |
|
I am actually using this as a freme work so you can use seperate themes based on:
a. modules
b. operations
c. functions
This way if you have a module with seperate function, say edit, save, etc you can manipulate the theme for it as well.
A good example would be to have a News them for the Nws modules or have your base them modified to represent the paricular module you have selected.
I have the theme switch working just need to get it in an admin modules so it can be slecetd and modified.
Also WB_Block_Manager does not have the NS security changes applied. I am working on that s well. |
|
|
|
 |
daltoniko
Regular


Joined: Dec 19, 2004
Posts: 61
|
Posted:
Tue Dec 26, 2006 1:45 pm |
|
lang-italian.txt
Code:// **************** FILE BLOCKS_MANAGER.PHP v1.1 **********************
define("_BLOCKS_MANAGER","Blocks Manager");
define("_BLOCKMGR","amministrazione posizione blocchi per modulo");
define("_BLOCKMGR_MODULEDROP","Lista blocchi del modulo: ");
define("_BLOCKMGR_ADDNEWBLOCK","Aggiungi/Rimuovi il/i bloccho/i selezionati dal modulo/i selezionato");
define("_BLOCKMGR_ACTIVE_BLOCKS","Blocchi inattivi");
define("_BLOCKMGR_INACTIVE_BLOCKS","Blocchi attivi");
define("_BLOCKMGR_ADD_BLOCK","Aggiungi");
define("_BLOCKMGR_REMOVE_BLOCK","Rimuovi");
define("_BLOCKMGR_TITLE","Titolo");
define("_BLOCKMGR_POSITION","Posizione");
define("_BLOCKMGR_WEIGHT","Dimensione");
define("_BLOCKMGR_STATUS","Stato");
define("_BLOCKMGR_VIEW","Visibile per");
define("_BLOCKMGR_LANGUAGE","Lingua");
define("_BLOCKMGR_LEFT","Sinistra");
define("_BLOCKMGR_CENTERUP","Centra su");
define("_BLOCKMGR_CENTERDOWN","Centra giù");
define("_BLOCKMGR_RIGHT","Destra");
define("_BLOCKMGR_BLOCKUP","vai su");
define("_BLOCKMGR_BLOCKDOWN","vai giù");
define("_BLOCKMGR_DEACTIVATE","Disattiva");
define("_BLOCKMGR_ACTIVATE","Attiva");
define("_BLOCKMGR_MODULES","Moduli");
define("_BLOCKMGR_INACTIVE","Inattivo");
define("_BLOCKMGR_ACTIVE","Attivo");
|
nice module!
 |
|
|
|
 |
thejackal

|
Posted:
Tue Dec 26, 2006 1:49 pm |
|
I have identified 1 bug with this.
The center blocks are the working properly in all of the modules except the home page. The home page center blocks work fine, it only happens if assigned center block for modules.
Once I fix I will post. |
|
|
|
 |
thejackal

|
Posted:
Tue Dec 26, 2006 1:50 pm |
|
daltoniko wrote: | lang-italian.txt
Code:// **************** FILE BLOCKS_MANAGER.PHP v1.1 **********************
define("_BLOCKS_MANAGER","Blocks Manager");
define("_BLOCKMGR","amministrazione posizione blocchi per modulo");
define("_BLOCKMGR_MODULEDROP","Lista blocchi del modulo: ");
define("_BLOCKMGR_ADDNEWBLOCK","Aggiungi/Rimuovi il/i bloccho/i selezionati dal modulo/i selezionato");
define("_BLOCKMGR_ACTIVE_BLOCKS","Blocchi inattivi");
define("_BLOCKMGR_INACTIVE_BLOCKS","Blocchi attivi");
define("_BLOCKMGR_ADD_BLOCK","Aggiungi");
define("_BLOCKMGR_REMOVE_BLOCK","Rimuovi");
define("_BLOCKMGR_TITLE","Titolo");
define("_BLOCKMGR_POSITION","Posizione");
define("_BLOCKMGR_WEIGHT","Dimensione");
define("_BLOCKMGR_STATUS","Stato");
define("_BLOCKMGR_VIEW","Visibile per");
define("_BLOCKMGR_LANGUAGE","Lingua");
define("_BLOCKMGR_LEFT","Sinistra");
define("_BLOCKMGR_CENTERUP","Centra su");
define("_BLOCKMGR_CENTERDOWN","Centra giù");
define("_BLOCKMGR_RIGHT","Destra");
define("_BLOCKMGR_BLOCKUP","vai su");
define("_BLOCKMGR_BLOCKDOWN","vai giù");
define("_BLOCKMGR_DEACTIVATE","Disattiva");
define("_BLOCKMGR_ACTIVATE","Attiva");
define("_BLOCKMGR_MODULES","Moduli");
define("_BLOCKMGR_INACTIVE","Inattivo");
define("_BLOCKMGR_ACTIVE","Attivo");
|
nice module!
|
Thanks, I will ad it to the code |
|
|
|
 |
thejackal

|
Posted:
Tue Dec 26, 2006 2:01 pm |
|
I do this with the blcok manager to give you an idea of how it works.
Per module:
The left blocks are for system spscific blocks, login, news, etc.
The right blocks only show module specific blocks.
Center blocks, banners, chats, etc...
I keep the site uniform in this way and keeps pages from becoming overwhelmed.. and on focus. |
|
|
|
 |
wHiTeHaT
Life Cycles Becoming CPU Cycles

Joined: Jul 18, 2004
Posts: 579
|
Posted:
Sun Jul 19, 2009 4:10 am |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Mon Jul 20, 2009 12:05 am |
|
I was only able to locate v1.1 |
|
|
|
 |
|