iPBFree Community Forums: Couple of questions - iPBFree Community Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Couple of questions

#1 User is offline   keiwo Icon

  • iPBFree Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 28-October 09
  • Country:

Posted 06 November 2009 - 04:38 AM

Just realized this is in the wrong section lol.. mods, feel free to move it :\
Right, these are probably really nub questions, but w/e..
First of all, is there any way that I can edit the profile information that is displayed in topic view (eg the information that is displayed below a user's avatar)? I don't like the name of the user's group and their join dates being there.
Secondly, is it possible for me to set something up so that users who are suspended are automatically moved into the Banned usergroup for their specified suspension time? It's just that I've got a userbar and stuff set up for the Banned group and I'd like it to show when people are suspended without me having to manually move them in and out of the Banned usergroup..
Lastly - and this is rather embarrassing - how I do I go about changing the dashed line that separates signatures from posts to a solid line? My CSS knowledge extends to coding decent-ish skins, but for some reason, I can't figure this out.. lmfao

This post has been edited by keiwo: 06 November 2009 - 04:46 AM

0

#2 User is offline   Person Icon

  • Hungry. 24/7
  • PipPipPipPipPipPip
  • Group: Design Team
  • Posts: 1,215
  • Joined: 19-May 07
  • Gender: Male
  • Country:

Posted 06 November 2009 - 09:46 AM

•I'm sure the search bar will find you a mod that removes info such as that.
•I don't think suspended users can be moved to banned. But, there may be something I don't know.
•To remove those dashes, here is a mod by our very own laiam. :) It goes in the javascript. Also, edit the bold.

Quote

<script>
//Replace yucky dashes above signature, by laiam.
//mods.ipbfree.com
<!--
$(document).ready(function(){
var posts = $('.post1,.post2');
var sigimg = '<div style="text-align:left;margin: 5px 0 0 0;padding:0;"><img src="IMAGE LINK" alt="signature" /></div>';
for (i=0;i<=50;i++) {posts.eq(i).html(posts.eq(i).html().replace('--------------------',sigimg));}
});
-->
</script>

I think that's it for that code.
Posted Image
Submissions on the source: Apx 50,000+ views
Submissions on the web/ever: Apx 170,000+ views
Time it took to make all those things: Way too long....

Be sure to check out Invision Zone.
0

#3 User is offline   keiwo Icon

  • iPBFree Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 28-October 09
  • Country:

Posted 07 November 2009 - 08:01 PM

View PostPerson, on 07 November 2009 - 02:46 AM, said:

•I'm sure the search bar will find you a mod that removes info such as that.
•I don't think suspended users can be moved to banned. But, there may be something I don't know.
•To remove those dashes, here is a mod by our very own laiam. :) It goes in the javascript. Also, edit the bold.

Quote

<script>
//Replace yucky dashes above signature, by laiam.
//mods.ipbfree.com
<!--
$(document).ready(function(){
var posts = $('.post1,.post2');
var sigimg = '<div style="text-align:left;margin: 5px 0 0 0;padding:0;"><img src="IMAGE LINK" alt="signature" /></div>';
for (i=0;i<=50;i++) {posts.eq(i).html(posts.eq(i).html().replace('--------------------',sigimg));}
});
-->
</script>

I think that's it for that code.


thankyou ^_^!
sorry to be a pest, but there's one more thing.. is it possible to add reputation pips rather than having text or an image?
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users