TY2U.com Designs

Joomla templates & other Joomla extensions.

Categories

Recent Posts

  • Drop Login Plugin for Joomla 1.7

    Posted by Ryan
    Ryan
    Joomla template developer, Joomla enthusiast, Linux user, programmer, artist
    User is currently offline
    - 0 Comments

    I just released a new Drop Login plugin for Joomla. This is inspired by various extensions I found for Joomla which don't really work the way we wanted and so this plugin was born.

    This is the plugin in use at the top of this site. I am using the x5 login box modulex5 login box module for this which I have modified slightly.

    As you can see, when you click the login link a panel will drop down and a login form will be shown. Once you log into the site it will show a Dashboard link and the Login link will turn into a Logout link and you can see the x5 module's logout button rather than the login form. You can click the links to switch between the two panels. You can click the link of the currently displayed panel, the X button, or just click anywhere else on the page other than the panel to close it.

    I have simply placed the user menu with links to edit their profile in the Dashboard of the Drop Login plugin for when users are logged in but you can add more extravagant things to it if you like.

    Click here for a list of features and to download the Drop Login plugin for Joomla.

  • FeedBonder Released

    Posted by Ryan
    Ryan
    Joomla template developer, Joomla enthusiast, Linux user, programmer, artist
    User is currently offline
    - 0 Comments
    FeedBonder is a Mambot that takes those big long links from RSS feeds Joomla! makes and turns them into a small image so they don't mess up your site. Works with RSS feeds created with Joomla! that have been imported as content items with components like FeedGator. Don't forget to publish the bot and configure it to your liking.
    Feb 13 Tags: Untagged
  • Show all entries from Joomla plugins

Recent Posts

  • How to assign a Joomla template when it won't assign

    Posted by Ryan
    Ryan
    Joomla template developer, Joomla enthusiast, Linux user, programmer, artist
    User is currently offline
    - 0 Comments

    I just answered a question on the Joomla forums which I thought I should post here because I find myself using this trick fairly often and many others must have this problem but not know the secret.

    Sometimes you are trying to assign a template but it just doesn't assign properly. I think something gets messed up somewhere and so you can just simply not assign any templates to menu items anymore. I have a quick fix for it.

    1. Change the default template to some other template that you don't want as your default
    2. Edit your default template by clicking its name
    3. Click the radio button "Select from List"
    4. Select all the items in the list - an easy way to do this is by clicking the first item, hold down shift, then click the last item
    5. Click Save to save the menu assignments
    6. Now set it as your default template again by selecting the radio button to the left of its name and clicking Default at the top right of the screen

    Now you should be able to assign other templates to menus properly again. If not then you may have to play around some more by assigning some templates to all menus and saving and then assigning them to none and saving. I think somehow something gets mucked up and just has to be refreshed like this in order for it to work properly again.

  • Ban email domains from registering

    Posted by Ryan
    Ryan
    Joomla template developer, Joomla enthusiast, Linux user, programmer, artist
    User is currently offline
    - 0 Comments

    Lately I have been getting lots of emails on some sites registering that are spam. Even with all my things to try to prevent it that I have tried it is an ongoing battle and you have to always be ready to stop it. I decided I wanted to block all emails from mail.ru from registering since they seem to be spam usually but I didn't know how to do that. So I figured I would track down a way and eventually found myself in the Joomla forums.

    I discovered a post by SundanceKid on how to ban certain email domains from registeringhow to ban certain email domains from registering. Thank you!

    I modified it slightly so it didn't have yahoo or gmail in it. I also changed the error message below to be less obvious because I figured if they know its the email domain causing the error they will probably just try another one. But if they do this you can add another one to block by copying one of the lines in the middle of the code below and modifying it with the new domain.

    Please post comments of any domains you find that are known to be spam and I will add it to the list for future use.

    I was thinking that maybe there is some better way to do this by hooking it to some sort of database that probably already exists out there but this is good for now since all I really wanted to do is block mail.ru.

    File: components/com_user/controller.php
    Line: 266 (may differ per Joomla release)

      // ##### BEGIN: SPAM DOMAIN FILTER #####
      // Kick out spam domains
      $email = $user->get('email');
      if ( strpos($email,"gawab.com") ||
      strpos($email,"mail.ru")  ||
      strpos($email,"list.ru")  ||
      strpos($email,"bk.ru") ||
      strpos($email,"minivds.ru") ||
      strpos($email,"nakgirls.ru") ||
      strpos($email,"yandex.ru") ||
      strpos($email,"info1a.cn") ||
      strpos($email,"gooogletartsert.net") ||
      strpos($email,"freemeilaadressforall.net") ||
      strpos($email,"goodemailadressforfree.net") ||
      strpos($email,"5opicforum.cn") ||
      strpos($email,"pozitifff.com") ||
      strpos($email,"2008bases1.net") ||
      strpos($email,"nm.ru") ||
      strpos($email,"goldwoof.net") ||
      strpos($email,"megapochta.cn") ||
      strpos($email,"meta.ua") ||
      strpos($email,"fene4ek.net") ||
      strpos($email,"mail15.com") ||
      strpos($email,"googlemail.com") ||
      strpos($email,"yandex.com") ||
      strpos($email,"inmail24.com") )
      {
      JError::raiseWarning('','Error');
      $this->register();
      return false;
      }
      // ##### END: SPAM DOMAIN FILTER #####
    
  • Joomla Template SEO

    Posted by Ryan
    Ryan
    Joomla template developer, Joomla enthusiast, Linux user, programmer, artist
    User is currently offline
    - 0 Comments

    Joomla Template SEO Techniques

    This guide was originally written for Joomla 1.0 but could be interpretted to later versions of Joomla.

    I am seeing many people mention that SEO is in the hands of the Joomla template designer. Well being a Joomla template designer I can definitely see what you are talking about and it is true to an extent. However it still has very much to do with the core of Joomla itself, the components and modules and how they are all coded since they will be displayed through the template. It is a group effort and that is what Joomla is all about.

  • Show all entries from Joomla tutorials

Recent Posts

  • Templates and links

    Posted by Ryan
    Ryan
    Joomla template developer, Joomla enthusiast, Linux user, programmer, artist
    User is currently offline
    - 0 Comments

    I just wanted to make a quick post to thank some people.

    Thank you to everyone who is uploading your templates and whatnot. I publish most of them happily. I think you should be able to submit articles as well if you want which can go on my front page. Hopefully that works properly anyway.

    Also I would like to think everyone who links to the site. I had a link exchange system up but it seems to have went bonkers so I removed it. Not many people used it anyway so hopefully that's ok. If you did then feel free to add your link to a comment on this page: Where can I download Joomla! templates?Where can I download Joomla! templates?

    The most recent person who notified me they linked to my site was Stan at http://www.joomlatemplatesproviders.com/http://www.joomlatemplatesproviders.com/ where he has a huge listing of template providers available. Thanks Stan! Your site looks great.

    That's about all I can think of that is any relation to Joomla and this site that I want to talk about.

    Looking forward to Joomla 1.6! It is looking really amazing!

    Enjoy the journey =)

    Ryan

    Jul 07 Tags: thank you, thanks, ty2u
  • Wow I haven't written here in a long time

    Posted by Ryan
    Ryan
    Joomla template developer, Joomla enthusiast, Linux user, programmer, artist
    User is currently offline
    - 0 Comments

    Seems that time is going faster and faster.

    I have added many new things to this site since last I wrote. I had been working far too much during that time. Nowadays I am working more on converting my old Joomla templates to Joomla 1.5 and updating my Date and Time module.

    Mar 18 Tags: blog
  • Summer is over!

    Posted by Ryan
    Ryan
    Joomla template developer, Joomla enthusiast, Linux user, programmer, artist
    User is currently offline
    - 0 Comments

    Yes, sadly the summer is over. Today is the first day of Fall. Fall isn't so bad. It is the cold winter I don't like much.

    I have been so busy and haven't even been home most of the summer that I have not, like usual, gotten what I want done. I have continued working on things in order to finish converting all my templates to Joomla 1.5 but it is not such a quick process. Especially when I am never around.

    Also I want to find a way for the FeedBonder plugin to shorten all URL's and not just those created by Joomla feeds but I am no regex expert. I will have to search for something that works because everything I have tried just doesn't seem to do the trick.

    I have almost finished converting a couple of the free Joomla templates I have for download on this site - Vivacious and Comproleen to Joomla 1.5 but they still require a slight bit of work and testing which I haven't gotten to yet. I want to finish them up this week some time and allow people to download them.

    So my appologies to anyone who was looking forward to me releasing anything, if anyone even ever does. I have no clue. I intend to get them done soon. I am shifting more of my attention to this site again and creating some more designs for people to download.

    Hopefully there will be some new templates and extensions available in the near future here because that will not only be good for people who come looking for new and refreshing designs, it will be good for the extra cash that traffic brings. And of course the freedom that cash brings.

    Sep 22 Tags: Untagged
  • Joomla Templates Will Be Converted to Joomla 1.5

    Posted by Ryan
    Ryan
    Joomla template developer, Joomla enthusiast, Linux user, programmer, artist
    User is currently offline
    - 0 Comments

    Well I have finally converted the Joomla template I use on my site and my entire Joomla template site to Joomla 1.5 and I have some goodies in store.

    Soon I will be releasing a "file download" plugin which will work for Joomla 1.5 in Native mode as well as Joomla 1.0 series. This plugin will allow visitors to download files which would normally not download by clicking them. It does this by sending the file in small chunks. This would include any file, such as image files, video files, and audio files, that when you click them they usually start to open right in your browser instead of prompting you to download them. Normally when you link to an image file it will show the user that file because apache knows it is a file which can be parsed a certain way by the browser. With this plugin you will be able to include files for download with a link or button so that the user can simply click the file and be prompted to download it.

    Another thing coming soon is a Joomla templates store with some high quality Joomla templates for Joomla 1.5 series created by me. They will be offered for a small fee due to the time it takes to make them and this will also allow me to support them properly. Sounds fair doesn't it? I think so. Many people have asked me for support and I simply cannot answer all of their questions. This is about to change. But for now I have just published the Professional Templates link again which will show you a bunch of other professionally created Joomla templates of other peoples.

    I have installed a comment system so people can comment directly under articles and whatnot. I was going to remove it because it may slow page load times but I have left it in for now. It seems pretty sweet! I removed the hidden copyright because I fear it will result in some sort of search engine penalty which I really don't want. It had a hidden h4 tag so the author could put hidden links to their site at my expense.

    I have installed a forum so that it is easier for people to get support and to post comments and bug reports, etc. I have decided to go with Fireboard for now because of its power and simplicity. I almost went with PHPBB with the RokBridge but I would prefer something that displays through Joomla and not through a Wrapper, and I haven't figured out how to make PHPBB do that yet. Besides Fireboard is much simpler to set up and has everything I could want.

    And finally, I intend to update all my templates and extensions eventually so that they work in Joomla 1.5 Native mode. This will be a fairly large project because I also intend to fix some various bugs that have been mentioned to me over time. My apologies to anyone who has reported bugs and not received any fixes, etc. I am still working on things when I have time. I just tend to skip over emails if I have too many and am in a hurry.

    I have begun to dedicate more time again to this Joomla website and to offering free Joomla templates as well as some higher quality Joomla templates. So you should bookmark this page and come back soon to see some nice changes and some great, new Joomla templates and Joomla extensions =)

    Ryan

    Apr 08 Tags: Untagged
  • Adsense and Image Placement

    Posted by Ryan
    Ryan
    Joomla template developer, Joomla enthusiast, Linux user, programmer, artist
    User is currently offline
    - 0 Comments

    Lately I have been seeing an increasing number of sites using AdSense and placing misleading images next to the ads. This is against their policies!

    On the AdSense blog last December there was a post about this that I read and since then I have seen many, many sites using these and similar techniques that they must have learned somewhere to try and increase their click-through ratio.

    "We ask that publishers not line up images and ads in a way that suggests a relationship between the images and the ads." - Ad and image placement: a policy clarificationAd and image placement: a policy clarification

    I fear this will eventually get some peoples AdSense accounts closed so I am just posting the above link so you can check and see if your site is in danger.

  • Show all entries from TY2U.com Blog

Recent Posts

Recent Posts

Live Chat Offline

Blogging with Joomla just got easier...
Try EasyBlog for Joomla! Click the link above to buy EasyBlog Pro for Joomla. Enter your information to pay, then download it and install. There are a bunch of extra modules you can install for it too. There are plenty of options for customization and integration and themes to match your site. They will even help you if you get stuck and install it for you. There are more versions of EasyBlog available here.
Read my review of EasyBlog