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 9 ... 21
61
Chit Chat / Re: hey i'm new!!!
« on: April 08, 2010, 04:20:10 AM »
Lol :D :D it will cost u alot  :mrgreen:  :mrgreen: hehe .. welcome to 4images yaaaaaaaaaaaaaaaaar :D

62
Great..now this is working  :)

63
I had att file, thanks!

Good.. i saw a css error.. please reinstall the MOD and it will work fine.. ;) i think thier is a confusion in the css file as well..

64
Thanks you!
Please help me! I see a space white on top
http://anhtuanqt.net/home

please attach ur home.html , and header.html as a zip file .. ill go tru it and fix it.. u have to be very carefull when pasting DIV's .. thier must be a collision ..ill fix it.. 

hello, please help me fix it
Thanks

65
Programming / Does Any 1 know C# ?
« on: April 04, 2010, 05:32:15 AM »
hey,, do u guys know C# ? ?


66
[MOD] Floating Guest Message < Jquery >

Hey Every one - Today I'm About to release my second MOD

This Mod Allow You ( Administrators ) to Show a Custom And Cool Message For The Guests Logged in Saying (" Please register Buddy :D We Got Milk 4 ya :D") lolz..
This is A Floating Message Which Follows the User Everywhere untill he gets registered or elz the user can close the message box ! This Mod is made out of jquery
so you must have jquery installed ... or elz dont worry, i wll teach you guys to install it  :wink:



* Version Compatibility - Works With All 4image Versions since its beta  :mrgreen:
* Requirements - Jquery ( Latest Version ) With a 4image installation  :lol:
* Demo - Coming Soon
* Source - Attached at the bottom of the post
* Image files & Jquery used ? - They Are Also Attached in the source ;)

* Tip - If u need to control the Message shown in the floating guest message from your admin panel
   please install the great mod by Rembrandt the [Mod] News Ticker
   http://www.4homepages.de/forum/index.php?topic=25931.msg141414#msg141414


Setp 1

1) Goto Your Template Root and open up the css style sheet belongs to your template and insert the
    code below to your css file.

Code: [Select]
#message_box {
position: absolute;
top: 0; left: 0;
z-index: 10;
background:#ffc;
padding:5px;
border:1px solid #CCCCCC;
text-align:center;
font-weight:bold;
width:99%;
}

Setp 2

2) open up header.html in your template root and paste the codes below . The Jquery
    version belongs to this mod is attached. if you already have installed jquery change this line

Code: [Select]
src="jquery-1.2.6.min.js" to your own version ;)

others paste this code below and upload my attachment to your template root  :wink:

Code: [Select]
<script type="text/javascript" language="javascript" src="jquery-1.2.6.min.js"></script>
<script type="text/javascript" language="javascript">
$(document).ready(function()
{
//scroll the message box to the top offset of browser's scrool bar
$(window).scroll(function()
{
   $('#message_box').animate({top:$(window).scrollTop()+"px" },{queue: false, duration: 350});  
});
    //when the close button at right corner of the message box is clicked
$('#close_message').click(function()
{
   //the messagebox gets scrool down with top property and gets hidden with zero opacity
$('#message_box').animate({ top:"+=15px",opacity:0 }, "slow");
});
});
 </script>

Setp 3

3) Place the Coding Below to show the message to your users . in Here im only showing the message on the
    home page but you can add it to any page you like ;)
  
    So open up Home.html in your template root and add the code below

Code: [Select]
{if user_loggedout}
 <div id="message_box"><img id="close_message" style="float:right;cursor:pointer"  src="12-em-cross.png" />Hey Their Dear Guest - Please <a href="register.php"> Sign up</a> to Experience More Great Features</div>
{endif user_loggedout}

Done - Now Download the attached package and upload them to your root folder to test the mod :)
Please let me know if u have any issues :)

67
Discussion & Troubleshooting / Re: Videos via Textarea einbinden
« on: April 04, 2010, 03:47:49 AM »
hey ,, this is realy a good question  :mrgreen: i had this for ages  :mrgreen: and i found a silly solutions ...
and its using the discription field/.

i installed a text editor to the text areas.. so now using the text editors tools, im able to embeed any videos to the description field or to any ..  :mrgreen: but i do it for the Discription..

i know this way suckz  :mrgreen: but works fine  :wink:

Regards ~
G2

68
thanks.. ill correct them ..  :wink:

69
I had delete it but I saw many more problem!

Please.. Share the probs you got , so we can settle them ;) ..

70
I Love it... Great Work Pal.. and here sre some points to make it look better

add some borders or something to arrange fields.. u kknw like cats, random image , New imges...  they are like stucked together .. if u can sort them into seperate tables or DIVs in css.. it will be great ..

Great Work .. !

71
hmm...

1st - Did u Upload the required java files to the correct folder ? i ddnt see the javaScript files  :(
and make sure you upload the images belongs to the sliding bar to the server, ......................

the best is to download the package i have published// i installed the same mod to my iceberg theme as well.. www.nuwaragedara.com/Gallery ;)

if u still cant get it attach your theme files .. ill do it for ya ;)

72
hey batu.. did u try the Cool SEARCH IN THIS FORUM   :mrgreen:   ?

i saw some topics related to ur problem ....
even i like it..i also had this in mind for a long time  :wink:

73
Discussion & Troubleshooting / Disable required Fields
« on: March 19, 2010, 06:50:53 AM »
Hey !

Im Using 4imge since 1 and 1/2 years now //
im wondering whether thier is a method to disable the required feilds //

for example  when posting a image via admin panel.. its recommended to add a image name and a image.. or upload a imge..

cant i make image uploading as a normal field..   :?:

i know this is a foolish question..  :mrgreen: bt i need this alot ... tnx in Advance !

~ Regards ~
~ GaYan ~ ~

74
Goto Your Admin Panel :)

example - www.yoursite.com/4images/admin

then under edit category select cat you want to edit and select edit :)
then you can change the cat name .. the order of display and all :)

and to change the site title :)

dont edit the index.php

goto settings in the admin panel and change the site name :) simple as that !

thats why 4images is always a great script :) !

75
wow.. awsm :) this will be cool

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