Jump to content
  • Sign Up

Skreamzja

Community Regular
  • Posts

    579
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by Skreamzja

  1. have you read the readme file? it contains template edits that are in need of being made for the hook to work.
  2. if you are using a "IPBForumSkins" Skin, than it is already built into the skin. The badge is actually there but only enabled when custom icons are enabled. Board Index > boardIndexTemplate, find: <if test="$this->settings['customForumIcons']=='yes'"><if test="$forum_data['_has_unread']"><span class='ipsBadge ipsBadge_orange' style='vertical-align: top; margin-left: 5px;'>NEW</span></if></if> Change to: <if test="$forum_data['_has_unread']"><span class='ipsBadge ipsBadge_orange' style='vertical-align: top; margin-left: 5px;'>NEW</span></if> Not sure if this will work for topics, but try it anyway. Forum Index > topic, find: <span itemprop="name">{parse expression="IPSText::truncate( $data['title'], 130 )"}</span> After that, add: <if test="!$data['folder_img']['is_read']"><span class='ipsBadge ipsBadge_orange' style='vertical-align: top; margin-left: 5px;'>NEW</span></if>
  3. ACP > Looks and Feel > Template Tools > Recache all.
  4. there is an alternative way to resize your emoticons, download some larger ones, and replace the ones you have. But other than that it's going to have to be the way Kingy said. You will need to edit them individually
  5. No problem by marking my comment as solved, will auto close the thread.
  6. Yes that is the bit you delete for the message to be rid of. now for the navigation bar bit, go to ACP > System Settings > Global Configuration > and in there, there should be a place where you have added the word "Modding" leave that space blank
  7. globalTemplate & boardIndexTemplate is where you will find them If you can provide me a live version of your site or the skin I can tell you exactly where and what
  8. I can convert it to IP.Board for you but at a cost sadly. Since converts don't come cheap and are very rare.
  9. [19:37:10] Skreamzja™: http://prntscr.com/218mfy[19:37:30] Scream™: it's Photoshop
  10. okay try after this code; var myMedia = document.createElement('audio'); put this one just underneath audioElement.setAttribute('autoplay', 'true');
  11. try this; $("#volume").slider({ min: 0, max: 100, value: 25,range: "min",animate: true, slide: function(event, ui) { setVolume((ui.value) / 100); } }); var myMedia = document.createElement('audio'); $('#player').append(myMedia); myMedia.id = "myMedia";playAudio('http://atlascorporation.info/introduction', 0);function playAudio(fileName, myVolume) { var mediaExt = (myMedia.canPlayType('audio/mp3')) ? '.mp3' : (myMedia.canPlayType('audio/ogg')) ? '.ogg' : ''; if (mediaExt) { myMedia.src = fileName + mediaExt; myMedia.setAttribute('loop', 'loop'); setVolume(myVolume); myMedia.autoplay(); }}function setVolume(myVolume) { var myMedia = document.getElementById('myMedia'); myMedia.volume = myVolume;}
  12. disable "GRAVATAR" Login to ACP > Top Left Search Bar > Search For > Gravatarmake sure it's set to no.
  13. you can navigate to your logo also by FTP / cPanel. FTP / cPanel > public_html > public > style_images > skin_name > logo.png
  14. If you have added a 3rd party application, you may want to customize it's icon in the left navigation panel. To do so, find an icon which is 32x32 ( or which ever size you want really ) pixels in size and upload it using an FTP program to /public/style_images/skin_name/. Name the image whatever you like. For this example, I'll call it nav_custom.png Next, we need to find the id of the <li> which wraps the application link. To do this, view the source of your page. Scroll down to primary_nav, and below that you will see a list of links similar to this: <li id='nav_app_forums' class="left active"><a href='http://www.site.com/forum/' title='Go to Forums' >Forums</a></li><li id='nav_app_members' class="left "><a href='http://www.site.com/forum/index.php?/members/' title='Go to Members' >Members</a></li><li id='nav_app_blog' class="left "><a href='http://www.site.com/forum/index.php?/blogs/' title='Go to Blogs' >Blogs</a></li><li id='nav_app_calendar' class="left "><a href='http://www.site.com/forum/index.php?/calendar/' title='Go to Calendar' >Calendar</a></li><li id='nav_app_ipchat' class="left "><a href='http://www.site.com/forum/index.php?/chat/' title='Go to Chat' >Chat</a></li><li id='nav_app_ccs' class="left "><a href='http://www.site.com/forum/index.php?/page/index.html' title='Go to Pages' >Pages</a></li><li id='nav_app_downloads' class="left "><a href='http://www.site.com/forum/index.php?/files/' title='Go to Downloads' >Downloads</a></li><li id='nav_app_gallery' class="left "><a href='http://www.site.com/forum/index.php?/gallery/' title='Go to Gallery' >Gallery</a></li><li id='nav_app_nexus' class="left "><a href='http://www.site.com/forum/index.php?/store/' title='Go to Store' >Store</a></li> The id's in the above code are all prefixed with nav_app_ (nav_app_forums, nav_app_members, etc). Find the id of your link and use it in the next step. Go to ipb_styles.css and find: #community_app_menu #nav_app_nexus a:before{ background-image: url("{style_images_url}/nav_nexus.png"); } After that, add: #community_app_menu #nav_app_custom a:before{ background-image: url("{style_images_url}/nav_custom.png"); } Replace #nav_app_custom with the correct id from above, and change nav_custom.png so it uses the same image which you uploaded in the first step. Save, clear cache (if necessary), and you're done.
  15. 108 downloads

    [color=rgb(40,40,40)][font=helvetica][size=3]This mod helps to verify a subscribers email address upon registration to avoid fake users. Instead of a local blacklist of disposable email services such as [/size][/font][/color][url="http://mailinator.com/"]mailinator.com[/url][color=rgb(40,40,40)][font=helvetica][size=3], 10minutemail, etc. this mod uses the block-disposable-email.com api. No local maintenance of blacklists necessary.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]Please sign-up at [/size][/font][/color][url="http://www.block-disposable-email.com/cms/register/?ref=IPS"]www.block-disposable-email.com[/url][color=rgb(40,40,40)][font=helvetica][size=3] to get your personal api key. The service is free for up to 200 queries a month.[/size][/font][/color]
  16. it's also similar to this? http://webflake.net/topic/7611-ipboard-skins-orizon-red-skin-orizon-blue-skin/
  17. you will need to ask your host to change it in the php file.
  18. Version 1.0

    89 downloads

    [color=#282828][font=helvetica][size=3]Forum Rank Images I made for my site after not finding much that appealed to me.[/size][/font][/color] by Bry5012
  19. where do you need them downloaded from? Uploaded awaiting aproval
  20. Here you go http://webflake.net/files/file/15-sos34-group-color-on-user-link/
  21. Version 1.0.0

    138 downloads

    [b]Adds a Recent Tweets sidebar to the user profiles.[/b] [color=rgb(40,40,40)][font=helvetica][size=3]No API key is needed.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3] [/size][/font][/color] [b]Features: [/b][list] [*]Configure the number of tweets to show [*]Easy custom profile field linking [*]Two themes (Light & Dark) [*]Easy change of border- and link color. [*]Widget properties to change the appearance. [/list] [b]Please, do not PM for support questions, use the support forum instead.[/b]
  22. Version 1.0.1

    205 downloads

    [color=rgb(40,40,40)][font=helvetica][size=3]Brings back the "Latest News" block onto the board index from IPB 3.1 and older.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]Hook must be configured from settings before anything will appear on the index.[/size][/font][/color]
  23. Hello there ninetailzn, Welcome to WebFlake, Hope you enjoy it here and stick around. To Elaborate and make sure you don't step on any toes, I would advise you to read the Rules & Guidelines here at WebFlake. Other than that, Big welcome aboard + Salute to a NewYorker
×
×
  • Create New...