Notings of Attention™
Acmlmboard 2 Released
Github/GIT | @acmlmboard
Chatting Places
Discord

Affiliates
Super Mario Bros. X | Kuribo64
Views: 8,952,605
Main | FAQ | IRC chat | Memberlist | Active users | Latest posts | Stats | Ranks | Online users | Search
03-28-24 09:43 PM
Guest: Register | Login

0 users currently in AcmlmBoard Developer Zone | 1 bot

Main - AcmlmBoard Developer Zone - Acmlmboard, where's it going?
Next newer thread | Next older thread

Pages: 1 2 3

Arisotura
Posted on 11-28-14 05:26 PM, in (rev. 2 of 11-28-14 05:27 PM by Arisotura) Link | ID: 79234
Developer
pancakes
Level: 83


Posts: 640/1868
EXP: 5395545
Next: 36676

Since: 01-05-12
From: France

Last post: 655 days
Last view: 194 days
Kinda pointless imo to have a panel for modifying the board version/credits. Same goes for the views and other stats.

Other than that, things like board lockdown are handy to have.

(also would be nicer if the date fields were actual date fields and not UNIX timestamps, but I'm nitpicking)


Also, nice style. I thought that was the actual Jul panel for once.

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Squiddy
Posted on 11-28-14 05:34 PM, in (rev. 2 of 11-28-14 05:36 PM by Squiddy) Link | ID: 79240
Banned
Unspecificed Cooling Off Period. Be Safe
Bisexual Empress of the Stolen Title?
Level: 142


Posts: 5111/6751
EXP: 34674873
Next: 293556

Since: 07-17-13

Last post: 3179 days
Last view: 3087 days
Currently, much of these settings are in config.php. What could be done is have acmlmsitratortools.php be settings such as lockdown and regdisable, which obviously only Acmlmistrators should have access to. The other settings like board name, default font, etc. could go into edit settings.php, like on ABXD and Blargboard. Also, editattn.php and edit home.php could be merged with edit settings.php.

My test board's version is Acmlmboard v2.5.2 +Squiddy-2.7.0 EARLY Development and it has a homepage, home.php. I made edithome.php for editing the homepage blurb; it's based off of editattn.php. I still need to revise acmlmistratortools.php, heh.

Edit: And yeah, Arisotura is right that editing the board views and board credits through the board is kinda pointless. The board credits can be edited in common.php and I don't think you would want to edit the board views, ever. It's just one of those things that probably shouldn't be touched as it updates on its own anyway from views on the board.

____________________
Sunshine Realm
Welcome to Aqmlm's, the only board with Al-Aq'mlmistrators!

Kak
Posted on 11-28-14 05:34 PM, in (rev. 2 of 11-28-14 05:36 PM by Kak) Link | ID: 79242
Global Moderator

Bullet Bill
well then
Level: 129


Posts: 4133/5515
EXP: 24950194
Next: 99460

Since: 01-29-14
From: ???

Last post: 808 days
Last view: 755 days
Post #4133
Posted by StapleButter
Kinda pointless imo to have a panel for modifying the board version/credits. Same goes for the views and other stats.

Other than that, things like board lockdown are handy to have.

(also would be nicer if the date fields were actual date fields and not UNIX timestamps, but I'm nitpicking)
The reason for most of the things is that, well...

this

That's the unmodified panel from the Jul source. It doesn't work though, since there aren't any actions programmed when you click "Save Settings".

Since I based the thing off that... you get the idea. :|

The whole purpose of the test board is "Port everything you can and somehow make it work" anyway. :P

-----

Arisotura
Posted on 11-28-14 05:41 PM, in Link | ID: 79252
Developer
pancakes
Level: 83


Posts: 641/1868
EXP: 5395545
Next: 36676

Since: 01-05-12
From: France

Last post: 655 days
Last view: 194 days
Haha :)

HOT threshold is a nice idea though. Another thing that could (should) make it into such a panel is the trash forum ID.


Heh, that Jul codebase. I wonder how different it is from the one used by the actual board. Aside from of course the lack of lib/firewall.php.

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Kak
Posted on 11-28-14 05:49 PM, in (rev. 2 of 11-28-14 05:58 PM by Kak) Link | ID: 79259
Global Moderator

Bullet Bill
well then
Level: 129


Posts: 4136/5515
EXP: 24950194
Next: 99460

Since: 01-29-14
From: ???

Last post: 808 days
Last view: 755 days
Post #4136
Posted by StapleButter
HOT threshold is a nice idea though. Another thing that could (should) make it into such a panel is the trash forum ID.


I dunno. I have set the threshold settings on the config.php thing. I even had placed a nice TO-DO (see picture) that never happened. :|

picture

EDIT: I checked now how I did the check, and it turns out it's a somewhat broken port of the Jul code that I never bothered to properly "fix". :|

-----

Squiddy
Posted on 12-07-14 02:38 AM, in Link | ID: 79792
Banned
Unspecificed Cooling Off Period. Be Safe
Bisexual Empress of the Stolen Title?
Level: 142


Posts: 5194/6751
EXP: 34674873
Next: 293556

Since: 07-17-13

Last post: 3179 days
Last view: 3087 days
So, Emuz and I were discussion some leftover legacy powerlevel permissions on Friday night. I replaced/removed the ones that have been currently found.

In moodavatars.php, change

Line 27. while($n=$sql->fetch($b)) echo isadmin() ? "<a href="usermood.php?a=e&i=$n[id]&uid=$n[user]‚ÙmŠh" src="gfx/userpic.php?id=$n[user]_$n[id]" title='$n[label]'></a>" : "<img src="gfx/userpic.php?id=$n[user]_$n[id]" title='$n[label]'>";

to

Line 27. while($n=$sql->fetch($b)) echo "<a href="\"usermood.php?a=e&i=$n[id]&uid=$n[user]\"</a><img" src="gfx/userpic.php?id=$n[user]_$n[id]" title='$n[label]'></a>";


In shop.php, change

Line 4. if ($_POST[action]=="save"&&isadmin()) {
Line 48. }elseif($loguser[power]==-1){
Line 51. ". " Banned users may not use the Item Shop!<br>
Line 52. ". " <a href="./>Back" to main</a> or <a href="login.php>login</a>Line 55. }elseif
(($_GET[action]=='edit'||$_GET[action]=='save'||$_GET[action]=='delete')&&!isadmin()) { //Added (Sukasa)
Line 58. ". " Your powerlevel is not high enough to manage items<br>
Line 191. if (isadmin()) //Added (Sukasa)
Line 229. if (isadmin())
Line 267. if (isadmin())

to

Line 4. if ($_POST[action]=="save"&&has_perm('manage-shop-items')) {
Line 48. }elseif(!has_perm('use-item-shop')){
Line 51. ". " You have no permissions to do this!<br>
Line 52. ". " <a href="./>Back" to main</a>
Line 55. elseif (($_GET[action]=='edit'||$_GET[action]=='save'||$_GET[action]=='delete')&&!has_perm('manage-shop-items')) { //Added (Sukasa)
Line 58. ". " You have no permissions to do this!<br>
Line 191. if (has_perm('manage-shop-items')) //Added (Sukasa)
Line 229. if (has_perm('manage-shop-items'))
Line 267. if (has_perm('manage-shop-items'))


In lib/nlayout.php, change

Line 412. if (isadmin())

to

Line 412. if (has_perm('view-hidden-users'))


In MySQL, you're going to want to create the manage-shop-items perm and assign it to the Administrator group.
Also, I based management.php's style off of @"Tierage"'s admin.php in Blargboard Plus.

Basically, in management.php, change

". " <br>
". " $mlinkstext<br>
". " <br>
". "

to

". /*" <br>
". " $mlinkstext<br>
". " <br>
".*/ "
<a href="\"updatethemes.php\"</a>$L[INPs]=action" value='Update Themes'></a>
".(has_perm("edit-forums") ? " <a href="\"manageforums.php\"</a>$L[INPs]=action" value='Manage Forums'></a>" : "")."
".(has_perm("edit-ip-bans") ? " <a href="\"ipbans.php\"</a>$L[INPs]=action" value='Manage IP Bans'></a>" : "")."
".(has_perm("edit-sprites") ? " <a href="\"editsprites.php\"</a>$L[INPs]=action" value='Manage Sprites'></a>" : "")."
".(has_perm("edit-badges") ? " <a href="\"editbadges.php\"</a>$L[INPs]=action" value='Manage Badges'></a>" : "")."
".(has_perm("edit-groups") ? " <a href="\"editgroups.php\"</a>$L[INPs]=action" value='Edit Groups'></a>" : "")."


I'd just comment out $mlinkstext as shown above since I may eventually come up with less hackish code. But for now, that sorta hackish code works.

____________________
Sunshine Realm
Welcome to Aqmlm's, the only board with Al-Aq'mlmistrators!

Emuz
Posted on 12-09-14 12:26 AM, in (rev. 2 of 12-09-14 12:27 AM by Emuz) Link | ID: 79873
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 2514/3392
EXP: 13211074
Next: 309425

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 115 days
Last view: 21 hours
SB: Well we could always move to sql date if we have the time and momentum. I don't see an issue from it other than it's time we could spend elsewhere currently.

Kak: Did you implement any of the thread merge/split tools? as well?

We could use a more robust Admin toolset on the main branch for sure lol. ;)



The Dynamic Profile Administratorâ„¢


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain

AbareKiller
Posted on 01-04-15 04:46 AM, in Link | ID: 80824
Normal User

Mini Octorok

Level: 10


Posts: 11/15
EXP: 3395
Next: 1019

Since: 11-21-14

Last post: 3366 days
Last view: 1953 days
i heard from a friend just now that that the people who run php and are the primary developers of it are FINALLY working on creating a formal PHP specification.

with that in my i think if yout thinking of doing a recode i would possibly wait until the final specs of php are released so you could possibly create a final version of it before moving on so to speak.

____________________

Squiddy
Posted on 01-04-15 04:49 AM, in Link | ID: 80825
Banned
Unspecificed Cooling Off Period. Be Safe
Bisexual Empress of the Stolen Title?
Level: 142


Posts: 5309/6751
EXP: 34674873
Next: 293556

Since: 07-17-13

Last post: 3179 days
Last view: 3087 days
Eh, well Acmlmboard is planned to be rewritten in another language, most likely Python, once 2.5 is finished, I believe. From what I read, Python is much better to work with than with PHP.

____________________
Sunshine Realm
Welcome to Aqmlm's, the only board with Al-Aq'mlmistrators!

AbareKiller
Posted on 01-04-15 03:20 PM, in Link | ID: 80826
Normal User

Mini Octorok

Level: 10


Posts: 12/15
EXP: 3395
Next: 1019

Since: 11-21-14

Last post: 3366 days
Last view: 1953 days
Posted by Squiddy
Eh, well Acmlmboard is planned to be rewritten in another language, most likely Python, once 2.5 is finished, I believe. From what I read, Python is much better to work with than with PHP.



ok fair enough i thought you were going keep thins update until version 2.9 or 2.99 and the recode would be 3.0

____________________

Squiddy
Posted on 01-04-15 03:26 PM, in Link | ID: 80827
Banned
Unspecificed Cooling Off Period. Be Safe
Bisexual Empress of the Stolen Title?
Level: 142


Posts: 5310/6751
EXP: 34674873
Next: 293556

Since: 07-17-13

Last post: 3179 days
Last view: 3087 days
Haha, 2.9 and 3.0 are a long way ahead. They might not even be seen until the early 2020's. ;) The main priority right now is to fix bugs and add new features in 2.5.

Also, do you remember what new features you and your friends added to 1.92.A/1.92.B? It'd be nice to see what you could do with 2.5. :)

____________________
Sunshine Realm
Welcome to Aqmlm's, the only board with Al-Aq'mlmistrators!

AbareKiller
Posted on 01-04-15 03:44 PM, in Link | ID: 80828
Normal User

Mini Octorok

Level: 10


Posts: 13/15
EXP: 3395
Next: 1019

Since: 11-21-14

Last post: 3366 days
Last view: 1953 days
Posted by Squiddy
Haha, 2.9 and 3.0 are a long way ahead. They might not even be seen until the early 2020's. ;) The main priority right now is to fix bugs and add new features in 2.5.

Also, do you remember what new features you and your friends added to 1.92.A/1.92.B? It'd be nice to see what you could do with 2.5. :)


most of it was profile stuff such as visitor messages, profile customization ( similar to vBulletin) we also had notifications for users like when there post was quoted. we were planning on custom forum themes as well where you could choose colors and pic for it similar to how custom profiles worked. most of this is probably stuff you guys could are less about

____________________

Squiddy
Posted on 01-04-15 03:53 PM, in Link | ID: 80829
Banned
Unspecificed Cooling Off Period. Be Safe
Bisexual Empress of the Stolen Title?
Level: 142


Posts: 5311/6751
EXP: 34674873
Next: 293556

Since: 07-17-13

Last post: 3179 days
Last view: 3087 days
Ah, I see. The notification for when your post is quoted sounds interesting though. The visitor messages are also in ABXD, as you might know. Well if you're ever interested, anyone can take a shot at seeing what they can do with 2.5, of course.

____________________
Sunshine Realm
Welcome to Aqmlm's, the only board with Al-Aq'mlmistrators!

AbareKiller
Posted on 01-04-15 04:00 PM, in Link | ID: 80830
Normal User

Mini Octorok

Level: 10


Posts: 14/15
EXP: 3395
Next: 1019

Since: 11-21-14

Last post: 3366 days
Last view: 1953 days
Posted by Squiddy
Ah, I see. The notification for when your post is quoted sounds interesting though. The visitor messages are also in ABXD, as you might know. Well if you're ever interested, anyone can take a shot at seeing what they can do with 2.5, of course.


So i take it your board is distributed under very similar rules or the same rules as the GPL

there were other stuff we added i know it just i wasn't the one who coded them i gave you the ones i coded

____________________
Pages: 1 2 3


Next newer thread | Next older thread
Main - AcmlmBoard Developer Zone - Acmlmboard, where's it going?


Acmlmboard v2.5.5 (10/04/2020)
© 2005-2024 Acmlm, Emuz, et al.

Page rendered in 0.351 seconds. (846KB of memory used)
MySQL - queries: 178, rows: 607/641, time: 0.331 seconds.