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

Pages: [1] 2
1
Mods & Plugins (Requests & Discussions) / Re: Thumbnail Link question
« on: June 03, 2009, 05:58:10 PM »
never mind I figured it out

2
Mods & Plugins (Requests & Discussions) / Re: Thumbnail Link question
« on: June 03, 2009, 05:17:20 AM »
i would like to get the thumbnail url for this

<link rel="image_src" href="thumbnail-url-here" />

that would be in the header

3
Mods & Plugins (Requests & Discussions) / Re: Thumbnail Link question
« on: June 02, 2009, 07:14:20 PM »
is it possible to get the thumbnail url?

4
Discussion & Troubleshooting / error sending postcard
« on: January 29, 2008, 09:17:23 AM »
I get this error when I click the preview button

Parse error: syntax error, unexpected $end in /mounted-storage/home43c/sub004/sc32113-QCPL/www/website.com/includes/template.php(101) : eval()'d code on line 136

anyone had this happen to them before or know how to fix this error...your help would be appreciated thanks

5
I get this error after I click the card preview button

Parse error: syntax error, unexpected $end in /www/folder/includes/template.php(101) : eval()'d code on line 136

using 1.7.4 gallery

6
Discussion & Troubleshooting / gallery exploit question
« on: January 10, 2008, 05:27:23 PM »
some how this bit of code
Quote
<?php
header("Location: http://www.url_/?aid=5241");
exit;
?>
was added to the top of the
Quote
index.php

Is there a fix for this on 1.7.4

7
Mods & Plugins (Requests & Discussions) / reg. rectangle thumbnail
« on: December 22, 2007, 05:15:55 PM »
I've tried the to make thumbnails in acp but it resize the image as a square.

I'm trying to make them 120x90...how can I do this even if I have to edit one of the php files, I'm not sure where to put it.

thanks,

p.s. merry Xmas

8
Discussion & Troubleshooting / Re: "View Your Profile" option?
« on: July 21, 2007, 12:25:17 AM »
just what i needed...and it works

9
Mods & Plugins (Requests & Discussions) / Re: Random pictures
« on: March 18, 2007, 03:21:15 PM »
thanks Jacob its works perfectly.

10
change this
Code: [Select]
define('ROOT_PATH', '../');
I replace with this
Code: [Select]
define('ROOT_PATH', './');
include(ROOT_PATH.'config.php');
include(ROOT_PATH.'includes/db_mysql.php');
include(ROOT_PATH.'includes/constants.php');
$site_db = new Db($db_host, $db_user, $db_password, $db_name);
function is_remote($file_name) {
  return (preg_match('#^https?\\:\\/\\/[a-z0-9\-]+\.([a-z0-9\-]+\.)?[a-z]+#i', $file_name)) ? 1 : 0;
}

that worked for me

11
Discussion & Troubleshooting / Re: remove domain from category in rss
« on: August 17, 2006, 01:15:26 AM »
I got that but can I copy all the files remane them and have 2 rss files one with the domain tag and the other without.

12
Discussion & Troubleshooting / remove domain from category in rss
« on: August 14, 2006, 05:55:01 PM »
<category domain="http://feelstupid.com/cat1.htm">Videos</category>

How do I take out the domain link...I deleted it from the html file but it still showed domain=""


13
Bug Fixes & Patches / Re: [1.7.2] Security fix for global.php
« on: April 26, 2006, 02:11:38 PM »
thanks for that update

14
Discussion & Troubleshooting / register to view category message
« on: March 27, 2006, 06:26:46 PM »
If a category is set to only reg members it goes to the homepage.
how can i display a message for the user telling them that they have to register before or send them to the registration page.

15
Discussion & Troubleshooting / Re: adjust time format
« on: March 13, 2006, 11:36:38 PM »
thanks thats what I was looking for

Pages: [1] 2