News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Staff Page Mod

Started by SMFHacks.com Team, May 18, 2006, 06:53:57 PM

Previous topic - Next topic

Bigguy

#100
I`m using SMF Staff Page 1.1 In package manager there doesn`t seem to be an uninstall for it.

EDIT: I guess I have both of them installed I see version 1.2 as well.

Dazzler

hi there.. i get an error.. not when veiwing staff page... but when i am working in my admin side of my forum.. am i the only one with this prob?

SMF 1.1.3 + TP .983 + Copperminie

PrizeLive.com

Quote from: dodgydazzler on July 10, 2006, 06:24:57 PM
hi there.. i get an error.. not when veiwing staff page... but when i am working in my admin side of my forum.. am i the only one with this prob?

What's there to work on in the admin side for the staff page?
Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

vbgamer45

Quote from: dodgydazzler on July 10, 2006, 06:24:57 PM
hi there.. i get an error.. not when veiwing staff page... but when i am working in my admin side of my forum.. am i the only one with this prob?
What's the error?
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Dazzler

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/*****/public_html/forum/Sources/ModSettings.php on line 292

when i click on "fetures and options" in my forums admin

SMF 1.1.3 + TP .983 + Copperminie

vbgamer45

What SMF Version are you running and can you post the code for like 5 lines above and below line 292
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Dazzler

its 1.1 RC2... give me a few mins and i will dig up the code

SMF 1.1.3 + TP .983 + Copperminie

Dazzler

'',
// Pagination stuff.
array('int', 'defaultMaxMembers'),
'',
// This is like debugging sorta.
array('check', 'timeLoadPageEnable'),
array('check', 'disableHostnameLookup'),
'',(this line is 292 daz)
// Who's online.
array('check', 'who_enabled'),
//SMF Staff Mod
array('text', 'staff_filter')
'',
            // The Streaming Mod Options.
            array('check', 'enableEmbeddedStream'),
array('check', 'enableEmbeddedReal'),
array('check', 'enableEmbeddedQuick'),

SMF 1.1.3 + TP .983 + Copperminie

vbgamer45

add a comma after array('text', 'staff_filter') to make it array('text', 'staff_filter'),

Strange i didn't hear anything about this before. I am going to check out the download files.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

PrizeLive.com

Why is mine different?:


// Pagination stuff.
array('int', 'defaultMaxMembers'),
'',
// This is like debugging sorta.
array('check', 'timeLoadPageEnable'),
array('check', 'disableHostnameLookup'),
'',
// Who's online.
array('check', 'who_enabled'),
//SMF Staff Mod
array('text', 'staff_filter')
);


Do I have an old version or something?
Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

Dazzler

That worked first time thanks

Daz

now all i have got to do is find the settings for it.. its displaying everygroup

SMF 1.1.3 + TP .983 + Copperminie

vbgamer45

Edit features and options. Under layout options. Need to type the exact group name's to filter
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Dazzler

all done works a treat.. thank you for your help.. i ment to say something ages ago i had the same prob.. i just left it hoping the mod would evolve and fix my prob...

Thanks again

Daz

SMF 1.1.3 + TP .983 + Copperminie

smurfyforum

Will this MOD ever work with any other theme besides the default??

"Smurfs, Smurfs, and More Smurfs!"

vbgamer45

Quote from: pvcblue on July 11, 2006, 03:08:30 AM
Will this MOD ever work with any other theme besides the default??
All mods can't really install on non default themes. But it is easy to make this one work. All you need to do is make a new button on the theme you are using. You can access it via http://www.yoursite.com/index.php?action=staff
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

smurfyforum

Quote from: vbgamer45 on July 11, 2006, 06:35:13 AM
Quote from: pvcblue on July 11, 2006, 03:08:30 AM
Will this MOD ever work with any other theme besides the default??
All mods can't really install on non default themes. But it is easy to make this one work. All you need to do is make a new button on the theme you are using. You can access it via http://www.yoursite.com/index.php?action=staff

Ok I have done this - but why does the page NOT list the Admin??

"Smurfs, Smurfs, and More Smurfs!"

vbgamer45

The mod by default lists all non post based groups.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

tarkhorani

good but i get this error when I go to admin -> fetures and options:

Parse error: syntax error, unexpected T_ARRAY, expecting ')' in /home/epaytalk/public_html/Sources/ModSettings.php on line 299
Get a Free SMForum on http://www.myboards.com (Ver 1.1.1)



vbgamer45

Quote from: tarkhorani on July 13, 2006, 09:43:14 AM
good but i get this error when I go to admin -> fetures and options:

Parse error: syntax error, unexpected T_ARRAY, expecting ')' in /home/epaytalk/public_html/Sources/ModSettings.php on line 299
Fixed redownload the mod.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

tarkhorani

Get a Free SMForum on http://www.myboards.com (Ver 1.1.1)



Advertisement: