diff --git a/1.8/development/themes/index.md b/1.8/development/themes/index.md
index 27376141..562b5e5d 100644
--- a/1.8/development/themes/index.md
+++ b/1.8/development/themes/index.md
@@ -53,22 +53,25 @@ To determine which variable to use for which template just view the template you
Here's a list of a few variables used:
-
- - `$mybb->user`
- - Contains the data of the user currently viewing the page. e.g. $mybb->user['postnum'] shows the user his post count.
+- `$mybb->user`
- - `$post`
- - Same functionality as $mybb->user, however, it's only used in the postbit templates. It shows the user who authored the post info, and also contains the post subject and message.
+Contains the data of the user currently viewing the page. e.g. `$mybb->user['postnum']` shows the user his post count.
- - `$users`
- - Again, same as $mybb->user but used in many other template to show the users info who's in that row.
+- `$post`
- - `$user`
- - Same as $users except more page specific, rather than row specific
+Same functionality as `$mybb->user`, however, it's only used in the postbit templates. It shows the user who authored the post info, and also contains the post subject and message.
- - `$theme`
- - This variable is used inside HTML (such as table, tr, and td tags) to define theme specific attributes related to the current users theme of choice.
-
+ - `$users`
+
+Again, same as `$mybb->user` but used in many other template to show the users info who's in that row.
+
+ - `$user`
+
+Same as `$users` except more page specific, rather than row specific
+
+ - `$theme`
+
+This variable is used inside HTML (such as table, tr, and td tags) to define theme specific attributes related to the current users theme of choice.
There are many more variables but it would be a huge long list. Also, not all variables work on all templates.
@@ -100,31 +103,37 @@ The Theme Editor also includes an Additional CSS field, where you can add your o
Tables are used extensively in MyBB 1.x (MyBB was designed back in the day, before CSS-based layouts became the norm). There are many CSS classes that are used to style different parts of these tables.
-
- - `.thead`
- - This is used for Table Headers, to display them properly using CSS.
+- `.thead`
+
+This is used for Table Headers, to display them properly using CSS.
- - `.tcat`
- - Used to properly display Table Sub Headers using CSS.
+- `.tcat`
+
+Used to properly display Table Sub Headers using CSS.
- - `.trow1`
- - This uses the first Alternating Table Row used by pages that show rows of information.
+- `.trow1`
+
+This uses the first Alternating Table Row used by pages that show rows of information.
- - `.trow2`
- - This is the same as trow1 except it uses the second Alternating Table Row.
+- `.trow2`
+
+This is the same as trow1 except it uses the second Alternating Table Row.
- - `.tfoot`
- - Same as thead, but for Table Footers
+- `.tfoot`
+
+Same as thead, but for Table Footers
- - `.tborder`
- - This uses CSS to properly display Table Borders.
+- `.tborder`
+
+This uses CSS to properly display Table Borders.
- - `.trow_shaded`
- - This is used to shade a row in a table (for example moderated threads and posts) and uses the Shaded Table Row CSS in the Theme Editor
+- `.trow_shaded`
+
+This is used to shade a row in a table (for example moderated threads and posts) and uses the Shaded Table Row CSS in the Theme Editor
- - `.trow_sep`
- - This uses the Table Row Separator CSS in the Theme Editor.
-
+- `.trow_sep`
+
+This uses the Table Row Separator CSS in the Theme Editor.
For example, a sample table may look like this:
diff --git a/assets/images/mods/approved_developer.png b/assets/images/mods/approved_developer.png
index 6f9e445d..575db955 100644
Binary files a/assets/images/mods/approved_developer.png and b/assets/images/mods/approved_developer.png differ
diff --git a/assets/images/mods/downloaders1.png b/assets/images/mods/downloaders1.png
index acbc4532..84cf0cd3 100644
Binary files a/assets/images/mods/downloaders1.png and b/assets/images/mods/downloaders1.png differ
diff --git a/assets/images/mods/downloaders2.png b/assets/images/mods/downloaders2.png
index 3524d7a0..0f41b2f7 100644
Binary files a/assets/images/mods/downloaders2.png and b/assets/images/mods/downloaders2.png differ
diff --git a/assets/images/mods/downloaders3.png b/assets/images/mods/downloaders3.png
index 70779402..0ec412af 100644
Binary files a/assets/images/mods/downloaders3.png and b/assets/images/mods/downloaders3.png differ
diff --git a/assets/images/mods/downloaders4.png b/assets/images/mods/downloaders4.png
index 036fc02e..5072d451 100644
Binary files a/assets/images/mods/downloaders4.png and b/assets/images/mods/downloaders4.png differ
diff --git a/assets/images/mods/downloaders5.png b/assets/images/mods/downloaders5.png
index 4071cb02..a219a701 100644
Binary files a/assets/images/mods/downloaders5.png and b/assets/images/mods/downloaders5.png differ
diff --git a/assets/images/mods/filters1.png b/assets/images/mods/filters1.png
new file mode 100644
index 00000000..669d163b
Binary files /dev/null and b/assets/images/mods/filters1.png differ
diff --git a/assets/images/mods/index1.png b/assets/images/mods/index1.png
index ef46f836..eb750f5d 100644
Binary files a/assets/images/mods/index1.png and b/assets/images/mods/index1.png differ
diff --git a/assets/images/mods/index2.png b/assets/images/mods/index2.png
deleted file mode 100644
index 3ed6f53c..00000000
Binary files a/assets/images/mods/index2.png and /dev/null differ
diff --git a/assets/images/mods/owners1.png b/assets/images/mods/owners1.png
index df8c194d..623aeb66 100644
Binary files a/assets/images/mods/owners1.png and b/assets/images/mods/owners1.png differ
diff --git a/assets/images/mods/owners10.png b/assets/images/mods/owners10.png
index 482246a4..0a452fd8 100644
Binary files a/assets/images/mods/owners10.png and b/assets/images/mods/owners10.png differ
diff --git a/assets/images/mods/owners11.png b/assets/images/mods/owners11.png
new file mode 100644
index 00000000..dc08e282
Binary files /dev/null and b/assets/images/mods/owners11.png differ
diff --git a/assets/images/mods/owners12.png b/assets/images/mods/owners12.png
new file mode 100644
index 00000000..83c0d68a
Binary files /dev/null and b/assets/images/mods/owners12.png differ
diff --git a/assets/images/mods/owners13.png b/assets/images/mods/owners13.png
new file mode 100644
index 00000000..20c3d676
Binary files /dev/null and b/assets/images/mods/owners13.png differ
diff --git a/assets/images/mods/owners2.png b/assets/images/mods/owners2.png
index 20f0f0be..d82f5046 100644
Binary files a/assets/images/mods/owners2.png and b/assets/images/mods/owners2.png differ
diff --git a/assets/images/mods/owners3.png b/assets/images/mods/owners3.png
index 0ff108a8..f14fd4e5 100644
Binary files a/assets/images/mods/owners3.png and b/assets/images/mods/owners3.png differ
diff --git a/assets/images/mods/owners4.png b/assets/images/mods/owners4.png
index 48b39843..e2a12e47 100644
Binary files a/assets/images/mods/owners4.png and b/assets/images/mods/owners4.png differ
diff --git a/assets/images/mods/owners5.png b/assets/images/mods/owners5.png
index f96a0485..a7a8bc58 100644
Binary files a/assets/images/mods/owners5.png and b/assets/images/mods/owners5.png differ
diff --git a/assets/images/mods/owners6.png b/assets/images/mods/owners6.png
index 8e18c1a7..69319d4f 100644
Binary files a/assets/images/mods/owners6.png and b/assets/images/mods/owners6.png differ
diff --git a/assets/images/mods/owners7.png b/assets/images/mods/owners7.png
index ec83b7f3..c4691005 100644
Binary files a/assets/images/mods/owners7.png and b/assets/images/mods/owners7.png differ
diff --git a/assets/images/mods/owners8.png b/assets/images/mods/owners8.png
index 936ac55d..db65b3b8 100644
Binary files a/assets/images/mods/owners8.png and b/assets/images/mods/owners8.png differ
diff --git a/assets/images/mods/owners9.png b/assets/images/mods/owners9.png
index f70d7814..34cf7e70 100644
Binary files a/assets/images/mods/owners9.png and b/assets/images/mods/owners9.png differ
diff --git a/extend/browsing-downloading-from-extend.md b/extend/browsing-downloading-from-extend.md
index 2fab74b6..8d0e107e 100644
--- a/extend/browsing-downloading-from-extend.md
+++ b/extend/browsing-downloading-from-extend.md
@@ -10,17 +10,15 @@ categories: [extend]
As a user you're simply looking to download something: a plugin, a theme, an icon set, perhaps a language pack or just some other resource that you may find interesting.
-For that reason, you can quickly navigate from the menu to one of the 5 main categories:
+For that reason, you can quickly navigate from the menu to one of the 4 main categories:
-- Plugins & Modifications
+- Plugins
- Themes
-- Graphics
-
-- Resources
+- Transalations
-- Language Packs
+- Graphics
Each main category has sub-categories, each with filtering options.
@@ -29,10 +27,13 @@ Each main category has sub-categories, each with filtering options.
[![Browsing and Filtering](/assets/images/mods/downloaders1.png)](/assets/images/mods/downloaders1.png)
-Placing the mouse over one of the project boxes quickly allows you to download the latest **stable** build and view how many times the project has been recommended.
+Clicking Download will quickly allows you to download the latest **stable** build and view how many times the project has been recommended.
Clicking the project names directs you towards the project page, on which you can see detailed information: full description, previews, license, suggestions, bugs, etc.
+[![Filtering](/assets/images/mods/filers1.png)](/assets/images/mods/filers1.png)
+
+You can also filter searches based on what the community and developers have voted/done recently.
### Viewing a Project
@@ -52,7 +53,7 @@ On the right side, you can see the following options:
- Report (where you can report a project)
-- Recommend (allows you to recommend projects)
+- Star (allows you to recommend projects)
- Support (either the support link entered by the project author or a link to the support forum on the MyBB Community)
diff --git a/extend/index.md b/extend/index.md
index a44444ff..ffd1e25b 100644
--- a/extend/index.md
+++ b/extend/index.md
@@ -35,14 +35,10 @@ Any username with the following format is an approved developer:
[![Approved Developer](/assets/images/mods/approved_developer.png)](/assets/images/mods/approved_developer.png)
#### Main Page
-When you first reach the Extend site page you're faced with some information about its content but what leads you to all the places is the menu and the quick search bar.
+When you first reach the Extend site page you're faced with some information about its content. You will be presented with the best and latest statistics from our currently approved content.
[![Menu and Search](/assets/images/mods/index1.png)](/assets/images/mods/index1.png)
-By placing the mouse over the Menu, you will see quite a few options to select from.
-
-[![Menu Options](/assets/images/mods/index2.png)](/assets/images/mods/index2.png)
-
The items that are of interest to all types of users are the following:
* Search - allows users to do an advanced search through the Extend site.
diff --git a/extend/owning-managing-projects.md b/extend/owning-managing-projects.md
index 791033a9..cca0501c 100644
--- a/extend/owning-managing-projects.md
+++ b/extend/owning-managing-projects.md
@@ -16,9 +16,6 @@ You want to start your project or you want to manage your projects. You do that
[![Control Panel 2](/assets/images/mods/owners2.png)](/assets/images/mods/owners2.png)
-You can see your projects and the projects you are involved in (as a collaborator) as well as any pending project invitations sent to you.
-
-
#### Start a Project
If you wish to start a project, you must click New Project to expand the project options.
@@ -48,7 +45,7 @@ As the owner of a project, this is what a project of yours will look like when y
[![View Project](/assets/images/mods/owners6.png)](/assets/images/mods/owners6.png)
-On the right side of the page you can find the links to the pages where you can manage your project's details, collaborators, previews, translations and more importantly, builds.
+On the right side of the page you can find the links to the pages where you can manage your project's details, collaborators, previews and more importantly, builds.
#### Edit Project
@@ -60,10 +57,24 @@ This is where you can edit all your project's details (actually you can edit mor
[![Edit Project](/assets/images/mods/owners9.png)](/assets/images/mods/owners9.png)
+[![Edit Project](/assets/images/mods/owners10.png)](/assets/images/mods/owners10.png)
+
As you can see, there are many options for you configure.
#### Manage Collaborators
If you wish to invite someone to help you out with the project; Or if you want to remove someone from your collaborators list, you came to the right place.
-[![Manage Collaborators](/assets/images/mods/owners10.png)](/assets/images/mods/owners10.png)
+[![Manage Collaborators](/assets/images/mods/owners11.png)](/assets/images/mods/owners11.png)
+
+#### Manage Previews
+
+To make a project stand out more we recommend previews of the project itself. As a project owner you can add these from your testing, you can also set a project cover photo.
+
+[![Manage Previews](/assets/images/mods/owners12.png)](/assets/images/mods/owners12.png)
+
+#### Manage Builds
+
+Developers over time may update their project in which we compensate by allowing for this on the entend website. Project owners can also submit their build for review from the team.
+
+[![Manage Builds](/assets/images/mods/owners13.png)](/assets/images/mods/owners13.png)