Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - GaYan

Pages: 1 2 3 [4] 5 6 7 8 ... 21
46
hmm.. This is not related to 4images , but i dont think that twitter allows you to post images for the status messages  :|

anyway,,you can install the rss with images mod , so the rss will carry a thumbnail ;)

47
Mods & Plugins (Requests & Discussions) / Re: Random pictures
« on: May 10, 2010, 06:37:49 AM »
Hey Guys  8O

Can we select the Random Images from a Selected Category and show it on index page ?

48
wooooooooooooooooooooooooooooooooooow ... so coooll ,, .. jnafo  , ur Rock man

49
Mods & Plugins (Requests & Discussions) / Re: New images on index
« on: May 07, 2010, 03:54:35 PM »
@ batu , it seems that he want to display the latest items from a selected category on index page  8O

hmm.. yes you can... i  sw some Mods here in 4images.. but you have to goto coding every time you want to change them, i think it has no administration via Admin panel,
may be im wrong About that  :mrgreen:

anyway ,, let me know if you mean what i meant  :mrgreen:  :mrgreen:

50
In ACP (Admin Control Panel) -> Settings -> Number of table cells

hmm.. ddnt get it sir //

52
wow.. cool  :) Thanks man.. this is the best template for 4images for me  :D

53
code updated ;) Thanks sir V@no ... all bugs fixed  :)

54
Facebook Chat bar style bar for 4images
A MOD by GaYan

This mod will create a staic footer like in facebook ( chat bar ) for 4images with tooltip support , you have more cooler features in this mod than in the facebook chat bar  :mrgreen: im kidding


installation will take only about 2 mins

Version 2 - With Cool Effects

Demo of version 2 - http://ryan.rawswift.com/ , this site belongs to the original author of this script, dont forget to thank him  :wink:

Setp 1

1) 1st, download this package and unzip js folder in the downloaded package to the js folder in your root path, if you havent got one, create new 1, then it should look like this

js/
js/jquery-1.3.2.min.js
js/src/jixedbar-0.0.2.js
js/themes/vista/jx.stylesheet.css


2) then unzip the icons and put the stuff into the icons folder in your template root  :wink:

Setp 2

1) Open up the header.html and find

Code: [Select]
</script>

paste the code below

Code: [Select]
<!-- jixedbar starts here -->

<link type="text/css" href="js/themes/vista/jx.stylesheet.css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/src/jixedbar-0.0.2.js"></script>
<script type="text/javascript">
    $(document).ready(function() {
$("#demo-bar").jixedbar({
hoverOpaque: true,
roundedCorners: true
});
    });
</script>
<!-- jixedbar end here -->

note -  jixedbar is a great creation , get the updates from http://code.google.com/p/jixedbar/

2) open up the header.html and find

Code: [Select]
<body>

and paste below

Code: [Select]
<div id="demo-bar">

        <ul>
            <li alt="Bicolano Express"><a href="http://ryan.rawswift.com/"><img src="{template_url}/icons/home.png" alt="Home" /></a></li>
        </ul>
        
        <span class="jx-separator-left"></span>
        
        <ul>
            <li alt="About"><a href="#"><img src="{template_url}/icons/information.png" /></a></li>
            <li alt="New Images"><a href="{url_new_images}"><img src="{template_url}/icons/blogs.png" /></a></li>
            <li alt="Top Images"><a href="{url_top_images}"><img src="{template_url}/icons/block.png" /></a></li>
            {ifnot lang_loggedin_msg}
          <li alt="Register"><a href="{url_register}"><img src="http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/demo/icons/megaphone.png" /></a></li>          {endifnot lang_loggedin_msg}
        </ul>
        
        <span class="jx-separator-left"></span>
        
        <ul class="jx-bar-button-left">
            <li alt="Facebook"><a href="#"><img src="{template_url}/icons/balloon-facebook-left.png" /></a></li>
            <li alt="Twitter"><a href="#"><img src="{template_url}/icons/balloon-twitter-left.png" /></a></li>
            <li alt="Flickr"><a href="#"><img src="{template_url}/icons/pictures.png" /></a></li>
            <li alt="Linkedin"><a href="#"><img src="{template_url}/icons/card-address.png" /></a></li>
        </ul>
        
        <span class="jx-separator-left"></span>        

        <div><a href="http://code.google.com/p/jixedbar/">jixedbar</a> - a <a href="http://jquery.com/">jQuery</a> plugin.- Mod by GaYan</div>
        
        <span class="jx-separator-right"></span>
        
        <ul class="jx-bar-button-right">
            <li alt="Feed"><a href="{rss_url}"><img src="icons/feed.png" /></a></li></li>
            <li alt="Comment Feed"><a href="#"><img src="icons/balloon-quotation.png" /></a></li>
        </ul>
        
        <span class="jx-separator-right"></span>

</div>

Note - You can customize the the links and tooltip text including the icons , :) for some icons i have kept the link null ;)
Okay// Thats it for today.. Have Fun .... if you want to install the non flashy thing.. i mean a simple 1 as in the demo, you can try the version 1 which is just below  :mrgreen:


Version 1 - Old version

Setp 1

1) Goto your template root and open up header.html or header.htm and paste this code

Code: [Select]
<!-- chat bar starts here -->

<link type="text/css" href="http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/themes/default/jx.stylesheet.css" rel="stylesheet" />
<script type="text/javascript" src="http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/src/jixedbar-0.0.2.js"></script>
<script type="text/javascript">
    $(document).ready(function() {
$("#demo-bar").jixedbar();
    });
</script>
<!-- Chat bar end here -->

Note - Always respect the authors of this script  :wink:

Setp 2

2) Goto your template root and open up footer.html
    and find

 
Code: [Select]
</body>
and paste above

Code: [Select]
<div id="demo-bar">

        <ul>
          <li alt="Gallery Home"><a href="http://nuwaragedara.com/Gallery/"><img src="http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/demo/icons/home.png" alt="Home" /></a></li>
        </ul>
        
        <span class="jx-separator-left"></span>
        
        <ul>
            <li alt="Latest Images"><a href="{url_new_images}"><img src="http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/demo/icons/blogs.png" /></a></li>
            <li alt="Top Images"><a href="{url_top_images}"><img src="http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/demo/icons/block.png" /></a></li>
           {ifnot lang_loggedin_msg}
          <li alt="Register"><a href="{url_register}"><img src="http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/demo/icons/megaphone.png" /></a></li>{endifnot lang_loggedin_msg}
        </ul>
        
        
        <span class="jx-separator-left"></span>
        
        <ul class="jx-bar-button-left">
            <li alt="Join our Facebook"><a href="http://www.facebook.com/group.php?gid=154572024219&ref=ts"><img src="http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/demo/icons/balloon-facebook-left.png" /></a></li>
            <li alt="Follow me on Twitter"><a href="https://twitter.com/G2gayan"><img src="http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/demo/icons/balloon-twitter-left.png" /></a></li>


        </ul>
        
        <span class="jx-separator-left"></span>        

        <div>Design by -  <a href="http://www.g2designlabs.com/">G2 Design Labs</a></div>
        
        <ul class="jx-bar-button-right">
            <li alt="Feed"><a href="{rss_url}"><img src="http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/demo/icons/feed.png" /></a></li></li>

            <li alt="Search Images"><a href="{url_search}"><img src="http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/demo/icons/balloon-quotation.png" /></a></li>
        </ul>
        
        <span class="jx-separator-right"></span>

</div>

Thats All ,, You are ready to go now :)

next version will be released with cool shading effects and more advanced stuff

55
Discussion & Troubleshooting / Re: Login/logout problem
« on: April 29, 2010, 09:25:00 AM »
// hmm, i also tried , it works fine for me as well  :wink:

the rightclick protection seems tobe not working properly  :? i clicked on a image, 1st the msgbox appears, then the rightclick menu apears ..
correct the js as well ;)


56
ohh man, tnx,, somebody has played with my .htacsess file  :( now its back :) Thanks Batu ..

57
hey, I went trough the demo  :roll: but i couldn't see any thumbs Appearing for the result  8O , are you guys still working on this ? This is a cool way, let me give a idea to make this more stronger and difficult to code  :mrgreen:

if we can give suggestions, it will be cool..  example

we have got 5 cats in our 4image..

1) batu
2) Rembrandt
3) Nicky
4) GaYan
5) Kurt

the user searches for the kthe word "baut" instead of batu. then at that moment without saying "no Images found" , if we can disply the suggestion ,, "" Are you Looking For BATU ? ""
it will act soo cool...

i dont know what it takes to built this.. but.. isnt this is a good idae ?  :mrgreen:
im sorry if this makes the coders feel badly..


anyway, im going to test the mod ..  :arrow: Thanks lot Rembrandt & Batu

58
Templates & Styles (Requests & Discussions) / Re: taking one request!
« on: April 28, 2010, 04:55:07 PM »
coool template maaaan :) im waiting for the release .. i guess im the 3rd  :mrgreen:

59
cant we integrate a shopping cart system to this ?

60
Chit Chat / Re: Stop Spammers
« on: April 27, 2010, 04:00:30 AM »
same problem with me :( any suggestions ?

Pages: 1 2 3 [4] 5 6 7 8 ... 21