We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
  • Pages:
  • 1
  • 2
[ C ] Placement code(s)
Topic Started: Mar 5 2014, 05:32 AM (701 Views)
Kankuro
Member Avatar
かんくろ
[ *  *  *  *  * ]
Board Address: http://w11.zetaboards.com/Guardians_of_the_Orb/index/
Board Software: ZetaBoards
Description: Move/append thing to different menus

I'm looking for a way to move this comment menu to the submenu instead of the top_menu
Code:
 

<script type="text/javascript">
var PCForumID = '4032944';
var maxLen = '250';
</script>
<script type="text/javascript" src="http://z5.ifrm.com/30294/18/0/f5260702/comments.js"></script>


Also I'm needing a code to move the Admin CP (Just Admin CP, not Report CP) to be right next to the "Welcome USERNAME [Sign Out]" area.


This is a 2 part code, not 2 requests in 1. Without both codes I can't use either.
Offline Profile Goto Top
 
Replies:
DaPizzaMan
Member Avatar
#TeamSupport

kankuro865
Mar 5 2014, 06:22 PM
1 last request regarding this thread.
Is it possible to space these 2 just a bit and make them Bold?
Posted Image

Like put an extra space between [SIGN OUT] and ADMIN CP as well as an extra space between ADMIN CP and REPORT CP
For all themes: Admin CP > Board Template > Javascripts
Code:
 
<style type="text/css">
#top_info a {
font-weight:bold;
margin:0 5px;
}

/* Leave [Sign Out] at normal font weight as opposed to bold, else remove */
#top_info small a {
font-weight:normal;
}
</style>
Otherwise, put that code (without the <style> and </style> tags) into a specific theme's Theme Appearance.
Offline Profile Goto Top
 
Kankuro
Member Avatar
かんくろ
[ *  *  *  *  * ]
DaPizzaMan
Mar 5 2014, 06:28 PM
kankuro865
Mar 5 2014, 06:22 PM
1 last request regarding this thread.
Is it possible to space these 2 just a bit and make them Bold?
Posted Image

Like put an extra space between [SIGN OUT] and ADMIN CP as well as an extra space between ADMIN CP and REPORT CP
For all themes: Admin CP > Board Template > Javascripts
Code:
 
<style type="text/css">
#top_info a {
font-weight:bold;
margin:0 5px;
}

/* Leave [Sign Out] at normal font weight as opposed to bold, else remove */
#top_info small a {
font-weight:normal;
}
</style>
Otherwise, put that code (without the <style> and </style> tags) into a specific theme's Theme Appearance.
5px was a bit too much, I changed it to 2px though.

Thanks for everything once again ^_^
Offline Profile Goto Top
 
Liam
Member Avatar
~

Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic
  • Pages:
  • 1
  • 2