User Name
Remember Me?
Password
Register
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
68 Classifieds Forums
>
Search Forums
>
Search Results
Go to Page...
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search:
Posts Made By:
Lhotch
Forum:
Template Design Questions
02-22-2007, 12:42 PM
Replies:
5
How to align custom category images with category links.
Views:
32
Posted By
Lhotch
No problem, glad it worked for you. We dont...
No problem, glad it worked for you. We dont always know how proficient someone is when they ask for help so instead of typing up a page of details someone may not need or care about I often opt for...
Forum:
Template Design Questions
02-22-2007, 12:12 PM
Replies:
5
How to align custom category images with category links.
Views:
32
Posted By
Lhotch
The easiest way to see what template is being...
The easiest way to see what template is being used on the various pages is to open up the file layout.tpl.php for the template you are using. At the very top of the file place the...
Forum:
Template Design Questions
02-22-2007, 11:30 AM
Replies:
5
How to align custom category images with category links.
Views:
32
Posted By
Lhotch
add align="top" to the image tag...
add align="top" to the image tag itself.... ie
from this....
<img border="0" src="catimages/classifieds.png" alt="Classifieds"/>
to this....
Forum:
v3.1 Questions & Support
02-22-2007, 10:41 AM
Replies:
29
Search Page link error
Views:
341
Posted By
Lhotch
When you say "that didnt work either"...
When you say "that didnt work either" exactly what did you do?
There are other 68c users using blue host without any problems, so assuming you have all your php.ini's set up properly and none of you...
Forum:
v3.1 Suggestions and Feedback
02-22-2007, 10:08 AM
Replies:
4
Search Engine Friendly URL search string
Views:
79
Posted By
Lhotch
Was the extra field golf added after the other 17...
Was the extra field golf added after the other 17 results that dont show up, if so then try opening the other 17 ads in admin to modify them and make sure the field appears and fill it out as needed...
Forum:
v3.1 Modifications
02-22-2007, 10:06 AM
Replies:
21
Different template for categories?
Views:
182
Posted By
Lhotch
Mike, did you manually type the above code or did...
Mike, did you manually type the above code or did you cut & paste? If you manually typed it make sure that between the curly braces the lines with the word "case" in in ends with a colon : and the...
Forum:
v3.1 Questions & Support
02-22-2007, 09:58 AM
Replies:
2
Integration of Pop Up Menu System with 68
Views:
35
Posted By
Lhotch
Smarty templates are "compiled" and by...
Smarty templates are "compiled" and by default expect html with smarty variables. If you want to put php or javascript into the templates you have to explicitly tell smarty not to compile the php/js...
Forum:
v3.1 Questions & Support
02-22-2007, 09:46 AM
Replies:
13
Image upload problems...
Views:
185
Posted By
Lhotch
If you just want a few select individuals to have...
If you just want a few select individuals to have a blog on your site then a module that ties into the 68c user table likely isnt the best solution. I havent played with any blogging scripts myself...
Forum:
v3.1 Questions & Support
02-21-2007, 04:34 PM
Replies:
13
Image upload problems...
Views:
185
Posted By
Lhotch
Glad that did the trick for you! As for blogging...
Glad that did the trick for you!
As for blogging software im not aware of anything that ties into and uses the 68c user table, which I assume is what your goal is?
Perhaps that would be a good...
Forum:
v3.1 Questions & Support
02-21-2007, 11:41 AM
Replies:
13
Image upload problems...
Views:
185
Posted By
Lhotch
php has a set memory limit that is used to run...
php has a set memory limit that is used to run scripts in. So if your site is real busy, regardless of what they are doing php can be hitting its memory limit. Since you have your own colocated...
Forum:
v3.1 Questions & Support
02-21-2007, 09:56 AM
Replies:
5
db connection help needed!!
Views:
38
Posted By
Lhotch
The sites URL is stored in the database. Go into...
The sites URL is stored in the database. Go into web sites control panel and goto phpmyadmin if ya have it. Edit the class_admin table and alter the field "url" so that it matches your new...
Forum:
v3.1 Questions & Support
02-20-2007, 12:26 PM
Replies:
13
Image upload problems...
Views:
185
Posted By
Lhotch
B.Gordon, couple things to check. Look in your...
B.Gordon, couple things to check.
Look in your error log and see if you can find any more details on the error.
Another thing which may be the problem is that PHP uses a temp folder to store...
Forum:
v3.1 Questions & Support
02-20-2007, 10:44 AM
Replies:
13
Image upload problems...
Views:
185
Posted By
Lhotch
One thing to consider, regardless of how fast...
One thing to consider, regardless of how fast your server is you are limited by the transfer rate of the system uploading the files and are also affected by any data transfer issues that may arise...
Forum:
Pre Sales
02-20-2007, 10:34 AM
Replies:
4
do you need a special template
Views:
57
Posted By
Lhotch
Ease of using a template not designed for 68c...
Ease of using a template not designed for 68c will depend on your understanding of CSS and html really.
When you use smarty templates like 68c does what happens is the underlying php scripts process...
Forum:
v3.1 Questions & Support
02-19-2007, 02:45 PM
Replies:
15
Target Banners to Category
Views:
183
Posted By
Lhotch
I would probably create a plugin then that takes...
I would probably create a plugin then that takes the category as an argument, determines which JS invocation code to display based on category passed to and and displays appropriate invocation code.
Forum:
v3.1 Questions & Support
02-19-2007, 09:59 AM
Replies:
15
Target Banners to Category
Views:
183
Posted By
Lhotch
Mike, you could make it a plugin and/or store the...
Mike, you could make it a plugin and/or store the JS invocation code in seperate files, it really depends on just how many different invocation codes you want to use.
If your just going to have a...
Forum:
v3.1 Questions & Support
02-18-2007, 06:52 PM
Replies:
8
IE compatibility
Views:
67
Posted By
Lhotch
layout.tpl.php
layout.tpl.php
Forum:
v3.1 Questions & Support
02-18-2007, 02:50 PM
Replies:
8
IE compatibility
Views:
67
Posted By
Lhotch
Is there a reason you have...
Is there a reason you have onload="onLoad()" in the body tag? The default script doesnt have it so I am unsure why you would have it in yours unless you have modified it.
Forum:
v3.1 Modifications
02-16-2007, 10:24 PM
Replies:
7
Data feed of listings
Views:
77
Posted By
Lhotch
You can also control whats included(ie limit,...
You can also control whats included(ie limit, category, price range etc etc) in the feed by passing along variables in the url. I dont remember them all off the top of my head but if you open the...
Forum:
v3.1 Modifications
02-16-2007, 09:02 PM
Replies:
7
Data feed of listings
Views:
77
Posted By
Lhotch
just point a browser to...
just point a browser to http://www.yourdomain.com/external.php for an xml feed.
Forum:
v3.1 Modifications
02-16-2007, 01:25 PM
Replies:
4
New posts in html page
Views:
51
Posted By
Lhotch
The file "external.php" in included...
The file "external.php" in included with 68C (should be in the root of your 68c installation) and creates an RSS feed. You can pass along with the URL various variables to customize the rss feed. For...
Forum:
v3.1 Modifications
02-16-2007, 09:45 AM
Replies:
4
New posts in html page
Views:
51
Posted By
Lhotch
Few ways to do it. the external.php file creates...
Few ways to do it. the external.php file creates an rss feed, you can work from that and modify it as needed to output an html table instead of rss.
You could also take a look at...
Forum:
v3.1 Questions & Support
02-15-2007, 06:47 PM
Replies:
2
Administration Password Location?
Views:
33
Posted By
Lhotch
The best thing to do would be to goto the sites...
The best thing to do would be to goto the sites front end and enter your e-mail address after following forgot pass link.
If you dont know what e-mail address you used, open phpmyadmin or what ever...
Forum:
Template Design Questions
02-15-2007, 11:23 AM
Replies:
5
KUDOS to Auscity
Views:
107
Posted By
Lhotch
Site looks super, you both did a great job.
Site looks super, you both did a great job.
Forum:
v3.1 Questions & Support
02-14-2007, 10:01 AM
Replies:
29
Search Page link error
Views:
341
Posted By
Lhotch
if you look in the root of your web space which...
if you look in the root of your web space which should be /home/njhorseo/public_html according to your siteinfo, do you have a folder called /ioncube?
Thats what your php.ini file should be pointing...
Search took
0.39
seconds.
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
68 Classifieds Announcements
News & Announcements
Pre Sales Forum
Pre Sales
Testimonials
v3.1.x Help & Support
v3.1 Questions & Support
Bug Tracker
v3.1 Suggestions and Feedback
v3.1 Modifications
v3.1 Modules
v3.0.x Help & Support
v3.0 Questions & Support
Bug Tracker
v3.0 Suggestions and Feedback
v3.0 Modifications
Languages
General
Template Design Questions
Site Critiques
Site Marketing
Off Topic
Archives
Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.
vBulletin Skin developed by:
vBStyles.com
68 Classifieds
-
Top