Jump to content

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. Version 1.0.0

    66 downloads

    IPS 4 removed the ability to modify the way the forum looks with Dates and Time. So i took the time of write a small XML plugin to sort this, so now you can edit it like in IPS3 (well more or less) How to install ? AdminCP > System > Plugins Install Plugin Click on the edit (pencil) Select your options Refresh If things still does not update, make sure you clear bad cache from forum AdminCP > System > Support What does it do ? You can customize forum-wide if you want 12h or 24h time to display You can customize the date (like with php date %d/%m/%y etc) VirusTotal
  2. I found out that I wanted to have Recent Topics and Recent posts all in one, for a bit more sleek overview. I didn't want to have two blocks for the same purpopse. So this custom feed, will update the latest Topic with its post. So if somone creates a topic, and somone replies it will get updated and display the title of the topic but also who posted last. So i re-wrote the standard and used both to combine it in all in one enjoy and lets get cracking Diff level: 1 You only need to cut and paste Whats Required. IPS 4.x + (Works on 4.0 and 4.1) IPS Pages Firstly open AdminCP > Pages > Blocks Click "Create new Block" Select Plugin In the dropdown box select "Topic Feed" Now fill it in with these details. Name: Latest Description: Latest from the forum Template Key: latest2 Click on Feed Configuration Name: Latest on forums (You can call it whatever you want the block to be named) Honour Permissions: On The rest here is optional for how you want to display things for your users. Click on Content Under Template select in the dropdown box "Use as base for custom template" replace the code in the box with the following {{if !empty( $topics ) }} <h3 class='ipsWidget_title ipsType_reset'>{$title}</h3> {{if $orientation == 'vertical'}} <div class='ipsPad_half ipsWidget_inner'> <ul class='ipsDataList ipsDataList_reducedSpacing'> {{foreach $topics as $topic}} <li class='ipsDataItem{{if $topic->unread()}} ipsDataItem_unread{{endif}}{{if $topic->hidden()}} ipsModerated{{endif}}'> <div class='ipsDataItem_icon ipsPos_top'> {template="userPhoto" group="global" app="core" params="$topic->lastCommenter(), 'tiny'"} </div> <div class='ipsDataItem_main'> <div class="ipsCommentCount ipsPos_right {{if ( $topic->posts - 1 ) === 0}}ipsFaded{{endif}}" data-ipsTooltip title='{lang="replies_number" pluralize="$topic->posts - 1"}'>{expression="$topic->posts - 1"}</div> <a href="{$topic->url()->setQueryString( 'do', 'getLastComment' )}" title='{lang="view_this_topic" sprintf="$topic->title"}' class='ipsDataItem_title ipsType_break'>{wordbreak="$topic->title"}</a> {{if $topic->mapped('featured') || $topic->hidden() === -1 || $topic->hidden() === 1}} <span> {{if $topic->hidden() === -1}} <span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_warning" data-ipsTooltip title='{$topic->hiddenBlurb()}'><i class='fa fa-eye-slash'></i></span> {{elseif $topic->hidden() === 1}} <span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_warning" data-ipsTooltip title='{lang="pending_approval"}'><i class='fa fa-warning'></i></span> {{endif}} {{if $topic->mapped('featured')}} <span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_positive" data-ipsTooltip title='{lang="featured"}'><i class='fa fa-star'></i></span> {{endif}} </span> {{endif}} <br> <span class='ipsType_light ipsType_small'>{lang="byline_nodate" htmlsprintf="$topic->lastCommenter()->link()"} · {datetime="$topic->mapped('last_comment')"}</span> </div> </li> {{endforeach}} </ul> </div> {{else}} <div class='ipsWidget_inner'> <ul class='ipsDataList'> {{foreach $topics as $topic}} {template="row" group="global" app="forums" location="front" params="NULL, NULL, $topic, FALSE"} {{endforeach}} </ul> </div> {{endif}} {{endif}} Once saved give the permissions to who can view the block. Who to add the block to the sidebar on the forums Open the main forum Click on the > arrow to the left side Pages > Custom Block > Drag Box to the side or where you want it Click on Edit button on the block In the popup window select in the dropdown box the box you created (In this example its "Latest") Voila you got your custom block.
  3. I can only see the static logo. Or you talking about the animated background? that keeps scrolling :)
  4. Welcome to WebFlake Community @deaneo8
  5. She casted a protection spell on me now :P
  6. + = I'll settle for dinner and uhm a cookie! YES oh wait i'm last post now
  7. Thats' what she said. Currently I'm the winner
  8. Should be able to add this to your CKeditor. http://ckeditor.com/addon/ckeditor-alert-messages Most of those editors is asking to get bought
  9. For more info on the responsive ads you can do google has some good info here
  10. I think you can use responsive ads check the adsense page. I did that on my test page and works on mobile and normal desktop
  11. As I said its an EXAMPLE¨. It shows the same thing but the folders are different. So to use this example and explain Start your FTP Client Connect to your server (where you upload your folders) Find the folder uploads Right click the folder Select Permissions or CHMOD (This is dependent on your FTP Client) Select 777 in the box or check all boxes to make it writeable
  12. Sorry for using wordpress as an example but this shows what @Stake™ means. Except for the folder and not what it shows in this guide. Please use this guide as a visual example and not the answer
  13. As answered in PM. You will need to check in the theme settings AdminCP > Customization > Themes > Animate > Edit Or this has to be changed in the html Applied this for user solutions for others that might be asking. AdminCP > Customization > Themes > Animate > Edit HTML / CSS > index > forumRow Find {{if $forum->description}} <div class="ipsDataItem_meta ipsType_richText">{$forum->description|raw}</div> {{endif}} Move this code to where you want it, in this case find <a href="{$forum->url()->setQueryString( 'passForm', '1' )}" data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title='{lang="forum_requires_password"}'>{$forum->_title}</a> {{else}} <a href="{$forum->url()}">{$forum->_title}</a> {{endif}} And move the first code below after {{endif}} For the avatar thing it can be found here
  14. This one is outdated and is not compatiable with 4.1.x (I used it but it breaks everything) First one you linked i have no problem with working
  15. What chatbox are you using ? Application / Plugin etc Also you will need to possible link your board to check the CSS or code :)
  16. Those that likes cut and paste. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" type="text/javascript"></script> <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
  17. What @Robin86 said is the theme. The logo is this one Would presume its made in photoshop, and as far as I can see its CSS to make it looks standing over it the navigation bar
  18. First of all welcome to the forums! Could you link your website please so we can inspect the CSS please Edit: User gave website in PM solution. . branding { width: 95%; margin: 0 auto; }
×
×
  • Create New...