Webmastersite.net
Register Log In

199 matching results for "Jenny":

Sort by
Topic Title Author Comment Text Created Forum
Subforums on main page have disappeared Jenny Okay, this is the code I have on the "Show links in Category" tamplate:



<td {SUBCATWIDTH} valign="top" class="category">
<img src="templates/default/images/folder.gif" alt="folder"> <a href="index.php?action=displaycat&catid={CATID}" class="categoryname">{CATNAME}</a> ({CATNUMLINKS}) {CATHASNEW} {CATADMIN}
<br>{CATDESCRIPTION} <br>
<IF {SWITCH_FORUMVIEWS}>{CATVIEWS} views<br></IF>
<!-- BEGIN SUBSUB -->
<a href="index.php?action=displaycat&catid={CATID}">{CATNAME}</a>,
<!-- END SUBSUB -->
</td>


Just checked the latest database backup, and it doesn't seem like there's anything in that field. What's supposed to be in there?
Apr 10, 2006 - 2:08 AM Paid Scripts Support
Counting links with certain field value Jenny Okay, I can't get my head around this:

To make explaining easier, assume that we are dealing with the 'title' field. In my directory many links have the same title, and on one page I would like to display how many pages with the same title there are, like "title 1" (xx times), "title 2" (xx times). Is there any way to easily display that with available variables?

I know I could do this with PHP/mySQL code, but I don't even wanna think about the mess when that code has to be processed 300 times smiling face
Apr 09, 2006 - 2:33 PM Paid Scripts Support
Subforums on main page have disappeared Jenny
Paul wrote:
Are you sure you aren't simply removing the html code from the template?


Then the "more..." link wouldn't appear either, would it?
Apr 09, 2006 - 7:47 AM Paid Scripts Support
Subforums on main page have disappeared Jenny category selector as well as sitemap set to 10. Isn't that the default? I don't remember ever changing those... Mar 26, 2006 - 6:41 AM Paid Scripts Support
Subforums on main page have disappeared Jenny I have upgraded to 3.3.11 now, subcategories are turned on and set to 25, category selector level is set to 10, all categories have been regenerated and still I can't see any subcategories sad Mar 24, 2006 - 4:46 AM Paid Scripts Support
No category selector Jenny thanks. very strange though, I'm using 3.3.9 ... Mar 13, 2006 - 2:49 PM Paid Scripts Support
No category selector Jenny I have the same problem with the latest versions of WSN Links and WSN KB. Generally the category selector works fine, but when I try to edit a category the selector for the parent category is empty. Regenerating catselector doesn't help. Mar 13, 2006 - 8:06 AM Paid Scripts Support
Subforums on main page have disappeared Jenny
Paul wrote:


Needless to say, you've got a severe problem with your sort order. I don't know how you could get it like that, but set it to something valid at settings->general.


Categories are set to be sorted by 'name ASC', then 'id ASC'.
I don't understand why this error is not showing up when only 10 categories are regenerated at a time.

And this doesn't explain why regenerating the categories still doesn't make the subcategories appear again.
Mar 12, 2006 - 2:52 PM Paid Scripts Support
Subforums on main page have disappeared Jenny that's basically what I just posted.
In "System Configuration" in your WSN Admin at the bottom of the page you have a drop down menu where you can set the "Debug Level". Usually it's set to 'none', but when you change it to 'show queries as executed' it will display the script's every (background) action whenever a site is loading.
So if you have a MySQL error on your site you turn on the debug and paste all the code (mainly around the error message) into your forum post. It's the best way for Paul to detect why the error is occuring and how to fix it.
Mar 10, 2006 - 7:16 AM Paid Scripts Support
Subforums on main page have disappeared Jenny this is what I get when regenerating 100 categories at a time:

Load time so far: 7.35 seconds.
Performing query: SELECT COUNT(id) FROM elite_categories WHERE parent=104 AND deleted=0 AND hide=0 AND validated=1 ;


Count is 0

Load time so far: 7.35 seconds.
Performing query: SELECT id,name,parent,validated,description,time,parentnames,parentids,numlinks,hide,lastlinktime,custom,moderators,lastedit,headerinfo,related,numsub,type,permissions,subscribers,subscriber,scans,pic,mixtypes,isalbum,orderlinks,totalcomments,ulsearchmax,ulsearchquery,ulsearchadult,alias,catcols,linkcols,dmozpath,sponsorlinks,views,customwrap,deleted,reqlinks,reqcoms,reqlinksdelay,priority,levelsdeep,lastposterid,lastpostername,lastcommenttime,lastthreadid,lastthreadtitle,linkshere,unvalidatedlinks,unvalidatedcomments,actaslink,countposts,subcatshtml FROM elite_categories WHERE parent=104 AND deleted=0 AND hide=0 AND validated=1 ORDER BY name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC,name ASC LIMIT 0,15;



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

Number of rows is for Out of memory. Restart daemon and try again (needed 1048568 bytes)

Load time so far: 7.35 seconds.
Performing query: UPDATE elite_categories SET subcatshtml='' WHERE id=104;

Out of memory. Restart daemon and try again (needed 1048568 bytes)

Load time so far: 7.36 seconds.
Performing query: SELECT id,name,parent FROM elite_categories WHERE id=11 ;


I get no errors when regenerating only 10 categories, which is a pain when you have more than 1.000. And even without errors the subcats won't come back.
Mar 10, 2006 - 2:21 AM Paid Scripts Support
Format the {LINKNAV[trim]} differently Jenny there is no specific format or style assigned to {LINKNAV} as this is ONLY the actual text.
On the page for the search results without changing anything it is displayed like any other regular link.
And the {LINKNAV} in the main navigation, on the edit page for example, is formatted by the surrounding <div class="nav">. You can change that style by going to your stylesheet template and editing whatever comes after .nav.

Hope that helps.
Mar 09, 2006 - 2:23 PM Paid Scripts Support
date format Jenny I have a directory where I am sorting my links by a specific date. To make it work properly I have the date in this format: yyyy-mm-dd
works fine.
Mar 09, 2006 - 1:44 PM Paid Scripts Support
Subforums on main page have disappeared Jenny yep, I get the same error for every single category when I regenerate. Mar 09, 2006 - 10:54 AM Paid Scripts Support
Subforums on main page have disappeared Jenny yes, that's what I thought. So I set it back to 15, regenerated everything, but it doesn't change anything. It's still only showing that 'more...' link, no categories.

Now that I think about it, it's even weirder that the 'more...' link is only showing when there are actually more than 15 subcats. When there are less than 15 subcats there's nothing at all...

I checked the template, and just in case copied the original template from the download to make sure I didn't mess up the code, but still nothing...
Mar 09, 2006 - 5:58 AM Paid Scripts Support
Subforums on main page have disappeared Jenny what OS are you using? I've never seen those icons before...

Anyway, I don't really know what I did to make the subcats disappear. I remember that on the "categories" page I set the subcats to be shown on the main page to '0' and regenerated cats. But then the 'more...' link was still showing, which I didn't want, so I just removed the subcats variables from the main page. However since then the subcats on the other pages have disappeared at the same time and never came back. Although that particular setting shouldn't even affect those subcats... (here's the upcoming, not completely finished version: host.miss-newyork.net/~elit...?action=displaycat&catid=1)
Mar 08, 2006 - 9:02 AM Paid Scripts Support
Narrow results to results containing

Link to these search results