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 - BartAfterDark

Pages: 1 2 3 4 [5] 6 7 8 9 ... 32
61
Discussion & Troubleshooting / Re: Relative Paths
« on: February 25, 2007, 09:46:36 PM »
Why not just edit the forum template, so it looks like the forum?

Or you could make it load in a iframe. But that's not that smart

62
Chit Chat / Re: uslupire.com (Free multimedya system)
« on: February 25, 2007, 09:36:26 PM »
I can't understand a word on that site. But you have a nice PageRank :)

63
Chit Chat / Re: Question about third party script
« on: February 25, 2007, 09:34:54 PM »
Do you have a link to your site?

And what are you trying to do, did you make a template inside your template folder with the script in or how?

64
In admin_functions.php
find:
Code: [Select]
mode : "textareas",
theme : "advanced",
Replace with:
Code: [Select]
mode : "exact",
theme : "advanced",
elements : "news_text",

Now it will only show for the news :-)

65
Espaņol / Castellano / Re: Invalid file type !! -- flv
« on: February 23, 2007, 12:29:56 PM »
ohh you tried the FLV player I linked to. Well, I can't get that one to work with 4images either

66
Espaņol / Castellano / Re: Invalid file type !! -- flv
« on: February 23, 2007, 12:27:37 PM »
Have you tried with any other FLV video?

67
Espaņol / Castellano / Re: Invalid file type !! -- flv
« on: February 23, 2007, 01:08:25 AM »
post a link so I can have a look

68
I'm going to look into it tomorrow :)

70
Espaņol / Castellano / Re: Invalid file type !! -- flv
« on: February 22, 2007, 11:49:16 PM »
you need an flv player on your site to play the media. Search google.

71
make it instead :p

72
try and change this
Code: [Select]
<script type="text/javascript" src="../tiny_mce/tiny_mce_gzip.js"></script>to
Code: [Select]
<script type="text/javascript" src="/galerie/tiny_mce/tiny_mce_gzip.js"></script>

73
I think you forgot to add the Gzip feature :)

Copy tiny_mce_gzip.js and tiny_mce_gzip.php tot he tiny_mce folder. Do you have the tiny_mce in your root folder or is it inside 4images like this (www/4images/tiny_mce) ?

74
You can try and add it before the javascript you posted :) (it should work)

75
Discussion & Troubleshooting / Re: Radio Button Defaults
« on: February 21, 2007, 05:00:19 PM »
well open register.php
Find
Code: [Select]
$user_showemail = (isset($HTTP_POST_VARS['user_showemail'])) ? intval($HTTP_POST_VARS['user_showemail']) : 0;
You can edit 0 to 1. Now the default is show email when new people register. Don't really know if it is that you want?

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