Runboard.com
Слава Україні!
Runboard Extra! Runboard Support Runboard Knowledge Base

runboard.com       You are not signed in - Sign in

 
Cenafan5471 Profile
Live feed
Blog
Friends
Miscellaneous info

Directory Friend

Registered: 01-2006
Posts: 44
Karma: -1 (+1/-2)
Reply Quote
how do you?


How do you change someones title under their name usually they have registered user, how do you change it?


---

CLICK THE LINK TO JOIN!http://z4.invisionfree.com/Jeff_Hardy_Forums

5/31/2006, 12:47 pm Link to post Email Cenafan5471   PM Cenafan5471
 
Firlefanz Profile
Live feed
Blog
Friends
Miscellaneous info

Admin

Registered: 05-2003
Location: Germany
Posts: 3529
Karma: 208 (+255/-47)
Reply Quote
Re: how do you?


Go to board management > security settings > manage user levels and custom titles.

You have to define a level first (use numbers from 100 up to 997 for users, 998 for mods, 999 for admins and 1000 for owner).

You can either grant a titel manually, or give it to people when they reach a certain post count. It's pretty self-explanatory.

I hope that helps. emoticon

---
- Firlefanz

Reading: nothing right now
Writing: Planning stuff. Dealing with rejections.

Hannah Steenbock
5/31/2006, 1:18 pm Link to post Email Firlefanz   PM Firlefanz Blog
 
Eratosthenese Profile
Live feed
Blog
Friends
Miscellaneous info

Directory Friend

Registered: 04-2006
Location: Here, There and Everywhere.
Posts: 26
Karma: -1 (+0/-1)
Reply Quote
Re: how do you?


Is it possible to use a graphic as someone's title?

---

6/18/2006, 2:14 am Link to post Email Eratosthenese   PM Eratosthenese
 
Cenafan5471 Profile
Live feed
Blog
Friends
Miscellaneous info

Directory Friend

Registered: 01-2006
Posts: 44
Karma: -1 (+1/-2)
Reply Quote
Re: how do you?


yes, I have seen it done. You probably put a img tag

---

CLICK THE LINK TO JOIN!http://z4.invisionfree.com/Jeff_Hardy_Forums

6/18/2006, 2:49 am Link to post Email Cenafan5471   PM Cenafan5471
 
Eratosthenese Profile
Live feed
Blog
Friends
Miscellaneous info

Directory Friend

Registered: 04-2006
Location: Here, There and Everywhere.
Posts: 26
Karma: -1 (+0/-1)
Reply Quote
Re: how do you?


i tried, and it wouldn't let me because there's a max of 60 characters. I read in one of the earilier topics about it and i did everything it said, but it just showed up blank. am i doing something freakishly stupid?

---

6/18/2006, 2:52 am Link to post Email Eratosthenese   PM Eratosthenese
 
Cenafan5471 Profile
Live feed
Blog
Friends
Miscellaneous info

Directory Friend

Registered: 01-2006
Posts: 44
Karma: -1 (+1/-2)
Reply Quote
Re: how do you?


I only know how to chane the title but I do not know how to put a IMG tag maybe someone from the board who knows this will answer it

---

CLICK THE LINK TO JOIN!http://z4.invisionfree.com/Jeff_Hardy_Forums

6/18/2006, 2:53 am Link to post Email Cenafan5471   PM Cenafan5471
 
Eratosthenese Profile
Live feed
Blog
Friends
Miscellaneous info

Directory Friend

Registered: 04-2006
Location: Here, There and Everywhere.
Posts: 26
Karma: -1 (+0/-1)
Reply Quote
Re: how do you?


Well then while I'm here, I'll also ask, how can I add links to affiliate pictures in my footing?

And there was something else, but I don't remember.... ah well. Maybe it'll come to me

---

6/18/2006, 3:57 am Link to post Email Eratosthenese   PM Eratosthenese
 
Firlefanz Profile
Live feed
Blog
Friends
Miscellaneous info

Admin

Registered: 05-2003
Location: Germany
Posts: 3529
Karma: 208 (+255/-47)
Reply Quote
Re: how do you?


You put them into the html box for the footer:

Baord Management > Edit Layout and Colors > Edit html. Scroll down to the footer box.

(The Edit html is a button at the top of the Edit Layout page.)

---
- Firlefanz

Reading: nothing right now
Writing: Planning stuff. Dealing with rejections.

Hannah Steenbock's Forum
6/18/2006, 5:46 am Link to post Email Firlefanz   PM Firlefanz Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

BOTM0211
Head of Runboard staff

Registered: 11-2005
Posts: 6546
Karma: 359 (+378/-19)
Reply Quote
Re: how do you?


And for images as titles, you can either shorten image urls with a service like tinyurl.com, or you can use CSS.  Since you can probably figure out the first method for yourself, I'll just explain the 2nd one.

For the title, put this code:

<div class="titlename"><span>Title Name</span></div>

Change "Title Name" to the name of the title, and "titlename" to something appropriate to help you remember what it's for, making sure there are no spaces in the latter.

Then in your CSS:

.titlename {
  height: 15px;
  font-size: 1px;
  background:url('image_url_here') no-repeat;
} .titlename span {
  visibility: hidden;
}


Notice the red in the CSS corresponds to the class name given in the HTML.  Those need to match as they do in this example.

Change the height in the above code to the same height as your image.  The one-pixel font size is just to keep the div at its defined height, instead of being heightened by the invisible words.

In case you're wondering why I put the title name in there and then hid it with CSS, it's so people with CSS disabled will see the text in the absence of the image, and the visually disabled will hear it through their screen readers.  Otherwise, neither would even know the title is there.

Last edited by Lesigner Girl, 6/18/2006, 8:42 am


---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
6/18/2006, 8:40 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
Eratosthenese Profile
Live feed
Blog
Friends
Miscellaneous info

Directory Friend

Registered: 04-2006
Location: Here, There and Everywhere.
Posts: 26
Karma: -1 (+0/-1)
Reply Quote
Re: how do you?


Have you ever heard the expression "You are a God"?

Because you so are.... omg... wow.... thank you so much.

---

6/18/2006, 4:11 pm Link to post Email Eratosthenese   PM Eratosthenese
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

BOTM0211
Head of Runboard staff

Registered: 11-2005
Posts: 6546
Karma: 359 (+378/-19)
Reply Quote
Re: how do you?


If only I had the omnipotent powers to go with that title, I'd be all set! emoticon

You're very welcome, Eratosthenese. emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
6/19/2006, 5:41 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
Justbec Profile
Live feed
Blog
Friends
Miscellaneous info

Directory Denizen

Registered: 06-2006
Location: Paradise
Posts: 1253
Karma: 88 (+98/-10)
Reply Quote
Re: how do you?


Mind another how do you question?

How do you disable the notify box on quick reply? It's driving me nuts. emoticon

---

Paradise Lost, we're moving to Facebook!

6/28/2006, 6:49 pm Link to post Email Justbec   PM Justbec Blog
 
bhazler Profile
Live feed
Blog
Friends
Miscellaneous info

Directory Friend

Registered: 04-2005
Posts: 38
Karma: 1 (+2/-1)
Reply Quote
Re: how do you?


I Think: Board Management >>> Custom Language Set >>> Post_list_reply
change the QR to qr. i think thats all


Firlefanz wrote:


You have to define a level first (use numbers from 100 up to 997 for users, 998 for mods, 999 for admins and 1000 for owner).




isn't it 800 for regulars?



6/29/2006, 3:45 am Link to post Email bhazler   PM bhazler Blog
 
Joshin Josh Profile
Live feed
Blog
Friends
Miscellaneous info

On Walkabout

Registered: 11-2004
Posts: 2526
Karma: 75 (+94/-19)
Reply Quote
Re: how do you?


Yeah you are right.


Level 998 is used to change Moderator's custom title. Level 999 is used to change Administrator's custom title. Level 1000 is used to change Head Administrator's custom title. For regular user custom titles, please use levels between 100 and 800.



---

6/29/2006, 4:08 am Link to post PM Joshin Josh Blog
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

BOTM0207

Registered: 03-2005
Location: Looking for my brain...
Posts: 577
Karma: 26 (+29/-3)
Reply Quote
Re: how do you?


You can still use levels from 1-997, 800 is just a suggestion emoticon

---
~ Quickly, I must hurry, for there go my people and I am their leader ~
6/29/2006, 7:10 am Link to post PM The Mooseman
 
Justbec Profile
Live feed
Blog
Friends
Miscellaneous info

Directory Denizen

Registered: 06-2006
Location: Paradise
Posts: 1253
Karma: 88 (+98/-10)
Reply Quote
Re: how do you?


That did it! Thanks a bunch!

---

Paradise Lost, we're moving to Facebook!

6/29/2006, 12:48 pm Link to post Email Justbec   PM Justbec Blog
 


Add a Reply



You are not logged in (Log-in)
Back To Top