Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Extend pages updated #152

Open
wants to merge 7 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 39 additions & 30 deletions 1.8/development/themes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<dl>
<dt>`$mybb->user`</dt>
<dd>Contains the data of the user currently viewing the page. e.g. $mybb->user['postnum'] shows the user his post count.</dd>
- `$mybb->user`

<dt>`$post`</dt>
<dd>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.</dd>
Contains the data of the user currently viewing the page. e.g. `$mybb->user['postnum']` shows the user his post count.

<dt>`$users`</dt>
<dd>Again, same as $mybb->user but used in many other template to show the users info who's in that row.</dd>
- `$post`

<dt>`$user`</dt>
<dd>Same as $users except more page specific, rather than row specific</dd>
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.

<dt>`$theme`</dt>
<dd>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.</dd>
</dl>
- `$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.

Expand Down Expand Up @@ -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.

<dl>
<dt>`.thead`</dt>
<dd>This is used for Table Headers, to display them properly using CSS.</dd>
- `.thead`

This is used for Table Headers, to display them properly using CSS.

<dt>`.tcat`</dt>
<dd>Used to properly display Table Sub Headers using CSS.</dd>
- `.tcat`

Used to properly display Table Sub Headers using CSS.

<dt>`.trow1`</dt>
<dd>This uses the first Alternating Table Row used by pages that show rows of information.</dd>
- `.trow1`

This uses the first Alternating Table Row used by pages that show rows of information.

<dt>`.trow2`</dt>
<dd>This is the same as trow1 except it uses the second Alternating Table Row.</dd>
- `.trow2`

This is the same as trow1 except it uses the second Alternating Table Row.

<dt>`.tfoot`</dt>
<dd>Same as thead, but for Table Footers</dd>
- `.tfoot`

Same as thead, but for Table Footers

<dt>`.tborder`</dt>
<dd>This uses CSS to properly display Table Borders.</dd>
- `.tborder`

This uses CSS to properly display Table Borders.

<dt>`.trow_shaded`</dt>
<dd>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</dd>
- `.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

<dt>`.trow_sep`</dt>
<dd>This uses the Table Row Separator CSS in the Theme Editor.</dd>
</dl>
- `.trow_sep`
This uses the Table Row Separator CSS in the Theme Editor.

For example, a sample table may look like this:

Expand Down
Binary file modified assets/images/mods/approved_developer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/downloaders1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/downloaders2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/downloaders3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/downloaders4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/downloaders5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/mods/filters1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/index1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/mods/index2.png
Binary file not shown.
Binary file modified assets/images/mods/owners1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/owners10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/mods/owners11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/mods/owners12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/mods/owners13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/owners2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/owners3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/owners4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/owners5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/owners6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/owners7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/owners8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/mods/owners9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 9 additions & 8 deletions extend/browsing-downloading-from-extend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand All @@ -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)

Expand Down
6 changes: 1 addition & 5 deletions extend/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
21 changes: 16 additions & 5 deletions extend/owning-managing-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand All @@ -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)