You are viewing our Forum Archives. To view or take place in current topics click here.
#51. Posted:
Arrive
  • Powerhouse
Status: Offline
Joined: Nov 19, 201211Year Member
Posts: 454
Reputation Power: 19
Status: Offline
Joined: Nov 19, 201211Year Member
Posts: 454
Reputation Power: 19
Uzi wrote
Arrive wrote It wont let me and my Friend Install Plugins.
I Install them to the right place in the FTP but when I go to the AdminCP to activate them they aren't there.
Thanks.
and how do I change what the Menu at the Top says.
Home,Member List,Calender,Help,etc


1. That's strange. Have you checked that you have the plugin compatibility set to 16, not 14?

2. To change the header links, visit Templates & Style > Templates > *Select your theme* > Header Templates > header

From there, you'll notice similar code to this:

<ul>
                                <li><a href="search.php">Search</a></li>
                 <li><a href="memberlist.php">Member List</a></li>
                                <li><a href="misc.php?page=upgrade">Premium</a></li>
                 <li><a href="misc.php?action=help">Help</a></li>
                                <li><a href="contact.php">Contact Us</a></li>
              </ul>


..simply change the link to the page, and the name of the page.


Yea I installed several ones that say it's compatible with 1.6.
and How do I get it to be able to change colors of the username easily.
Sorry for all the questions I'm new to this stuff :3
#52. Posted:
ZacMalone16
  • Wise One
Status: Offline
Joined: Dec 13, 201013Year Member
Posts: 542
Reputation Power: 22
Status: Offline
Joined: Dec 13, 201013Year Member
Posts: 542
Reputation Power: 22
Great post man.
Level of Support (Low, Medium, High): Medium

Type of issue (Security, AdminCP, etc.): Not really an issue, but I have this theme. i really really like it, but I don`t like the dulled out color of it. How would I go about changing the color of the theme?
#53. Posted:
Uzi
  • Winter 2022
Status: Offline
Joined: Apr 05, 200915Year Member
Posts: 12,208
Reputation Power: 885
Status: Offline
Joined: Apr 05, 200915Year Member
Posts: 12,208
Reputation Power: 885
Arrive wrote
Uzi wrote
Arrive wrote It wont let me and my Friend Install Plugins.
I Install them to the right place in the FTP but when I go to the AdminCP to activate them they aren't there.
Thanks.
and how do I change what the Menu at the Top says.
Home,Member List,Calender,Help,etc


1. That's strange. Have you checked that you have the plugin compatibility set to 16, not 14?

2. To change the header links, visit Templates & Style > Templates > *Select your theme* > Header Templates > header

From there, you'll notice similar code to this:

<ul>
                                <li><a href="search.php">Search</a></li>
                 <li><a href="memberlist.php">Member List</a></li>
                                <li><a href="misc.php?page=upgrade">Premium</a></li>
                 <li><a href="misc.php?action=help">Help</a></li>
                                <li><a href="contact.php">Contact Us</a></li>
              </ul>


..simply change the link to the page, and the name of the page.


How do I get it to be able to change colors of the username easily.
Sorry for all the questions I'm new to this stuff :3


Go to AdminCP > Users & Groups > Groups > *Select your usergroup*.

Once you get this far, scroll down and you should see a box for "Username Style".

For example, here's my username style for the premium member usergroup:

<span style="color: #E3B10B;"><strong>{username}</strong></span>


<strong> represents the bold used on the username style.

#E3B10B; represents the hex colour code I have selected.

Just copy the above username style and paste it into your own group style, then you can tweak it a little bit.

You can find colour codes here: [ Register or Signin to view external links. ]




iTrickzy wrote Great post man.
Level of Support (Low, Medium, High): Medium

Type of issue (Security, AdminCP, etc.): Not really an issue, but I have this theme. i really really like it, but I don`t like the dulled out color of it. How would I go about changing the color of the theme?


Do you possibly have a link/image/preview of this theme?

Anyway, to edit your own theme, it's simple. Go to the AdminCP > Templates & Style > Themes > *Select your theme* > global.css > Edit Stylesheet: Advanced Mode

Some parts of your themes will be images, such as .png, .jpg, etc. These may require an image editing software to tweak.

Other things, such as the font family, color and padding can be edited straight from the AdminCP.


Some things can be edited straight from the Global.css, whilst other components require Adobe Photoshop or another sort of image editing software.

To find the CSS of someone else's theme, firstly press down CTRL+U (may vary depending on your web-browser; I'm using Google Chrome), and then you should see something like "/cache/themes/theme2/global.css".

Example - domaingoeshere.com/cache/themes/theme2/global.css

Open up that link and copy the whole CSS. You can now see what edits have been made to the original theme.

#54. Posted:
ZacMalone16
  • Wise One
Status: Offline
Joined: Dec 13, 201013Year Member
Posts: 542
Reputation Power: 22
Status: Offline
Joined: Dec 13, 201013Year Member
Posts: 542
Reputation Power: 22
Uzi wrote
Arrive wrote
Uzi wrote
Arrive wrote It wont let me and my Friend Install Plugins.
I Install them to the right place in the FTP but when I go to the AdminCP to activate them they aren't there.
Thanks.
and how do I change what the Menu at the Top says.
Home,Member List,Calender,Help,etc


1. That's strange. Have you checked that you have the plugin compatibility set to 16, not 14?

2. To change the header links, visit Templates & Style > Templates > *Select your theme* > Header Templates > header

From there, you'll notice similar code to this:

<ul>
                                <li><a href="search.php">Search</a></li>
                 <li><a href="memberlist.php">Member List</a></li>
                                <li><a href="misc.php?page=upgrade">Premium</a></li>
                 <li><a href="misc.php?action=help">Help</a></li>
                                <li><a href="contact.php">Contact Us</a></li>
              </ul>


..simply change the link to the page, and the name of the page.


How do I get it to be able to change colors of the username easily.
Sorry for all the questions I'm new to this stuff :3


Go to AdminCP > Users & Groups > Groups > *Select your usergroup*.

Once you get this far, scroll down and you should see a box for "Username Style".

For example, here's my username style for the premium member usergroup:

<span style="color: #E3B10B;"><strong>{username}</strong></span>


<strong> represents the bold used on the username style.

#E3B10B; represents the hex colour code I have selected.

Just copy the above username style and paste it into your own group style, then you can tweak it a little bit.

You can find colour codes here: [ Register or Signin to view external links. ]




iTrickzy wrote Great post man.
Level of Support (Low, Medium, High): Medium

Type of issue (Security, AdminCP, etc.): Not really an issue, but I have this theme. i really really like it, but I don`t like the dulled out color of it. How would I go about changing the color of the theme?


Do you possibly have a link/image/preview of this theme?

Anyway, to edit your own theme, it's simple. Go to the AdminCP > Templates & Style > Themes > *Select your theme* > global.css > Edit Stylesheet: Advanced Mode

Some parts of your themes will be images, such as .png, .jpg, etc. These may require an image editing software to tweak.

Other things, such as the font family, color and padding can be edited straight from the AdminCP.


Some things can be edited straight from the Global.css, whilst other components require Adobe Photoshop or another sort of image editing software.

To find the CSS of someone else's theme, firstly press down CTRL+U (may vary depending on your web-browser; I'm using Google Chrome), and then you should see something like "/cache/themes/theme2/global.css".

Example - domaingoeshere.com/cache/themes/theme2/global.css

Open up that link and copy the whole CSS. You can now see what edits have been made to the original theme.


Thank you. What images do I pull from global?
#55. Posted:
Sea
  • Video King
Status: Offline
Joined: May 15, 201013Year Member
Posts: 1,747
Reputation Power: 101
Status: Offline
Joined: May 15, 201013Year Member
Posts: 1,747
Reputation Power: 101
iTrickzy wrote
Uzi wrote
Arrive wrote
Uzi wrote
Arrive wrote It wont let me and my Friend Install Plugins.
I Install them to the right place in the FTP but when I go to the AdminCP to activate them they aren't there.
Thanks.
and how do I change what the Menu at the Top says.
Home,Member List,Calender,Help,etc


1. That's strange. Have you checked that you have the plugin compatibility set to 16, not 14?

2. To change the header links, visit Templates & Style > Templates > *Select your theme* > Header Templates > header

From there, you'll notice similar code to this:

<ul>
                                <li><a href="search.php">Search</a></li>
                 <li><a href="memberlist.php">Member List</a></li>
                                <li><a href="misc.php?page=upgrade">Premium</a></li>
                 <li><a href="misc.php?action=help">Help</a></li>
                                <li><a href="contact.php">Contact Us</a></li>
              </ul>


..simply change the link to the page, and the name of the page.


How do I get it to be able to change colors of the username easily.
Sorry for all the questions I'm new to this stuff :3


Go to AdminCP > Users & Groups > Groups > *Select your usergroup*.

Once you get this far, scroll down and you should see a box for "Username Style".

For example, here's my username style for the premium member usergroup:

<span style="color: #E3B10B;"><strong>{username}</strong></span>


<strong> represents the bold used on the username style.

#E3B10B; represents the hex colour code I have selected.

Just copy the above username style and paste it into your own group style, then you can tweak it a little bit.

You can find colour codes here: [ Register or Signin to view external links. ]




iTrickzy wrote Great post man.
Level of Support (Low, Medium, High): Medium

Type of issue (Security, AdminCP, etc.): Not really an issue, but I have this theme. i really really like it, but I don`t like the dulled out color of it. How would I go about changing the color of the theme?


Do you possibly have a link/image/preview of this theme?

Anyway, to edit your own theme, it's simple. Go to the AdminCP > Templates & Style > Themes > *Select your theme* > global.css > Edit Stylesheet: Advanced Mode

Some parts of your themes will be images, such as .png, .jpg, etc. These may require an image editing software to tweak.

Other things, such as the font family, color and padding can be edited straight from the AdminCP.


Some things can be edited straight from the Global.css, whilst other components require Adobe Photoshop or another sort of image editing software.

To find the CSS of someone else's theme, firstly press down CTRL+U (may vary depending on your web-browser; I'm using Google Chrome), and then you should see something like "/cache/themes/theme2/global.css".

Example - domaingoeshere.com/cache/themes/theme2/global.css

Open up that link and copy the whole CSS. You can now see what edits have been made to the original theme.


Thank you. What images do I pull from global?


It really depends on how your theme is designed. You'll probably find the colors you're looking for in the .thead tag for sure. But, there will probably be other places you want to change the color too.
#56. Posted:
Uzi
  • Winter 2022
Status: Offline
Joined: Apr 05, 200915Year Member
Posts: 12,208
Reputation Power: 885
Status: Offline
Joined: Apr 05, 200915Year Member
Posts: 12,208
Reputation Power: 885
famous-energy wrote Level of Support (Low, Medium, High):medium i have vista 32 bit and i need to know if and is there a way to increse usb speed/transfer rate to a gamecap all the help i could get would be nice


Sorry, but I don't believe that's a MyBB-related question.
#57. Posted:
Sea
  • Video King
Status: Offline
Joined: May 15, 201013Year Member
Posts: 1,747
Reputation Power: 101
Status: Offline
Joined: May 15, 201013Year Member
Posts: 1,747
Reputation Power: 101
Uzi wrote
famous-energy wrote Level of Support (Low, Medium, High):medium i have vista 32 bit and i need to know if and is there a way to increse usb speed/transfer rate to a gamecap all the help i could get would be nice


Sorry, but I don't believe that's a MyBB-related question.


I can't tell if you're serious or not there Famous...
#58. Posted:
MyBB
  • Resident Elite
Status: Offline
Joined: Feb 18, 201311Year Member
Posts: 205
Reputation Power: 11
Status: Offline
Joined: Feb 18, 201311Year Member
Posts: 205
Reputation Power: 11
Very Nice post It will help me when I get my Website Running.
Edit- Also is this you? [ Register or Signin to view external links. ]


Last edited by MyBB ; edited 1 time in total
#59. Posted:
-Strike
  • New Member
Status: Offline
Joined: Feb 18, 201311Year Member
Posts: 12
Reputation Power: 0
Status: Offline
Joined: Feb 18, 201311Year Member
Posts: 12
Reputation Power: 0
Looks like a very useful topic.

Keep it up
#60. Posted:
Sea
  • Video King
Status: Offline
Joined: May 15, 201013Year Member
Posts: 1,747
Reputation Power: 101
Status: Offline
Joined: May 15, 201013Year Member
Posts: 1,747
Reputation Power: 101
Sapling wrote Very Nice post It will help me when I get my Website Running.
Edit- Also is this you? [ Register or Signin to view external links. ]


Yeah, that's Uzi. He was pretty active there for a while.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.