![]() |
![]() |
![]() |
|
|||||||
| User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Aug 2006
Posts: 32
![]() |
Hi,
Just created an editor and suggested a link got this error: "Duplicate entry '19' for key 1" Can anyone help please PS: I refreshed the page on which the error was showing and it went through and I then got the "Thank you! Your link was submitted for consideration" Message - Odd !! |
|
|
|
|
|
#3 |
|
Join Date: Aug 2006
Posts: 32
![]() |
Hi again - this is question nite for me as I'm trying to get to grips with the script and get it looking how I want..
On the Home Page there are too many linefeeds/CRs between the category names eg http://www.topgun.org.uk/ Can someone tell me where to edit to get em close together please Ta! Graham |
|
|
|
|
|
#4 | |
|
Join Date: Aug 2006
Posts: 32
![]() |
Quote:
|
|
|
|
|
|
|
#5 | |
|
eSyndiCat Lead Developer
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,592
![]() ![]() ![]() ![]() |
Quote:
Hello Graham, Create the php file with such code and execute on your server. PHP Code:
__________________
Best regards, Sergey Ten sten at intelliants.com eSyndiCat Directory Script |
|
|
|
|
|
|
#6 |
|
Join Date: Aug 2006
Posts: 32
![]() |
Sergey,
Thanks - Ive run the file and added a new link with no errors and no issues - Excellent!!! Presumably I can now delete the file - might I need it again??? Thanks again for your help!! |
|
|
|
|
|
#7 | |
|
Super Moderator
Join Date: Oct 2005
Location: (California)
Posts: 5,299
![]() ![]() ![]() ![]() |
Quote:
in your css file find: Code:
div.categories div.col
{
float: left;
height: 70px;
text-align: left;
width: 260px;
padding-left: 10px;
padding-top: 5px;
position: relative;
}
div.categories div.last
{
float: left;
height: 70px;
text-align: left;
width: 250px;
padding-left: 10px;
padding-top: 5px;
}
Code:
div.categories div.col
{
float: left;
height: 100%;
text-align: left;
width: 260px;
padding-left: 10px;
padding-top: 5px;
position: relative;
}
div.categories div.last
{
float: left;
height: 100%;
text-align: left;
width: 250px;
padding-left: 10px;
padding-top: 5px;
}
Thanks ![]()
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
|
|
|
#8 |
|
Join Date: Aug 2006
Posts: 32
![]() |
Greg,
Thank you - it's looking better all the time... ![]() New thread on the way ![]() |
|
|
|
|
|
#9 | |
|
Super Moderator
Join Date: Oct 2005
Location: (California)
Posts: 5,299
![]() ![]() ![]() ![]() |
Quote:
![]()
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
|
|
|
#10 | |
|
Join Date: Aug 2006
Posts: 32
![]() |
Quote:
![]() |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|