Jump to content

Leaderboard

  1. Tony

    Tony

    Administrator


    • Points

      5

    • Posts

      5,256


  2. Oturo

    Oturo

    Explorer


    • Points

      3

    • Posts

      117


  3. Lock Down

    Lock Down

    Rising Star


    • Points

      2

    • Posts

      1,035


  4. Justin™

    Justin™

    Retired Staff


    • Points

      1

    • Posts

      369


Popular Content

Showing content with the highest reputation on 07/20/2014 in all areas

  1. Ok since you didn't say where on that screen you wanted it I am putting it after Community stats header. You can move anywhere in the template you want. Edit template profiles > profileModern find <div class='general_box clearfix'> <h3>{$this->lang->words['community_stats']}</h3> <br /> put this after it <php> $tab = 'status'; $this->settings['maxStatusUpdates']=1; if (!class_exists('profile_plugin_parent')) { require( IPSLib::getAppDir( 'members' ) . '/sources/tabs/pluginParentClass.php' ); /*noLibHook*/} $LDclassToLoad = IPSLib::loadLibrary( IPSLib::getAppDir( $tabs[ $tab ]['app'] ) . '/extensions/profileTabs/' . $tab . '.php', 'profile_' . $tab, $tabs[ $tab ]['app'] ); $LDplugin = new $LDclassToLoad( $this->registry ); $tab_html = $LDplugin->return_html_block( $member,1,1 ); unset($LDclassToLoad); unset($LDplugin); $start = strpos($tab_html,'</form>'); $start1 = strpos($tab_html,'</div>',$start); $tab_html = substr($tab_html,$start1+6); </php> {$tab_html} Updated : The extra code will hopefully stop the errors caused by the hooks / apps that don't check if class was loaded.
    1 point
  2. I don't really know why everyone is fanny assing around with answers and sending you around the long way. Create a new directory called "forums" or "community" what ever you want, you can call it "pussyholes" it doesn't even matter. Once that directory is created in your public_html your then going to want to move all your forum contents into that folder. As easy as that? Yeah just a few more tweaks now. Go into your newly created directory and locate your global_config.php file and change the url of your board to add the name as the end. For instance I create a new directory called forums. so I'm going to change it in my global_config.php to "http://www.mydomain.com/forums". That's all you need to do in the FTP server now. Now log your self into the admin cp of your forum board " remember to put the new directory " then /admin. Go to global configuration in system settings and change the links there aswell. Boom done. Now just create a redirect page via cpanel from the public_html to your new directory called "forums" or "community" or w.e you want to call it. Job done.
    1 point
  3. Not sure I understand your thread title but, welcome to the forum.
    1 point
  4. ACP -> Look & Feel -> Your Skin -> CSS -> ipb_common.css Find this: pre.prettyprint, code.prettyprint { Then under it, add this: text-align: center;
    1 point
  5. 1 point
  6. Not working for 3.3.x version.
    1 point
  7. Is this the enkidu slider provided for free on IPS?
    1 point
  8. Users who have the hook installed with their IPB 3.4.x package, may have noticed an oddity with their View New Content page (something similar to the image below): If you are experiencing this issue, it is caused by the aforementioned hook. You'll need to make one small edit and you'll be all set. Navigate to: <Your IPB Root>/Hooks/tbGfSkinSearch_xxxxx.php [*]The "xxxxx" substitutes the string of random characters attached to your file. Find this line: $data['last_poster'] = $data['last_poster_id'] ? IPSMember::makeProfileLink( TBGroupFormat::makeNameFormatted( $data, $data['last_poster_name'], $data['last_poster_group'], 'last_poster_id' ), $data['last_poster_id'], $data['seo_last_name'] ) : $this->settings['guest_name_pre'] . $data['last_poster_name'] . $this->settings['guest_name_suf']; ... and replace it with this: /*$data['last_poster'] = $data['last_poster_id'] ? IPSMember::makeProfileLink( TBGroupFormat::makeNameFormatted( $data, $data['last_poster_name'], $data['last_poster_group'], 'last_poster_id' ), $data['last_poster_id'], $data['seo_last_name'] ) : $this->settings['guest_name_pre'] . $data['last_poster_name'] . $this->settings['guest_name_suf'];*/ Save your edit, and refresh your page -- fixed! I strongly recommend downloading a copy of the file, making the edit, and then re-uploading it to avoid any issues with the upload. Editing the file inside of FTP programs such as Filezilla is not always efficient. [*]Credits to Paradiizee for working with me to find a fix for this. Be sure to thank him! [*]Please Note: This is only a temporary fix until the hook's original author makes the appropriate updates for full 3.4.x support.
    1 point
  9. There's a fix posted in the official support thread that wouldn't need to be applied more than once. It would mean uninstalling the hook and editing the xml though. http://community.invisionpower.com/topic/350317-download-tb-group-format/page-8
    1 point
  10. 1 point
  11. See this issue http://webflake.sx/topic/2586-my-forum-lagging-and-there-are-strange-errors/ i think it wont work, everything become messy on my forum don't know why! Never ever the problem with this file appeared but now everyday the same
    1 point
  12. In some cases, other necessary changes may need to be made to the file per specifications of whatever application/hook you install. You could likely set the file's permissions, but that could not only break the application/hook you're trying to install, but it could even corrupt the installation process. I strongly recommend that you backup your database before trying anything of the sort. If it works, feel free to post back here with an update.
    1 point
  13. I could not stop this updating? If i set permission of the file non writting?
    1 point
  14. Several applications and hooks will update the tbGfSkinSearch file, so often times you will find yourself needing to repeat this tutorial. Unfortunately there is no way around it until the original hook author updates the hook itself.
    1 point
  15. Hello Davlin thanks for sharing, i have a issue when i make this change everything it seems to be ok but the other day this happening again and i must do the process again! How i can fix it?
    1 point
  16. Actually, the hook hasn't been updated to work properly with 3.4.x. According to the author it is compatible for 3.2.x and 3.3.x only.
    1 point
  17. You're mistaken. The hook is not nulled, nor is this tutorial to be used for nulling it. This tutorial is for fixing the compatibility issues it has with IPB 3.4.x.
    1 point
  18. Could be an older version of the hook that you are using, or it may just be a discrepancy between nulled/retail copies of IPB.
    1 point
  19. I'm running on 3.4.2 with this hook but i never have this problem, it's normal ? Btw, thanks for the tut !
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...