Webmastersite.net
Register Log In

199 matching results for "Jenny":

Sort by
Topic Title Author Comment Text Created Forum
Bulk editing descriptions not working Jenny I just noticed that bulk editing link descriptions isn't working. Editing titles and URLs is working fine, but the description is not changing. Jul 27, 2006 - 2:32 PM Paid Scripts Support
Display all link categories Jenny I think you're talking about something else.
I mean, when I use {LINKALIASEDIN} all the categories appear, but they are all linking to the respective category. Is it possible to have just the category name instead of the category name linking to the category?
It should be this line in onelink.php

if ($language->aliaslist == '') $language->aliaslist = '<a href="index.php?action=displaycat&catid={CATID}">{CATNAME}</a>, ';


But I don't wanna remove the link here, because obviously the link on the search results page would be gone as well...


Another question: what are those aliased categories sorted by? And is it possible to change the order? I couldn't figure it out, but it doesn't seem to be by alphabet or ID...

And why is it that sometimes the main category is listed among the aliased categories and sometimes it's not?


edit
okay, I think I found my problem:
I have a directory at http://www.icon-search.com where basically all links are in more than one category. To make things easier I want to list all categories along with all keywords (entered in the description box).
This is what I use to display all of these:
<a href="http://www.icon-search.com/index.php?action=displaycat&catid={LINKCATID}">{LINKCATNAME}</a> {LINKALIASEDIN} {LINKDESCRIPTION}<bR>

The thing is that {LINKCATNAME} does not display the actual main category of the link, but the category I am in at that time.
For example take a look at this category:
www.icon-search.com/index.p...action=displaycat&catid=52
the first link "beltaine_icons" is in category "Chronicles Of Narnia" and aliased in "Flowers & Plants". When you see the link in the "Flowers & Plants" category, it's the only category displayed. When you are in the "Chronicles Of Narnia" category (www.icon-search.com/index.p...ction=displaycat&catid=475) you see both categories listed.
Is there a way to really display all of the categories a link is in?
Jul 27, 2006 - 2:19 PM Paid Scripts Support
Can I delete categories in PHPMyAdmin? Jenny I can only speak from my own experience, but it worked fine for me. I've deleted tons of links and members manually.
You should just make sure to regenerate everything once you're done.
Jul 22, 2006 - 5:09 PM Paid Scripts Support
Validate Items mySQL error Jenny thanks smiling face Jul 14, 2006 - 11:56 AM Paid Scripts Support
Subcategories showing up on main page Jenny Wow, this is really weird wink

When you click on one of these "Wedding Favors in ..." categories you see that apparently they've been subcats of other top level categories before, like "Arkansas Wedding Resources", which don't exist anymore.
Maybe you aliased them into categories which later got deleted or something?
I would try to make sure that none of these subcats have aliases in other categories and then regenerate everything.
Jul 14, 2006 - 2:21 AM Paid Scripts Support
Validate Items mySQL error Jenny I upgraded to 3.3.21 and now the first link submissions came in again. Checking the "Validate Items" page I get a
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/linklou/public_html/classes/database.php on line 108

for every link that has been submitted.

Would love to show you the debug information, but ONLY on this site it's not showing up.
I haven't had the time to change anything in the admin area yet, so every settings and templates are the default ones.
Jul 11, 2006 - 1:43 AM Paid Scripts Support
Bulk edit links mysql error Jenny
Parentids is empty for any link which doesn't have a grandparent.

I see, that explains a lot smiling face

The default template set's main.tpl gives you an example of a toplist which you can change via selectors, all that converts to links just as well.

Thanks, I'll look into that.
Jul 11, 2006 - 1:36 AM Paid Scripts Support
Trying to include the security image Jenny perfect, thank you smiling face Jul 09, 2006 - 4:41 AM Paid Scripts Support
Bulk edit links mysql error Jenny no member integration
Here's the toplist code
<!-- BEGIN TOPLIST 11 -->
<CONFIG>links,rand(),1,ascending,spotlight='yes' and filefield=1,,,0,0,0,0</CONFIG>
<a href="{TRACKLINKURL}" {EXTERNALLINKS}><img src="download.php?id={LINKID}" border=0 width=100 height=35 style="border:5px solid #5C4E3F;" alt="{LINKTITLE}"></a>
<!-- END TOPLIST 11 -->


I am moving my directory to a new domain: http://link-lounge.com
It's the random button in the middle of the sidebar.


Guess what, I have another toplist question.
I am trying to make this one toplist you're explaining in the manual, the make a toplist of all links in category #1 and all its subcategories.
When I check my links in the database, for most links the "parentids" field is empty... I mean, there is still a toplist showing up fine, but I'm not sure if all links are included, do you know what I mean?

I also tried to include some variables. By default the toplist is supposed to display the general list of links in all categories. And then by clicking on a link people should be able to filter the toplist by main categories.
www.link-lounge.com/index.p...stom=yes&TID=custom-top100
For now I added this
<? if ($topic == "") {?>
<CONFIG>links,hitsin;id,100,descending;ascending,hitsin > 0,,1,0,0,0,</CONFIG> <? } else if ($topic == "fansites") {
?>
<CONFIG>links,hitsin;id,100,descending;ascending,catid=30 OR parentids LIKE '%, 30, %' AND hitsin > 0,,1,0,0,0,</CONFIG>
<? } ?>


But somehow this is completely ignored ...
Jul 09, 2006 - 4:37 AM Paid Scripts Support
Bulk edit links mysql error Jenny I have no idea smiling face I assumed it was some part of WSN Links, which I just didn't notice before...
Clearly that is the random button toplist part, so I don't get why this error only shows on this one page. Well, as I am the only person able to access this page maybe I shouldn't worry too much.

BTW, I just saw that today is your birthday. I had no idea you're my age sticking out tongue

Happy Birthday!
Jul 05, 2006 - 12:31 PM Paid Scripts Support
Bulk edit links mysql error Jenny I've just upgraded to 3.3.21 and now I get an error on the bulk edit links page. Here's the part of the debug:

Warning: Cannot modify header information - headers already sent by (output started at /home/linklou/public_html/classes/database.php:276) in /home/linklou/public_html/end.php on line 142

Load time so far: 0.53 seconds.
Performing query: SELECT FROM utable WHERE validated=1 AND (spotlight='yes' and filefield=1) ORDER BY rand() ASC LIMIT 0,1;

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/linklou/public_html/classes/database.php on line 108

Number of rows is for You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM utable WHERE validated=1 AND (spotlight='yes' and filefield=1) ORDER BY ran' at line 1

Load time so far: 0.62 seconds.
Performing query: SELECT id FROM wsnlinks_categories WHERE validated=1 AND hide=0 AND isalbum=0 ;

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM utable WHERE validated=1 AND (spotlight='yes' and filefield=1) ORDER BY ran' at line 1

Number of rows is 938 for Resource id #56


I have a toplist in the wrapper which randomly displays a link button, and it's working fine on every other site (as far as I can tell right now), but on this page it's not showing up. At first I was thinking that there's a conflict with the toplist number, but changing that number didn't change the error, and I think the bulk edit page isn't using a toplist anyway, right?

Editing is working fine also, just wondering what's causing this... smiling face
Jul 05, 2006 - 7:27 AM Paid Scripts Support
Different way of bulk editing categories Jenny so it is not possible to create the same "bulk edit categories" format as we have it now for links?
At least we could then edit all subcategories of one parent category at once.
Jul 03, 2006 - 4:13 AM Paid Scripts Support
Trying to include the security image Jenny I've been trying to include the security image for a while now, and there's something I'm screwing up.

I added the path to the WSN Gallery installation
'/home/kellysol/public_html/images/'

and then I added this to the contact form

<tr>
<td>Security Image:
<br>Type the letters and numbers shown on the left into the box on the right. (This is to prevent automated submissions.)</td>
<td><img src="images/securityimage.php"> <input type="text" name="securityimage" size="4" maxlength="4" style="border:1px solid #741404; font-size:9pt;"> </td>
</tr>


Then, when I send the form, I get this error:

Fatal error: Cannot redeclare geturl() (previously declared in /home/kellysol/public_html/formemail.php:58) in /home/kellysol/public_html/images/filefunctions.php on line 260

The contact form is located here:
http://kellys-online.com/contact.php

BTW, why is the security image always showing the same letters??? sticking out tongue
Jul 03, 2006 - 4:03 AM Paid Scripts Support
Display all link categories Jenny That's perfect!!! One last question: is it possible to display these categories without the link? just as plain text?
I can see the part in the function, but I don't dare to mess with it sad
Jun 18, 2006 - 8:20 AM Paid Scripts Support
Minor note about upgrade instructions Jenny if someone's logging and displaying search results, those are erased when upgrading, because obviously searchlog.txt is overwritten.

Paul, you could add a little note to the upgrade instructions about that.
Jun 18, 2006 - 4:47 AM Paid Scripts Support
Narrow results to results containing

Link to these search results