Author |
Message |
jackel
Worker


Joined: Jan 15, 2009
Posts: 145
Location: Iowa, USA
|
Posted:
Wed Feb 18, 2009 11:05 am |
|
Is anyone aware of a staff online block that works with Ravens current user info block
Thanks in advance
Chris |
|
|
|
 |
horrorcode
Involved


Joined: Jan 17, 2009
Posts: 272
Location: Missouri
|
Posted:
Wed Feb 18, 2009 11:45 am |
|
When you say works with, do you mean you want to add to the existing user info block? |
|
|
|
 |
jackel

|
Posted:
Wed Feb 18, 2009 11:49 am |
|
horrorcode wrote: | When you say works with, do you mean you want to add to the existing user info block? |
Sorry Yes I want it to work with th current version
once thanks again
Chris |
|
|
|
 |
horrorcode

|
Posted:
Wed Feb 18, 2009 12:04 pm |
|
|
|
 |
horrorcode

|
Posted:
Wed Feb 18, 2009 12:20 pm |
|
That block should be fine with Rn, however, you should download the block and open blocks/block-Staff_Online.php and replace:
Code:if (eregi("block-Staff_Online.php", $PHP_SELF)) { die("You can't access this file directly...");}
|
With:
Code:if ( !defined('BLOCK_FILE') ) {
Header('Location: ../index.php');
die();
}
|
As for integrating the two, Ill post back later with the results. |
|
|
|
 |
jackel

|
Posted:
Wed Feb 18, 2009 12:24 pm |
|
horrorcode,
Thanks for all the help. I look forward to your post later. |
|
|
|
 |
jackel

|
Posted:
Wed Feb 18, 2009 4:43 pm |
|
is there a way to assign diffrent images. I work for a church and im building a website for them I was wanting to assign like a pastor image and a worship pastor image and so on is this possible
Thanks once again |
|
|
|
 |
jackel

|
Posted:
Sun Feb 22, 2009 8:51 am |
|
Does any one have any ideas for this?
Thanks in Advance
Chris |
|
|
|
 |
jackel

|
Posted:
Sun Feb 22, 2009 8:52 am |
|
Or even to just work the staff online block into Ravens user info block? |
|
|
|
 |
horrorcode

|
Posted:
Sun Feb 22, 2009 4:08 pm |
|
Actually there used to be one already created by the same person as this staff online block, but for some reason they removed it from the site.
The older user info block used to show staff. Thats where Im stuck.
If someone could point us in the direction of one that works with RN that would be great, as Ive tried the one from cz and a few others and none of them display the "staff" images anymore.
I thought it might have to do with the $prefix value but this block uses both prefix and user_prefix. A hint would be nice. |
|
|
|
 |
jackel

|
Posted:
Sun Feb 22, 2009 4:21 pm |
|
Yea just a working version of the staff online would be great
Thanks in advance |
|
|
|
 |
horrorcode

|
Posted:
Sun Feb 22, 2009 6:00 pm |
|
Well I found one working version, I didnt have any luck converting the old one. To get the new one you need to go to clan-themes.co.uk |
|
|
|
 |
jackel

|
Posted:
Sun Feb 22, 2009 6:21 pm |
|
I looked on clanthemes and can not find the block |
|
|
|
 |
horrorcode

|
Posted:
Sun Feb 22, 2009 6:23 pm |
|
You have to register first then go to their downloads section. |
|
|
|
 |
jackel

|
Posted:
Sun Feb 22, 2009 6:28 pm |
|
Im there im looking
still don't see it link? |
|
|
|
 |
jackel

|
Posted:
Sun Feb 22, 2009 6:29 pm |
|
horrorcode,
Can you put a link?
Thanks |
|
|
|
 |
horrorcode

|
Posted:
Sun Feb 22, 2009 6:37 pm |
|
|
|
 |
jackel

|
Posted:
Mon Feb 23, 2009 1:26 am |
|
Thanks I see it know i was lookin in the wrong area
Thanks Again |
|
|
|
 |
|