• Page 1 of 7
  • 1
  • 2
  • 3
  • 6
  • 7
  • »
Forum moderator: bigblog  
uCoz Community » For Webmasters » Custom Solutions » Coding Requests (Request/Assist With Custom Codes Here)
Coding Requests
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 1 | 9:00 AM
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;
  • In-depth description. Explain the features, functionality etc.
  • image/example of script already working.

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.
DavidJr
Posts: 52
Reputation: 0

Message # 2 | 1:48 PM
Can you make this code for me? biggrin i'm beginner in html code.. Or Ucoz should added this feature biggrin



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 smile
Doomcaster
Posts: 52
Reputation: 0

Message # 3 | 7:35 PM
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. smile

Added (2012-10-13, 1:35 PM)
---------------------------------------------
bump...

Xayaan
Posts: 558
Reputation: 13

Message # 4 | 7:47 AM
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
Mar1aN
Posts: 192
Reputation: 3

Message # 5 | 7:08 PM
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)

Sunny
Posts: 9296
Reputation: 456

Message # 6 | 2:17 PM
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.
Mar1aN
Posts: 192
Reputation: 3

Message # 7 | 4:33 PM
Sunny, the code does not work :(.
Sunny
Posts: 9296
Reputation: 456

Message # 8 | 10:53 AM
Mar1aN, provide the website address where you pasted it. It must be used instead of $BODY$.
I'm not active on the forum anymore. Please contact other forum staff.
Mar1aN
Posts: 192
Reputation: 3

Message # 9 | 8:33 AM
www.2lol.ro

Added (2013-06-19, 2:33 AM)
---------------------------------------------
?


Sunny
Posts: 9296
Reputation: 456

Message # 10 | 9:43 AM
Mar1aN, I don't see the script installed on your website.
I'm not active on the forum anymore. Please contact other forum staff.
Mar1aN
Posts: 192
Reputation: 3

Message # 11 | 11:39 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
Sunny
Posts: 9296
Reputation: 456

Message # 12 | 1:54 PM
Mar1aN, the script has been modified for you, check your website, works fine now.
I'm not active on the forum anymore. Please contact other forum staff.
Mar1aN
Posts: 192
Reputation: 3

Message # 13 | 5:28 PM
Sunny, thank you very much! biggrin
Vallina
Posts: 58
Reputation: 0

Message # 14 | 8:37 PM
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.
DanielM
Posts: 86
Reputation: 0

Message # 15 | 2:53 AM
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 biggrin

Added (2013-08-01, 8:53 PM)
---------------------------------------------
Why do i bother no ones going to answer because this forum is dead :/


uCoz Community » For Webmasters » Custom Solutions » Coding Requests (Request/Assist With Custom Codes Here)
  • Page 1 of 7
  • 1
  • 2
  • 3
  • 6
  • 7
  • »
Search: