Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
thejackal
Regular
Regular



Joined: Jul 26, 2006
Posts: 52

PostPosted: Sun Dec 24, 2006 11:21 am Reply with quote

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:
http://www.techknowpro.com/phpNuke/blocksmanager.php

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
http://www.plymale.us/downloads/WB_BlocksManager_v1.2.tar.gz


Last edited by thejackal on Mon Dec 25, 2006 12:30 am; edited 1 time in total 
View user's profile Send private message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6432

PostPosted: Sun Dec 24, 2006 10:27 pm Reply with quote

Interesting. How about a screen shot?

_________________
I search, therefore I exist...
nukeSEO - nukeFEED - nukePIE - nukeSPAM - nukeWYSIWYG
 
View user's profile Send private message
Doulos
Life Cycles Becoming CPU Cycles



Joined: Jun 06, 2005
Posts: 732

PostPosted: Tue Dec 26, 2006 1:21 pm Reply with quote

This is a very useful module. I first saw in BonusNuke and was hoping someone would modify it to work with RN.
 
View user's profile Send private message
thejackal







PostPosted: Tue Dec 26, 2006 1:32 pm Reply with quote

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
Regular



Joined: Dec 19, 2004
Posts: 61

PostPosted: Tue Dec 26, 2006 1:45 pm Reply with quote

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!
Wink
 
View user's profile Send private message Visit poster's website
thejackal







PostPosted: Tue Dec 26, 2006 1:49 pm Reply with quote

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







PostPosted: Tue Dec 26, 2006 1:50 pm Reply with quote

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!
Wink


Thanks, I will ad it to the code
 
thejackal







PostPosted: Tue Dec 26, 2006 2:01 pm Reply with quote

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

PostPosted: Sun Jul 19, 2009 4:10 am Reply with quote

Does anyone have the version 1.2

Version 1.2 [ Only registered users can see links on this board! Get registered or login! ] (site is no longer availeble)
 
View user's profile Send private message Send e-mail
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Mon Jul 20, 2009 12:05 am Reply with quote

I was only able to locate v1.1
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

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 ©