Another Admin Center mod
|
Posted
#1022
(In Topic #251)
|
|
|---|---|
|
|
Another Admin Center modUpdated: Forgot to add the ability to customise the time Suffice it to say If I were to list all the changes in this version, you would end up in the middle of next week The basics: This now works almost completley by variables. Instead of numbers, words or what not, its variables. Come on. Say it. Variables Variables Variables - The Bullet Images are now also variables. What does this mean? You simply have to edit one file one variable to change ALL the bullets! (ofcourse, there's actually 2 variables.. one for the "todo" and one for the "completed"). Code
$bullet_full = "b_full.gif";
This says to look for "b_full.gif" in the current theme folder. Which is obviously easy to change now B) - If you don't like to monitor gifts, fine. Want to have news items in the admin center but don't want the flagrant text? Fine. Just change the right variable and voilà B) Code
$show_news = "1"; // <= Show the news in every section.
- Want to change the "Schedule" of the updates/todos but don't want to bother with uploading files after files? Well. I'm lazy too Code
// "To-Do Variables" configuration
Basicly: If IOTD hours is above or equal to $todo_iotd then it needs to be done. $comp_iotd is for the "completed tasks" section… As shown here: Code
if (get_option("is_on_iotd")==1 && $show_iotd == 1)
And now all you gotta do is customize it. By default everything is one. Also, be sure to change the source .txt file for the admin notes found at the bottom of acpconfig (actually acpsettings, like i said.. acpconfig is a text editor which points to the acpsettings.php file |
|
Posted
|
|
|
ocStaff (admin) |
If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource. |
|
Posted
|
|
|
ocStaff (admin) |
|
|
Posted
|
|
|
|
|
|
Posted
|
|
|
|
B) B) B) Edited: oh. forgot to mention. post bugs in this topic or on my forums at a brand new fancy site > http://forums.jediarchives.ca |
|
Posted
|
|
|
Fan in training |
|
|
Posted
|
|
|
|
Saves alot of time instead of logging into your ftp manager and uploading the file back and forth |
1 guests and 0 members have just viewed this: None
Control functions:








