Hello,
I’ve been recently working with a client that uses Clip-Bucket v1.7.1, and he asked me how to adjust the avatar position in the login box at the homepage. Here is an image for you to see what I am talking about: See the space between the input fields and the image, there’s none.
I always recommend backing up the files we are going to edit in case you want to revert changes in the future. This article is written for v1.7.1 REV 706.
Difficulty level: Easy
1. Open index.html located in ./styles/{YOURTEMPLATE}/layout/* . In this case we will use clipbucketblue as template.
2. Search for:
<img src="{$imageurl}/{$langf}/unknown.png" width="90" height="90" border="1" />
3. You want to move it 3px away from the input boxes, so we need to add: style=”position:relative; right:3px;”. The final code will look like this:
<img src="{$imageurl}/{$langf}/unknown.png" width="90" height="90" border="1" style="position:relative; right:3px;" />
4. Save and upload.
Guess what!? You are done! Go and check your site, and if you consider 3px is too much or it needs more space, just edit the number of pixels in the style attribute.
This is the final result:
Any questions, comments, problems, etc, get in touch with me, and I’ll be more than glad to help you!
Best Regards,
Richi
Looking for quality ClipBucket hosting? Try out Arvixe and you won’t be disappointed.
Hy, I have a website and wen upload video progressbar show 100% but is not upload, same problem have a uploadind photo, is not save. I search all of google but not fiind. Pls help me. I use clipbuket 2.6. some errors Warning: shell_exec() has been disabled for security reasons in /home/ctrlit71/public_html/ro/includes/functions.php on line 785
FFMPEG
FFmpeg is used to covert videos from different versions to FLV , MP4 and many other formats. Learn more
ffmpeg is not found
Warning: shell_exec() has been disabled for security reasons in /home/ctrlit71/public_html/ro/includes/functions.php on line 785
PHP CLI
PHP CLI is used to peform video conversion in a background process. Learn more
php is not found
Warning: shell_exec() has been disabled for security reasons in /home/ctrlit71/public_html/ro/includes/functions.php on line 785
FLVTool2
FLVTool2 is a tool to repair FLV files to make them streamable Learn more
flvtool2 is not found
Warning: shell_exec() has been disabled for security reasons in /home/ctrlit71/public_html/ro/includes/functions.php on line 785
MP4Box
MP4Box is a tool used to repair MP4 files to make them streamable Learn more
Mp4box is not found
Hello,
You need to ask your host to enable shell_exec(). Here at Arvixe, servers are Clip-Bucket ready, see more at http://arvixe.com/clipbucket_hosting
Best Regards,
Richi
Hey, buddy, I have not discovered the best way to subscribe
Hello,
Subscribe to what?
–Richi