Jump to content
  • Sign Up

John

Contributor
  • Posts

    116
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by John

  1. uhm u can edit ur usertitle in ucp or acp to anything u want it doesnt have to be Administrator or if u want to permanently remove it from the forum so u and everyone else wont be able to use it again go to Look & Feel in acp Manage Skin Sets & Templates choose the skin and then select userInfoPane from Global Templates remove this code from there <if test="membertitle:|:$author['member_title']"> <p class='desc member_title'>{$author['member_title']}</p> </if> note: all this does is remove it from the userinfopane it will be available in the profile
  2. ah i understand but u cant do that phpbb has its own bbcode as does ipb, thats why quotes from phpbb will not work with quotes from ipb example phpbb example [quote="John666M"]blah blah blah[/quote] ipb example [quote name="John666M" post="61848" timestamp="1417659663"] u just want to make the sizes of the text bigger right? not sure what u meant with the whole compatibility with the posts in phpbb cause i had a friend use the converter to convert ipb to phpbb and they didnt lose any post of theirs so kinda lost with what u meant[/quote] what u are asking for bbcodes that work in phpbb to work in ipb not gonna happen cause not the same software different features u can probably just readjust the font size and here is a list of the bbcodes and examples that work with ipb http://webflake.sx/index.php?s=9f9aa70fcf75e987756749f3cc761b3f&&app=forums&module=extras&section=legends&do=bbcode
  3. you also need to change the width in System Settings > Members > User Profiles Show users full photo in topic view; maximum width set that at 150 note: 150 max is recommended cause if u set it higher your author info becomes unaligned plus the postbit is stuck closer to the avatar so it becomes kinda messy afterwards
  4. u just want to make the sizes of the text bigger right? not sure what u meant with the whole compatibility with the posts in phpbb cause i had a friend use the converter to convert ipb to phpbb and they didnt lose any post of theirs so kinda lost with what u meant anyway as for increasing the sizes u need to edit the defaults.php file located in admin/sources/classes/text/parser/bbcode in there u will find the php file afterwards u look for this code class bbcode_plugin_size extends bbcode_parent_main_class { /** * Mapped font sizes * * @access protected * @var array */ protected $font_sizes = array( 1 => 8, 2 => 10, 3 => 12, 4 => 14, 5 => 18, 6 => 24, 7 => 36, 8 => 48 ); and u can continue with the following like adding on like 8 => 48, 9 => 72 ); and so forth to make the text sizes bigger, hope this is what u wanted
  5. i know you can restrict posts but not sure about unlimited topics part cause you see each topic has a first post which is the OP (open post of a topic) so by limiting the posts daily you are limiting the topics as well they can be limited here Member Groups > Manage Member Groups select the forum tab and all the way to the bottom of the page you will find restrictions you can limit how much posts they can make in 24hrs for x amount of (days since joining) or (approved posts)
  6. how does it appear and how should it look cant see what you are trying to show us, use a screenshot please
  7. hey Webflake just giving something back for the community and if there are any gamers around i present to you guys 5 keys for the following game Warlock: Master of the Arcane gift=VFzbsqYvwCRTvcRe gift=y23qHpFuvX5PSqte gift=wT6NwpdzhvFpumdW gift=cbuFqMWxD3VqY24E gift=4FTTbnwHqvVatHGA https://humblebundle.com/? use the gift=[whatever code is there] after the link above, i put it like that so lurkers wont click and steal them easily i wished there was TB Hidden Content where i could hide them for u guys but alas only way to prevent them from being lurked quickly is this way, anyway try to get them quick *Must be claim them before 22 of September *Must have a valid steam account to claim as well
  8. i too experience this on certain skins like Brave for 3.4, you can just do a simple css edit and fix it two ways to do it first is easy just search this code in ipb_styles.css .post_body ul.post_controls{ margin: 0 -12px -12px -197px; } and add overflow: visible; to it 2nd is even easier just search this code in the same ipb_styles.css ul.post_controls { margin: 0; background: #222222; border-top: 1px solid #2b2b2b; margin-top: 10px; padding: 6px; clear: both; overflow: hidden; } and just change overflow: hidden; to overflow: visible; both worked for me ^^
  9. ipb has an anti spam feature that merges posts if they try to make double posts and u can set the time limit by minutes its Merge member's concurrent posts found in acp System > System Setting > Forums > Topics, Posts and Polls Im not sure about the topic time limit tho as i dont think i have ever come across that setting on acp before but i could be wrong
  10. John

    hi..

    welcome to the forums man hope u enjoy ur stay be sure to read the rules in the announcements above
  11. nah it should work out well, im just sorry for the other lazy members like me, having to get active all of a sudden
  12. the shoutbox popup images seems to be broken/not in the spot its suppose to be also nice system but scared me for a sec when i saw my email earlier nice job admin dood
  13. i got an email today stating that i need to be active or my account will be deleted so im here to say sorry for being inactive, i just been busy with life i do appreciate this community alot, i learn new stuff when im here, anyway my name is John, i like anime, manga, games and im also glad to be part of ur community i do hope we can all get along well
  14. John

    Howdy

    welcome to the site hope u enjoy your stay
×
×
  • Create New...