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

Pages: [1]
1
Dear V@no,

i think since i have installed the new code for search engine friendly URLs and language select my category dropdown field does not work correctly.
Please have a look on my site and test the field in different categories.
Sorry for my bad english i don't find the right words for explaining right at the moment.
For example:
If i go to the main category "Skalen" my category selection field works well. If i want to go to another category right out of this "Skalen" category by using the dropdown category selection field nothing will happen.  :(
...so in some categories the field is working and in some won't.
I have no idea where is the mistake :?:

well i have the same problem, when  i choose any category and click go it simply goes to the index page!!! when i resorted the orginal code it works like charm? so it seems that maybe i've missed something in code??
note: i use 4images 1.7.1 and i added } as recommend in previous post in order to make it work with 1.7.1 version!!!!!!
the code that i have can be found here!!!

http://www.immsu.com/sessions.phps

please advise!!!

2
FAQ, Tips / Re: How can I add more allowed file extensions?
« on: November 22, 2005, 08:18:34 AM »
did u add the extension in the settings?

well here's what i did exactly
 in includes/upload_definitions.php
i added the following
Code: [Select]
$mime_type_match['3gp'] = array("video/quicktime");
and then i created html templates 3gp.html and i added that to media folder in my default template
and here's its code
Code: [Select]
<!-- Template file for 3GPP Files --><OBJECT id=JavaPlug0 height=280 width=300 classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA>
              <PARAM NAME="SRC" VALUE="{media_src}"><PARAM NAME="CONTROLS" VALUE="ImageWindow,ControlPanel">
              <param name="_ExtentX" value="7938">
              <param name="_ExtentY" value="7408">
              <param name="AUTOSTART" value="1">
              <param name="SHUFFLE" value="0">
              <param name="PREFETCH" value="0">
              <param name="NOLABELS" value="0">
              <param name="LOOP" value="0">
              <param name="NUMLOOP" value="0">
              <param name="CENTER" value="0">
              <param name="MAINTAINASPECT" value="0">
              <param name="BACKGROUNDCOLOR" value="#000000">
                </BODY><!--webbot bot="HTMLMarkup" endspan --></HTML></OBJECT>
and also i added 3gp.gif to icon folder
and from settings  in the Valid file extensions  i added 3gp near jpg

it still giving me the invalid error message
I bet that's NOT the EXACT message it shows you.
here's what i'm getting exactly
Error uploading image file:
24.3gp: Invalid file type (3gp, )


anyways here's the url to the copy that i have i'd appreciate if u can check it
http://www.immsu.com/4images/






click on thumb to enlarge


thanks for ur support
:)

3
FAQ, Tips / Re: How can I add more allowed file extensions?
« on: November 20, 2005, 04:24:56 PM »
Hi there

well i followed the steps in how to add a new file exrension in my case it was 3gp!!! which works fine if i add a 3gp file via ftp and then add it from admin thru check new images but as a user it still giving me the invalid error message so can u lead me thru please in how to fix that?

4
Discussion & Troubleshooting / Re: clickstream tag
« on: November 17, 2005, 08:44:48 AM »
We have a mod by Chris that solves this problem ;) Check out MODs forum.
thank u v@no u r always helpfull
i think i found it

http://www.4homepages.de/forum/index.php?topic=6613



5
Discussion & Troubleshooting / clickstream tag
« on: November 16, 2005, 04:47:44 PM »
Hi there
when i put {clickstream} in header.html it doesn't appear when i enter a cat, image or any place in 4images gallery!!!
if i put it in details.html it does!!!!
so is it a common problem or only it's in my copy??
please help
p.s: i have version 1.7.1 and i have the multi lang mod and multi lang for any text mod installed
P.s.s: i installed a fresh copy of 1.7.1 and still the same so is it a bug??


6
   thanks v@no  :)  :) great effort

7
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: May 12, 2005, 04:17:55 PM »
thank you v@no
prefect it's working

8
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: May 10, 2005, 10:57:17 AM »
on Lanuage select is it possible to for user to see another template??
let's say i have english and farsi
i want the user when he chooses the farsi to get a totally different template!

u'll need delete from global.php:
Code: [Select]
define('TEMPLATE_PATH', ROOT_PATH.TEMPLATE_DIR."/".$config['template_dir']);
define('ICON_PATH', ROOT_PATH.TEMPLATE_DIR."/".$config['template_dir']."/icons");
And then find:
Code: [Select]
include(ROOT_PATH.'lang/'.$config['language_dir'].'/main.php');and insert above this:
Code: [Select]
if ($config['language_dir'] == $l) $config['template_dir'] .= "_".$l;
define('TEMPLATE_PATH', ROOT_PATH.TEMPLATE_DIR."/".$config['template_dir']);
define('ICON_PATH', ROOT_PATH.TEMPLATE_DIR."/".$config['template_dir']."/icons");

With this change you will need create template for each language with this name format: <template name>_<language>
for example your default language is english and have also deutsch and spanish languages.
the default template used has name blah
Then you must have three templates with names:
blah
blah_deutsch
blah_spanish


P.S. I've removed your page_header.php source, so it wont cloag up the search engine ;) next time if u want to show something like, attach the file as a .txt file ;) (or zip it)

i have this error
Template Error: Couldn't open Template-Pack TEMPLATE_PATH

you may view the gobal if it is ok with u the link it listed bleow
http://immsu.com/global.phps

Note: it's on a fresh 1.7.1 file!!!

and also  i have uploaded the old golbal where the code is working fine  8O
u may please view it here
http://immsu.com/oldglobal.phps




9
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: May 10, 2005, 09:02:07 AM »
thank u vano really thank u i will never loose this code again lol i printed it out :D

10
This mod allows you to use different category templates. Templates will be inherited on subcategories.
----


that's great but how can i make it work with language select??  that is when a user chooses any other available language he'll get a different template!
p.s: hope that  i'm asking in the right thread coz i've asked in Language Select Mod thread but my question got ditched :(

11
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: May 08, 2005, 03:56:49 PM »
I have the files!
i'm trying to trace the code vano wrote earlier  it in order to know how does it work to make it work with fresh gallery,so can anyone help me out?
where should i search besides pager_header.php??
is it global.php?? index??
here's the codes i have
page_header.php
Code: [Select]
[REMOVED]
just give me hint please

12
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: April 27, 2005, 10:04:40 AM »
Do you really need a completely different template?

Don't the lang-images do the trick? :)

well yeah it might do but once v@no gave me the answer and i think it's better if i use a different table since i use alot of other scripts with 4images

13
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: April 26, 2005, 01:46:10 PM »
Hi v@no i've asked this question before  :oops: but unfortentaly it got lost with all the threads that has been deleted
kindly on Lanuage select is it possible to for user to see another template??
let's say i have english and farsi
i want the user when he chooses the farsi to get a totally different template!
i apperciate if u could write the code again
thanks and regards
 

14
Chit Chat / old posts!
« on: March 13, 2005, 01:20:42 PM »
Quote
Due to a hacker attack, our forum was down for several days. The attack destroyed most of our data as well as our backups. The forum user data was not affected, but all forum posts since July 2003 are gone forever

  :cry:  :cry:  :cry:  :cry:
question to Wizi
why u have chosen this forum to hack???? really we've learned alot and all what u did in a simple stupid move from ur side u've deleted all the posts! so now if we have to go back to what have been posted it won't be there and we have to ask again such a waste of time
  really i wish that u'll have an accident where a doctor will hack your memories and will wipe all what u have in ur brain and fill ur brain with crap

Pages: [1]