 |
 |
 |
 |
#255755 - 08/07/03 10:01 AM
Re: Unregistered users only see first post and X amount of letters/chrs
[Re: eslmix]
|
Member
Registered: 05/23/03
Posts: 159
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#255760 - 08/07/03 10:53 AM
Re: Unregistered users only see first post and X amount of letters/chrs
[Re: eslmix]
|
Member
Registered: 05/23/03
Posts: 159
|
You could even take things a step further and add the following to your "Config Settings" box at the bottom of the administrator's page...<br /> $config['articleboards'] = 'ubb15,ubb16,ubb17,ubb18,ubb19,ubb10,feat1,'; <br /><br />and then include "$Board == stristr(",{$config['articleboards']},", ",$Board,") instead of listing each board in the file - rather than having the edit the file each time you add new boards, just add the boards to your admin config options page<br /><br />(my usage of "stristr" should be correct - if not, I think that "SUBST($config['articleboards'])" might also do the trick - i might be getting EXCEL and PHP commands mixed???)
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|