• eCommerce
  • Social and Community Suite
  • Content Management
  • RSS Extensions
  • VirtueMart Extensions
Follow us on Twitter   Join The Factory on the New Digg  
(0) | Login | Register | Lost Password?
Username: Password:  
Home
Our Products
Joomla 1.7.x  (23) & J!1.6.x
Joomla 1.5.x (28)
Joomla 1.0.x (17)
Factory Club Extensions (7)
Drupal, Elxis, MODx (6)
Windows Gadgets for J! (11)
Free Templates (4)
All Products (92)
Documentation
Tweets
Forum
Contact Us
Terms & Conditions
How to Buy Guide
Customers FAQ's
Updates & Upgrades
About Us
The Factory Demo Server for Joomla Extensions
Money Back Guarantee
Payment Methods for Joomla Extensions
Follow us on Facebook

Latest Tweets

  • Join us at the Joomladay UK!
  • The Factory Extensions Joomla Compatibility Chart
  • Love Factory 2.4 for Joomla 1.7
  • Love Factory - Memberships [VIDEO]
  • Love Factory - Custom Fields Integration [VIDEO]
  • Love Factory - Google Maps Integration [VIDEO]
  • Love Factory - Administrator Guide [VIDEO]
  • Love Factory - Memberships
  • Collection Factory for Joomla 1.6 with CB support
  • Reverse Auction Factory 1.5.9
 
   Home   Help Search Login Register  
The Factory > Forum > Social & Community Factory Suite for Joomla CMS. > HOT or NOT Factory > Running Sites
Pages: [1] 2
« previous next »
  Print  
Author Topic: Running Sites  (Read 6440 times)
Andy - The Factory
Administrator
Hero Member
*****
Posts: 1636



View Profile
Running Sites
« on: March 25, 2009, 10:17:40 am »

Post your running sites featuring HOT or NOT in this Thread
Logged
eekman
Newbie
*
Posts: 20


View Profile
Re: Running Sites
« Reply #1 on: March 25, 2009, 07:14:21 pm »

Please note that coolminiornot.com is not my site.
My site is a Dutch site about Warhammer and I'm currently testing the component so only Admins can access it.

My site can be reached at http://www.warhammerportal.nl.

When I get the component up for registered users I will give notice in this forum.

Thanks.

Erik Kuipers
Logged
eekman
Newbie
*
Posts: 20


View Profile
Re: Running Sites
« Reply #2 on: April 09, 2009, 08:43:06 pm »

Got Hot Or Not running (slightly modified) at http://www.warhammerportal.nl/component/option,com_hotornot/Itemid,163/task,top/

Please note that the site is in the Dutch language.
Logged
Tryweryn
Newbie
*
Posts: 18


View Profile
Re: Running Sites
« Reply #3 on: April 28, 2009, 06:45:21 pm »

Could we ask how you modified it to show the poster etc?
Logged
eekman
Newbie
*
Posts: 20


View Profile
Re: Running Sites
« Reply #4 on: May 08, 2009, 10:53:15 pm »

Sure no problem.

I amended some php files to meet my users expectations more.

What property do you want to add?
Most of the code I edited is located in the com_hotornot\views\browse\tmpl\_list.php

For example: add username:

Add this line to _list.php
         <?php echo $image->username; ?>

For the already voted tick shown to registered users, I added this code to _list.php:
<?php if ($image->voteid > 0) : ?>
             <img class="hotornot-icon3" src="<?php echo JURI::root(); ?>components/com_hotornot/assets/images/tick.png" />         
<?php endif; ?>

I had to write a query to get the number of comments in helper.php because I couldn't get the right code in the views and models.

I added this query to Helper.php:
function getTotalComments($imageID)
  {
     $comments = 0;
   $database =& JFactory::getDBO();
   $query =  ' SELECT count(id) as TotalComments'
          .' FROM #__hotornot_comment'
          .' WHERE image_id=' . $imageID
          .' GROUP BY id';
         
   $database->setQuery($query);
    $totalcomments = $database->loadResultArray();
   
   return $totalcomments;      
  }

And this line to _list.php
<?php printf(JText::_('COMMENTS: %s'),count(Helper::getTotalComments($image->id))); ?><br />

Please note that I tailored the component's code to my own needs because I needed the functions to make the component valuable enough to publish it on my site. This must not necessary apply to other's needs! That's why I will not share the files.
Logged
Erik
Administrator
Hero Member
*****
Posts: 3120



View Profile
Re: Running Sites
« Reply #5 on: May 08, 2009, 11:16:11 pm »

not to mentions that only template, language and css files can be shared Wink
Real code files is prohibited.

@eekman
It looks quite cool what you've done. What i noticed, was that when you are on the picture page, the black line around the picture, interferes with the module on the right.
Also to aling the "Rapporteren" links from the comments completly to the right part. (in my opinion it will look better)
I think this are the only things which i saw regarding the template.
Have a nice week-end! 
Logged
maline
Newbie
*
Posts: 9


View Profile
Re: Running Sites
« Reply #6 on: May 10, 2009, 11:10:45 am »

http://www.modeofmisser.nl/ is mine

Also in Dutch language.

Im running a modified Yootheme, Hot or Not from here and JX comments for comments on articles.
Logged
eekman
Newbie
*
Posts: 20


View Profile
Re: Running Sites
« Reply #7 on: May 12, 2009, 10:19:16 pm »

Quote from: Erik on May 08, 2009, 11:16:11 pm
not to mentions that only template, language and css files can be shared Wink
Real code files is prohibited.

@eekman
It looks quite cool what you've done. What i noticed, was that when you are on the picture page, the black line around the picture, interferes with the module on the right.
Also to aling the "Rapporteren" links from the comments completly to the right part. (in my opinion it will look better)
I think this are the only things which i saw regarding the template.
Have a nice week-end! 

Yes that's true when the browser window is rather small. Due to the dynamic width of the purity template. However, I think most users have a resolution set to 1024x768 at minimum so I decided to leave it this way.

Actually I didn't change anything in the comments part Wink

Thanks Erik for your comments!
Logged
Erik
Administrator
Hero Member
*****
Posts: 3120



View Profile
Re: Running Sites
« Reply #8 on: May 12, 2009, 11:28:22 pm »

true. i use 1600x1200, but the browser window was minimized.
Logged
iice74
Newbie
*
Posts: 11


View Profile
Re: Running Sites
« Reply #9 on: June 20, 2009, 05:43:31 pm »

Mine is www.ratemychart.com.

I am working on making more modifications.  I mainly have 2 mods I really want to add.

1- Submitted by.  I am going to try the code given by eekman for that and see if it works.

2- Have a My Photos page for each user, so you can see what photos were submitted by each user.
Logged
shutchi2
Newbie
*
Posts: 1


View Profile
Re: Running Sites
« Reply #10 on: July 31, 2009, 07:10:53 pm »

Well it's only been up for about 10 minutes, but http://your-pix.net will be running this module, haven't decided what changes or template I'll be making yet though.
Logged
pahalik
Newbie
*
Posts: 1


View Profile
Re: Running Sites
« Reply #11 on: October 07, 2009, 01:36:29 am »

So far, I really like this component.  However, I would like to see a gallery view. Just as another option.  Comments welcome on my site which is a work in progress. 

http://www.guiltyamerican.com

Come see us!
Logged
Repelzteeltje
Newbie
*
Posts: 1


View Profile
Re: Running Sites
« Reply #12 on: October 09, 2009, 08:47:40 am »

Hello all,

You can see the component running at Webbr

Greetz...
Logged
Erik
Administrator
Hero Member
*****
Posts: 3120



View Profile
Re: Running Sites
« Reply #13 on: October 12, 2009, 11:16:40 am »

We updated the demo site http://hotornot.thefactory.ro/ to the 1.0.6 version.
Logged
webgobe
Newbie
*
Posts: 4



View Profile WWW
Re: Running Sites
« Reply #14 on: January 18, 2010, 10:17:31 am »

http://mangobajito.com/community/index.php?option=com_hotornot&task=all&Itemid=123 - It's a highly modifyed Hot-Or-Not - mostly to match the original Hot-or-Not2's feature set.
Logged

Working hard to prove that an oldtimer is like a good wine - improves with the age!
Pages: [1] 2
  Print  
« previous next »
 
Jump to:  

Loading...
Joomla Extension - RSS Factory Manager  Joomla Extension - EBook Factory  Joomla Extension - Briefcase Factory  Joomla Extension - Auctions Factory  Joomla Module - RSS Contextual  Joomla Module - Exchange Factory (Europe / EURO)  Joomla Module - Exchange Factory (Romania/ RON)  Joomla Custom Extensions Development   Free Joomla Extensions  Joomla Extension - RSS Factory Pro (Enhanced Version)  Joomla Virtuemart Payment Plugin - Gecad (EPayment.ro)  Joomla Module - Mosimage / Image Module  Joomla Extension - Reverse Auction Factory (Lowest Bidder Auctions)  Joomla Extension - Article Factory Manager  Joomla Module - Lavalamp Menu  Joomla Module - RSS Image Extractor  Joomla Module - Exchange Factory (Europe / EURO) for Joomla 1.0.15  Joomla Module - Exchange Factory (Romania / RON) for Joomla 1.0.15  Joomla Module - Top Movies (IMDB)   Joomla Module - EBay Latest Auctions  Auction Factory Standalone PHP script