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

Pages: 1 ... 10 11 12 13 [14] 15 16
196
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: February 11, 2003, 10:00:49 AM »
Thanks veno ,you make my day :D  :D  :D
If I can sugest maybe  we can put the avatars in root directory so if some one try to change to another  templates we don't have to upload all the same avatars again. :idea:  :idea:

197
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: February 11, 2003, 12:39:13 AM »
sorry if this out of the topic, Veno can you share to me what code to add in thumbnail alt properti
so when user not login they got message when try to click the thumbnail
that the image only can have detail view when they register.


 :?  :?

198
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: February 09, 2003, 01:05:05 AM »
After I install the mood avatars, the mood run without error.

my question is . How to add avatars in other page like in who is online or in my index gallery.
why avatars only show when the current user after log in ?? but when the current user log out the avatars missing   :wink:  :wink:

199
Request mood that can 4images intergration with Pmachine please??

or anybody have try already ???

 :roll:  :roll:

200
I need translate of this tread please :wink:  :wink:

201
Mods & Plugins (Requests & Discussions) / what code to add
« on: January 27, 2003, 03:10:24 AM »
What code to add so this mood have checking fields  ,
before it sending  :lol:  :lol:

202
Discussion & Troubleshooting / Try upload more images
« on: January 25, 2003, 02:46:42 AM »
Try upload more images 8)

203
Templates & Styles (Requests & Discussions) / thanks
« on: January 15, 2003, 12:42:02 AM »
thanks Jan :? :D  :D

204
Templates & Styles (Requests & Discussions) / Sorry
« on: January 14, 2003, 05:05:10 AM »
I try make news system on my web.
I copy index.php in directory of 4images and I include  news.php in those
index.php  then I rename it to mynews.php


now it look like this


<?php
$templates_used = 'mynews,category_bit,whos_online,thumbnail_bit';
$main_template = 'mynews';
define('GET_CACHES', 1);
define('ROOT_PATH', "./");
define('GET_USER_ONLINE', 1);
include(ROOT_PATH.'global.php');
require(ROOT_PATH.'includes/sessions.php');
$user_access = get_permission();

if (isset($HTTP_GET_VARS['template']) || isset($HTTP_POST_VARS['template'])) {
$template = (isset($HTTP_GET_VARS['template'])) ? stripslashes(trim($HTTP_GET_VARS['template'])) : stripslashes(trim($HTTP_POST_VARS['template']));
if (!file_exists(TEMPLATE_PATH."/".$template.".".$site_template->template_extension)) {
$template = "";
}
else {
$main_template = $template;
}
}
else {
$template = "";
}
include(ROOT_PATH.'includes/page_header.php');

if (!empty($template)) {
$clickstream = "<a href=\"".$site_sess->url(ROOT_PATH."index.php")."\">".$lang['home']."</a>".$config['category_separator'].str_replace("_", " ", ucfirst($template));
$site_template->register_vars("clickstream", $clickstream);
$site_template->print_template($site_template->parse_template($main_template));


}

//-----------------------------------------------------
//--- Show Categories ---------------------------------
//-----------------------------------------------------
$categories = get_categories(0);
if (!$categories) {
$categories = $lang['no_categories'];
}
$site_template->register_vars("categories", $categories);
unset($categories);

//-----------------------------------------------------
//--- Print Out ---------------------------------------
//-----------------------------------------------------
$site_template->register_vars(array(
"msg" => $msg,
"clickstream" => $clickstream
));

$site_template->print_template($site_template->parse_template($main_template));
include("news/news.php");
include("news/foot.php");
?>
----------------------------------------------

so far this my news work only in mynews.html  template

My question is how to make this news can have own  tag in template

like {random_image},{new_images}

so I can put in in every template page

205
How to make my include.php can show the content  in my other template.
I try search this topic but only in ducht

 :wink:  :wink:

206
:: 8 NEW TEMPLATE FOR DOWNLOAD FROM MANTRADREAM ::

UPDATE FOR V 1.7.6 :lol:

try visit www.mantradream.com

Dedicate to † manurom [ a good friend ]

207
Mods & Plugins (Requests & Discussions) / I hope
« on: January 01, 2003, 01:40:51 AM »
First I think format email can have template [ this will be great ]
or adding some spaces between the requested images [ like you said ]

and validation script [ java or php ] to check all field before sending the request
The best feature I hope is separate the database between lightbox and this mood so we can make new button in detail page as this mood, the user don’t lose the image in their lightbox if they delete in quotation.

BTW this mood I try already and fined no error

Thanks Bernd
 :wink:  :wink:

208
Templates & Styles (Requests & Discussions) / Your site to slow,I think?
« on: December 30, 2002, 03:34:55 AM »
Your site to slow,I think?
Specialy load all the grafik of the template.
but nice job

209
Is there any engglish version about this mood??  :wink:

Chris have you try already ??

210
Discussion & Troubleshooting / I have check already but??
« on: December 27, 2002, 03:26:58 PM »
I have check already but the script is CGI ,beside that we must pay a year
and the next year we must pay again.

anyway thanks Chris [ for the remain ]


I hope Jan can make some code for us or maybe we wait  for the next version [ maybe ??? ] :wink:  :wink:

Pages: 1 ... 10 11 12 13 [14] 15 16