Ugh... Don't update or overwrite these files until I'm completely done. I'm just keeping a list here otherwise you won't know what I'm
ing with or I might not remember the whole list.
index.php
/sources/usercp.php
/sources/lib/usercp_functions.php
/sources/sql/mysql_queries.php
/sources/classes/class_display.php
/sources/classes/class_session.php
/skins/skin_usercp.php
All menu related.
conf_global.php ?
On another note, I changed the store to online and it screwed up the conf_global.php. I uploaded one of mine... I don't know if this affected any options you changed recently... although there are these options:
$INFO['warn_show_own'] = '1';
$INFO['warn_show_rating'] = '0';
I can't see warn levels on a test account... so? *confused*
index.php
Added the new PMs to appear in red, so its more notibile (I didn't know I had new PMs until I checked my usercp).
lang/en/lang_global.php
sources/classes/class_display.php
A sexy change...
I'm just curious if a green color would look sexier (lightish maybe?). I haven't see it in red yet and I'm too lazy to send a pm to myself, so
Obviously though, the green wouldn't work if me/you make that area a little darker in greenage.
Edited to light green, lang_global.php updated.
ADDITION:
minerals in profile
profile.php
skin_profile.php
skin_global.php
class_display.php
And... post_parser.php
skins_global.php
usercp.php
class_display.php
menu.js (if you care)
army.php
profile.php (lol...)
Anyways, I learned something rather useful yesterday while ripping the statistics page apart... check this out:
[CODEBOX]$aforums = array();
$aforums[] = '0';
foreach($forums->forum_by_id as $k => $v)
{
$aforums[] = $v['id'];
}
$this->allow_forums = implode(",", $aforums);
SELECT * FROM {$ibforums->vars['sql_tbl_prefix']}forums WHERE id IN ({$this->allow_forums}) ORDER BY topics DESC LIMIT 10
[/CODEBOX]
Remember the whole "I wonder if you can do "... WHERE cats = '1|4|57|54|34' " conversation? Well, there's how.
$knowledege++;
(if you don't do the whole make array -> implode array thing (although useful for dynamic lists) just do WHERE cats IN (1,4,57,54,34))
modules/ipb_member_sync.php
Setting the welcome PM to come from user 3400.
ADDITION:
functions.php
usercp.php
skin usercp
post_poll.php
didn't have my funky forum rules show up in polls.
fav emoticons w00t
usercp.php
skin usercp
classes/class_download.php
topics.php
posts.php
I think thats all...
skin_global.php
index.php
statistics...
I took complete control over this function. You'll find it in my folder now. Don't rape it
.
Have any idea how I can import the site statistics from the cpanel?
index.php
STOP OVERWRITING IT
Anyways, WITH the changes that IP keeps undoing, I made 2 of the Invision Board error pages more user friendly.
index.php? You didn't state that as a changed file for 7 days now...
But the my main page thing seems to have taken over again when you took it (I removed it a long time ago
)
class_display
removed dependances for quotes.txt.
boardstat_functions
Where the
is the ability to manage the group order cache? I had to edit the cache directly.
Just update group display order in admincp.
index.php
admin_pages.php - got rid of uportal
downloads.php
filecp.php
skin_downloads.php
skin_staff
ADDITION:
boardstat_functions.php
added cool thing which takes the sum of browsers and tells you.
Put a warning and increased security on suspended accounts. Removed member bar for suspended accounts.
lang_error
functions
class_display
/skin_cache/cache_id5/skin_post.php (move tag button removal)
/skin_cache/cache_id8/skin_post.php (move tag button removal)
isolated -- Do these apply anymore? If not, you can unpin this topic.