Implementing videos + Getting rid of the font from banner. Implementing videos + Getting rid of the font from banner.
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Implementing videos + Getting rid of the font from banner.

Started by GladiatoR, November 30, 2005, 10:48:18 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

GladiatoR

I'm currently using the Hardwired theme and my website is www.farkin.tk

At the top of the page on the right it says Farkin, how do I get rid of this? Also, how do I implement a video function so you can watch videos off the website without downloading them?

Kind regards Joe.

Joachim Müller

Quote from: GladiatoR on November 30, 2005, 10:48:18 AM
I'm currently using the Hardwired theme and my website is www.farkin.tk
The actual gallery page is http://www.farkin.ugtech.net/gallery/ - framed setups suck imo, and there's little point in it.

Quote from: GladiatoR on November 30, 2005, 10:48:18 AMAt the top of the page on the right it says Farkin, how do I get rid of this?
edit themes/hardwired/template.html, find <div class="gal_name">{GAL_NAME}</div>and comment it out or remove it.

Quote from: GladiatoR on November 30, 2005, 10:48:18 AMAlso, how do I implement a video function so you can watch videos off the website without downloading them?
We have a "one question per thread" policy you agreed to respect when signing up. Do so in the future. Coppermine just displays the video embedded into the page using the media player you have on your local pc. If the video codec you use doesn't support this, you can't - so this depends on your video material rather than coppermine. The idea of a www browser is that page content is being downloaded from the website to your client and displayed there. If you need actual streaming, you'll have to rent a webserver that comes with real streaming (expensive!). This is not a matter of design of coppermine, but a matter of webserver setup, browser setup and media player design.

GladiatoR

Thanks for your quick reply. When you say it's a bad idea to used a frame setup, what do you mean by that?

GladiatoR


Joachim Müller

Quote from: GladiatoR on November 30, 2005, 11:09:41 AM
Btw, that code isn't in there.
OK, sorry. For cpg1.3.x, the code to look for is actually<span class="gal_name">{GAL_NAME}</span>However, this should have been easy to spot with the information I provided in above posting, the important bit being {GAL_NAME} (surprisingly).

Quote from: GladiatoR on November 30, 2005, 11:02:37 AM
Thanks for your quick reply. When you say it's a bad idea to used a frame setup, what do you mean by that?
You're just disguising the fact that you're on budget webhosting with the use of the framed setup. Frames suck when it comes to search engines, they suck in respect to bookmarks and they suck in design. This has been discussed on many sites all over the internet for years, I won't repeat this argument - google for it. Trust me, there are only a few examples of sites that make clever use of frames. The way you are using frames is just lame and 20th century - sorry to sound rude, but you asked for my opinion. No offense ;D.

GladiatoR

But i'm not sure what your talking about in regards to frames? Are you talking about how the website has got the main middle section and the big background at the back?

Joachim Müller

I'm refering to
<html>

  <head>
    <title>farkin.tk</title>
    <meta name="description" content="mountain bike">
    <meta name="keywords" content="ok">
  </head>

  <frameset rows="*,1" framespacing="0" border="0" frameborder="NO">

    <frame src="http://farkin.ugtech.net/" name="dot_tk_frame_content" scrolling="auto" noresize>
  </frameset>

  <noframes>
    <body>
    </body>
  </noframes>

</html>

However, I will not continue this discussion here, as it will lead into a flame war or similar. If you want to find out why I think that frames suck, do as I suggested and google for it. If you don't care what I think, then just forget it and use the site as is.
Marking this thread as "solved", as your initial questions have been solved anyway.