Forum moderator: bigblog |
uCoz Community For Webmasters Custom Solutions Coding Requests (Request/Assist With Custom Codes Here) |
Coding Requests |
Coding Requests In this thread users of the uCoz system are able to request the development of custom scripts for their sites. Requests are carried out voluntarily by other forum users so please understand not all requests may be completed within a short time-frame or even at all. About: Posting Requests If posting a custom scripting requests please include the following;
About: Completing Requests If you have completed a request please use the following template when posting. Code Requested By: $USER$ Requested On: $DATE_REQUESTED$ Solution: $SOLUTION$ Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Can you make this code for me? i'm beginner in html code.. Or Ucoz should added this feature
function: show me a thread which has been deleted by moderator and what is the reason they delete it function: let member to see what other member do function: add friend list to make communication much easier function: allow member to make small group which doing project in it thanx for your atenttion |
Hello everyone
Description- I need to place a button(paypal or something) to accept payments for the free ads(in ad board) which a user has added. Like for example- If a user "Z" has added 2 free ads and there are a total of 5 ads on my site, then only he will be able to view the button on his free ads. I am thinking of using the paypal button for it. Is the above possible? Any other alternatives? Code Request- If anyone clicks on the button and pays for his ad, I want to receive a notification on the forums or my email id about which ad has been paid for. Thank You in advance. Added (2012-10-13, 1:35 PM) |
Doomcaster, Do you mean that you want a code that adds a button on the advertisements and when they click the ads , you get a notification about it ? If thats so , You need to use PHP for that.
My Skype : xayan123 | My Twitter : @Officialxayaan
uID : - Zayaan Ibrahim | Need a professional design? Check out my Portfolio |
Hi,
I would like a new page selector for file catalog & photo album that should have a text like "See more entries" and should take to next page. Can someone help me with this? Attachments:
9949922.png
(8.6 Kb)
|
Mar1aN, here is the script for the Publisher main page, but it should also work in File Catalog and Photo Albums. It loads next pages automatically:
Code <span class="lenta">$BODY$</span> <div id="ShowMore" pagenum="1"></div> <div id="more1"></div> <script type="text/javascript"> $(window).scroll(function(){ if ($(document).height() - $(window).height() <= $(window).scrollTop() + 50) { var $showclick = $('#ShowMore').attr('pagenum'); $('#more'+$showclick).after('<div id="more'+(parseInt($showclick)+1)+'"></div>'); $showclick++; $('#more'+$showclick).load('$MODULE_URL$0'+'-'+$showclick+' .lenta'); $('#ShowMore').attr('pagenum',parseInt($showclick)); return false; } };) </script> I'm not active on the forum anymore. Please contact other forum staff.
|
www.2lol.ro
Added (2013-06-19, 2:33 AM) |
The script ist installed on the first page.
Attachments:
6673351.jpg
(146.2 Kb)
Post edited by Mar1aN - Wednesday, 2013-06-19, 11:41 AM
|
I want to create a scavenger hunt on my website, where a person will click on a small icon and it will lead to a small pop up window with an email form on it. Is it possible to put a $FORM$ in such window? Similar to the uCoz login window form, but I want to put a different form in it.
|
Is there a way to code the award system that if someone gets an award it will be below their info on their forum posts? This couldn't be very hard to code, but i'm not very good, could you help me pls?
So if a person gives another person a reward. It will appear below their information on their forum posts as an image. Thanks if you can help Added (2013-08-01, 8:53 PM) |
| |||