Jump to content

Skye

Frost
  • Posts

    122
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Skye

  1. In fews hour I will post a tutorial for do that without a damn hook. (@work ATM )
  2. Original post by me, you can add me in the credits, thanks..
  3. Skye

    Member Map

    Version 1.0.8

    178 downloads

    [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]Member Map is an application that allows your users to put their (Exact or approx) location onto an interactive Google Map. Member Map has a full permission model so you can limit which groups can access or add to the map.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]As an administration you have the ability to place custom markers on the map, for example if you would like to post the location of an upcoming meet.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]Features include:[/size][/font][/color][list] [*]Google Map Support [*]Auto Center & Zoom on Locations [*]Show friends only option [*]Friends have green markers [*]Full Permission support for view/add/update/delete [*]Alexs' fantastic AJAXiness & Javascript coding [*]FURLS [*]Info Window contains User Group and UserPopup [*]Scroll Zooming, zooms to your cursor position (option to disable) [*]Supermoderators can remove markers [*]Admin Managed custom markers [*]100% Language Abstracted - Translate in your ACP [*]IP.Board 3.1 Notification Support for when friends update their location [*][url="http://ipb.silvesterwebdesigns.com/store/product/1-content-spy/"]Content Spy[/url] support [*]Mini-map on users profile page (the hook is disabled by default) [*]Ability to embed your map into your Facebook page (must meet certain requirements) [/list] [b]Facebook Integration[/b] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]Facebook Integration was kindly financed by [/size][/font][/color][url="http://community.invisionpower.com/user/111216-noni/"]Noni[/url][color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3] for the community. To use the Facebook integration, you [/size][/font][/color][b]MUST[/b][color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3] have a working SSL certificate.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]Simply upload the files/folders to your forums directory, don't forget to get a Google map Api key (there is a link in the settings in your ACP)[/size][/font][/color] [b]Bugs[/b] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]If you find any bugs in this product, please report them to our [/size][/font][/color][url="http://ipb.silvesterwebdesigns.com/tracker/project-2-ipboard-member-map/"]bug tracker[/url][color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3].[/size][/font][/color]
  4. Version 1.0.0

    291 downloads

    [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]This hook will restore the most active forum of a member on profile view.[/size][/font][/color]
  5. Version 1.0.4

    245 downloads

    [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]This hook allows users to receive a notifications when mod actions are applied to their topics and posts.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]It adds notifications for:[/size][/font][/color][list] [*]A topic being opened or closed [*]A topic being moved [*]A topic being approved [*]A topic being deleted [*]A post being approved [*]A post being deleted [/list]
  6. Version 1.2.0

    69 downloads

    [color=rgb(255,0,0)][font=helvetica, arial, sans-serif][size=3][size=4][b]NOTE: This hook is no longer required for IPB 3.3 - Similar functionality is included directly within IP.Board.[/b][/size][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]This hook adds a new tab to members' profiles, showing all the reputation they have received on your board, along with the member they received from, and the date they got it.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]From version 1.1.0 onwards, only IPB 3.2 is supported officially. For older versions, download 1.0.1.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]Still to come before IPB 3.2 final:[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]- Improve pagination format[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]- Include support for reputation granted outside of forums app[/size][/font][/color]
  7. Hello, Here is a tut for edit a template for one group or more. For exemple here is the message : "Hello world" Just add the id of the group you want : they can't see the message if they're ID are in it. For one group : <if test="$this->memberData['member_group_id'] != 2"><p> Hello world </p></if> (All group will see that except the group with ID #2) For few groups : <if test="!in_array( $this->memberData['member_group_id'], array( 4, 2 ) )"><div class="msg"><p> Hello world </p></div></if> (All group will see that except the group with ID #4, #2) Ex : After, you can make a custom message/template/etc.. everywhere Feel free to do what you want !
  8. @Evarni : Best troll on WF
  9. I just removed this code : //----------------------------------------- // And start generating output //----------------------------------------- $txt .= $this->registry->output->getTemplate('ccs_global')->articlePages( $_ttlPages, $_curPage, $_reconstructed ); return $txt; And that fix the error for now. idk if that will re-happen..
  10. I dont have an article app. (I use easy pages app but if I disable it) the problem stay here after recache I need to rebuild all app ?Recache after do it ?
  11. Wow, the next release of IPB (3.4.3) have so much fix, can't wait !

    1. Justin™

      Justin™

      Lots of fixes but, still some nagging bugs. Running the beta on my test server now.

  12. Already did it, don't make anything.
  13. Yoh. When i go on my BBCodes link for see all BBcodes, I have this error : Fatal error: Call to a member function articlePages() on a non-object in /home/XXXXXXX/public_html/admin/sources/classes/text/parser/bbcode/ccs.php on line 136 I already have this error 4-5 months ago, and i already fixed it, but i forgot how i made. xD So i'm here.
  14. I'm running on 3.4.2 with this hook but i never have this problem, it's normal ? Btw, thanks for the tut !
  15. Per default in you Forum view you have that : And we want to add an icon for a topic already viewed but not replied by yourslef. That will look like that : (See the topic "Je me présente") Step 1) Go in Looks&Feel -> <your skin> -> Others global templates -> generateTopicIcon You will have this code in it. <if test="topicIsMoved:|:$imgArray['is_moved']"> <span title="{$this->lang->words['pm_moved']}">{parse replacement="t_moved"}</span></if><if test="topicIsClosed:|:$imgArray['is_closed']"> <span title="{$this->lang->words['pm_locked']}">{parse replacement="t_closed"}</span></if><if test="topicReadDot:|:$imgArray['show_dot'] && empty( $unreadUrl )">{parse replacement="t_read_dot"}</if><if test="gotolatestwrap:|: ! empty( $unreadUrl ) && ! $imgArray['is_moved']"> <a href='{$unreadUrl}' title='{$this->lang->words['first_unread_post']}'> <if test="topicUnreadDot:|:$imgArray['show_dot']"> {parse replacement="t_unread_dot"} <else /> {parse replacement="t_unread"} </if> </a></if> Step 2) Delete all the previous code and paste the following code. <if test="topicIsMoved:|:$imgArray['is_moved']"><span title="{$this->lang->words['pm_moved']}">{parse replacement="t_moved"}</span></if><if test="topicIsClosed:|:$imgArray['is_closed']"><span title="{$this->lang->words['pm_locked']}">{parse replacement="t_closed"}</span></if><if test="empty( $unreadUrl ) && ! $imgArray['is_moved']"><if test="topicReadDot:|:$imgArray['show_dot']">{parse replacement="t_read_dot"}<else /><img src="{style_images_url}/t_read.png" alt="" /></if></if><if test="gotolatestwrap:|: ! empty( $unreadUrl ) && ! $imgArray['is_moved']"><a href='{$unreadUrl}' title='{$this->lang->words['first_unread_post']}'><if test="topicUnreadDot:|:$imgArray['show_dot']">{parse replacement="t_unread_dot"}<else />{parse replacement="t_unread"}</if></a></if> Step 3) Save. Don't forgot to upload the following image at your skin folder :
  16. Skye

    Gradient (Blue)

    Version 2.1

    142 downloads

    [color=rgb(40,40,40)][font=helvetica, sans-serif][size=3][color=rgb(0,0,0)]Skin with gradient effect in almost all of its design, light skin, some images removed and replaced with CSS code, scroll to top and more! logo.psd file if you want to make a logo following the pattern of original. Because of that the zip is larger (1,18MB). Hope you enjoy![/color][/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, sans-serif][size=3][color=rgb(0,0,0)]Maybe I'll release the skin Gradient in other colors. [/color] [color=rgb(128,0,128)][b]ZIP contains readme.html file, logo.psd and screenshots for more details and instructions.[/b][/color] [color=rgb(0,0,0)] [b]Browser compatibility:[/b][/color][/size][/font][/color][list] [*][color=rgb(0,0,0)][font=helvetica, sans-serif]Google Chrome: [/font][/color][b][color=rgb(0,128,0)][font=helvetica, sans-serif]OK![/font][/color][/b] [*][color=rgb(0,0,0)][font=helvetica, sans-serif]Opera: [/font][/color][b][color=rgb(0,128,0)][font=helvetica, sans-serif]OK![/font][/color][/b] [*][color=rgb(0,0,0)][font=helvetica, sans-serif]Safari: [/font][/color][b][color=rgb(0,128,0)][font=helvetica, sans-serif]OK![/font][/color][/b] [*][color=rgb(0,0,0)][font=helvetica, sans-serif]Mozilla Firefox: [/font][/color][b][color=rgb(0,128,0)][font=helvetica, sans-serif]OK![/font][/color][/b] [*][color=rgb(0,0,0)][font=helvetica, sans-serif]Internet Explorer: [/font][/color][b][color=rgb(0,128,0)][font=helvetica, sans-serif]OK![/font][/color][/b] [/list] [color=rgb(0,0,128)][font=helvetica, arial, sans-serif][size=3][font=helvetica, sans-serif][b]NOTE: In IE9 and previous versions, all will be squared. In IE10 the effects are ok, such as border-radius and gradient.[/b][/font][/size][/font][/color]
  17. Skye

    Graphit

    Version 3.4.0

    68 downloads

    [b]Graphite[/b][color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3] is a dark, blue-tinted skin with an innovative sidebar. It was created not only as a sleek, professional design, but also to provide a cool, easy to read and use environment which makes a more effective use of screen real estate than former skins.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]The sidebar contains the header links, member links and information and various other jump points, all laid out for the greatest convenience and usefulness. If the full width of the screen is needed, the button immediately at the top of the sidebar allows for it to be temporarily hidden, leaving the screen open to other content.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]This skin contains the compressed skin templates, a PSD logo image and font, and a readme detailing license and installation.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]The skin is compatible with IP.Board 3.1 and higher. Official support for the Blog, Gallery, Downloads and other components is not included.[/size][/font][/color]
  18. Version 2.1

    129 downloads

    [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]his is a free fluid skin inspired by Facebook. And now works with IPB 3.4.x (see 2.1 version)[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]Has no sidebar enabled (recommended)[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]If you want to enable the sidebar:[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]Look & Feel >Manage Skin Sets & Templates >Manage Templates in eLeMentaL[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]Open boardindexTemplate and find:[/size][/font][/color] [code=auto:0] {parse variable="sidebar_enabled" default="$hide_side_blocks"} [/code] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]Replace with:[/size][/font][/color] [code=auto:0] {parse variable="sidebar_enabled" default="$show_side_blocks"} [/code]
  19. Skye

    iRadio Hook

    Version 1.0.2

    329 downloads

    [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]iRadio simply connects to a shoutcast server that you have purchased from a shoutcast hosting provider, when a DJ is broadcasting, iRadio sits on top of your forum categories on the board index and displays the latest radio statistics for the shoutcast server, like Current DJ, Current Song, Current Listeners out of a max listeners and peak listeners, it also has tune in links for your members to listen to the radio.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3] [/size][/font][/color] [color=rgb(255,0,0)][font=helvetica, arial, sans-serif][size=3][b]For those having issues with load times or it not connecting to your shoutcast server, please ask you web host to unblock your shoutcast ports.... so if your port is 8000, ports 8000 and 8001 needs unblocking by your web host.[/b][/size][/font][/color]
  20. Version 1.0.0

    78 downloads

    [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]This hook will show block with RSS/Atom items[/size][/font][/color]
  21. Version 1.0.4

    213 downloads

    [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]This hook allows you to add reflections to avatars (photos).[/size][/font][/color]
  22. You need to rebuild the app (Html, css, remplacements) via the ACP and recache your skin. Paradizze gonna re-post the tutorial for the Call to a member function welcome() on a non-object
×
×
  • Create New...