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

Pages: [1]
1
I have auto-thumbnail on and set to 120px
but when i upload an image smaller than that (eg 100px), the thumbnail
gets resized to 120px. How can i fix this so that thumbnails are only created
when it is bigger than 120px?

2
I have a problem,

I'm using V@no's auto image resize mod with this one
but when i go to download the image, it still downloads as the resized image
and i've tried remodding it twice

3
great mod!

i have a question, you know how when you upload the image, it gets resized? well it is possible to have the image resized but let users download the original version, the unresized one?

4
great support here

5
anyone know how to fix this?

6
great mod!

when you put something in the homepage box in edit profile, it shows as <a href and outside the box it says the url and class="input" />

i get this error
Quote
Notice: Undefined variable: pm_popup_header in /home/myke/public_html/includes/page_header.php on line 177

Notice: Undefined variable: pm_inbox in /home/myke/public_html/includes/page_header.php on line 179

Notice: Undefined variable: pm_outbox in /home/myke/public_html/includes/page_header.php on line 180

Notice: Undefined variable: pm_sentbox in /home/myke/public_html/includes/page_header.php on line 181

Notice: Undefined variable: pm_new_count in /home/myke/public_html/includes/page_header.php on line 182

but only when you're on the search page and logged out
and only says
Quote
Notice: Undefined variable: pm_popup_header in /home/myke/public_html/includes/page_header.php on line 177

when logged in and on search page

7
another problem, my settings for the news in Admin CP doesn't save...
after pressing update, it just goes back to the default settings


read this message http://www.4homepages.de/forum/index.php?PHPSESSID=0aab8f80d69fc1e80cf7d6fd3b7b1115&topic=9064.msg71516#msg71516
sweet thanx :)

8
another problem, my settings for the news in Admin CP doesn't save...
after pressing update, it just goes back to the default settings

9
Hi Entropyx,

try this

Makes sense to me :

Quote

"news_archives" => "<a href=\"".$site_sess->url(ROOT_PATH."news.php"\" class=\"link\">".$lang['news_archive']."</a>",


should be :

Code: [Select]

"news_archives" => "<a href=\"".$site_sess->url(ROOT_PATH."news.php")."\" class=\"link\">".$lang['news_archive']."</a>",

that worked, thank you :)

10
i installed this mod, but i get this error on index.php

Quote
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/myke/public_html/index.php on line 126

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/myke/public_html/index.php on line 126

11
Mods & Plugins (Requests & Discussions) / Re: Date of Birth MOD in English
« on: November 19, 2006, 01:07:27 AM »
how would i remove the brackets from the age? ( the [ ] )

12
Mods & Plugins (Requests & Discussions) / Re: [MOD] Top uploaders v1.0
« on: November 18, 2006, 06:57:15 PM »
is it possible to include Administrator accounts?

sure...

just change this line
Code: [Select]
AND user_level = ".USER."
for this
Code: [Select]
AND user_level >= ".USER."
You may need to change it more than once if you are using more than one version of the mode.
The line appears ONE time PER version. So if you installed all three, you will need to make the change 3 times.

IGC
thanx :D

13
Mods & Plugins (Requests & Discussions) / Re: [MOD] Top uploaders v1.0
« on: November 17, 2006, 10:09:44 PM »
is it possible to include Administrator accounts?

14
Installation, Update & Configuration / Right-Click Copyright
« on: November 14, 2006, 08:40:27 AM »
You know when you right click, there's a pop up that says the copyright?
is there a way to change it so it disables the right click but doesn't show the copyright pop up?

Pages: [1]