I want to create a various quantity build_links_per_page for different categories
Mar 22, 2003, 1:40 AM
Veteran / Moderator (18436 posts)
Mar 22, 2003, 1:40 AM
Post #2 of 10
Views: 3863
First of all, you may wanna try asking a bit nicer
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Mar 22, 2003, 4:25 AM
Veteran / Moderator (18436 posts)
Mar 22, 2003, 4:25 AM
Post #4 of 10
Views: 3823
Well, I'm not quite sure if anyone is going to be able to give you a straight answer. Its probably quite a long winded process, which I don't think anyone will be able to dedicate enough time to give you a free answer. If you don't mind waiting, then feel free too. If you want to get this done quickly, then I would suggest posting in the 'Custom Modifications' forum.
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Mar 22, 2003, 8:37 PM
Veteran (2312 posts)
Mar 22, 2003, 8:37 PM
Post #5 of 10
Views: 3799
First, what is your reason to have different build_links_per_page for different categories?
Secondly, this is not really easy process as build_links_per_page feature is the main part of the page.cgi process flow. Correct solution would be only possible with plugin, however workaround is possible with global. But even with plugin, it's only possible if the original code is replaced, so you should have a *very good* reason to ask for such thing...
I would not suggest such strong intervention to the original code with a plugin, for a such relatively small change... That's why I say you would have very strong reason to ask for such plugin.
Thirdly, another solution would be to contact Alex & GT and ask them for such feature to have implemented. However they are very busy, so there is not too much chance to get this feature into next LSQL release. Perharps if you really need this feature, and you might offer money for GT for such feature, there might be more chance to get this feature into next release... That's unusual anyway, and it's just an idea.
One solution could get implemented into the core LSQL code to manage an lpp=10 URL parameter, so could be possible to change links per page anytime, or other could be to have a similar solution for links per page, like how the category template is solved.
Best regards,
Webmaster33
Paid Support from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...
Secondly, this is not really easy process as build_links_per_page feature is the main part of the page.cgi process flow. Correct solution would be only possible with plugin, however workaround is possible with global. But even with plugin, it's only possible if the original code is replaced, so you should have a *very good* reason to ask for such thing...
I would not suggest such strong intervention to the original code with a plugin, for a such relatively small change... That's why I say you would have very strong reason to ask for such plugin.
Thirdly, another solution would be to contact Alex & GT and ask them for such feature to have implemented. However they are very busy, so there is not too much chance to get this feature into next LSQL release. Perharps if you really need this feature, and you might offer money for GT for such feature, there might be more chance to get this feature into next release... That's unusual anyway, and it's just an idea.
One solution could get implemented into the core LSQL code to manage an lpp=10 URL parameter, so could be possible to change links per page anytime, or other could be to have a similar solution for links per page, like how the category template is solved.
Best regards,
Webmaster33
Paid Support from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...
Mar 27, 2003, 7:38 AM
Novice (11 posts)
Mar 27, 2003, 7:38 AM
Post #6 of 10
Views: 3768
I am altering "Links SQl" for the Products Catalogue,
In case that there are different numbers of fields and
different volumes of descriptions for different categories,
pages are generated for one category having size of 25-30 Kbs,
for other - having size 250-300 Kbs...
Use static page...
In this case it's very important for me that for different
categories different quantities of links should be for output.
In case that there are different numbers of fields and
different volumes of descriptions for different categories,
pages are generated for one category having size of 25-30 Kbs,
for other - having size 250-300 Kbs...
Use static page...
In this case it's very important for me that for different
categories different quantities of links should be for output.
Mar 27, 2003, 8:37 AM
Veteran (2312 posts)
Mar 27, 2003, 8:37 AM
Post #7 of 10
Views: 3769
Quote:
different volumes of descriptions for different categories, pages are generated for one category having size of 25-30 Kbs,
for other - having size 250-300 Kbs...
Quote:
different numbers of fieldsHow did you achieved this?
Best regards,
Webmaster33
Paid Support from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...
Apr 2, 2003, 6:53 AM
Veteran (2312 posts)
Apr 2, 2003, 6:53 AM
Post #10 of 10
Views: 3744
Still not clear, how you did this in the code?
Using global, plugin, or modifying the core code?
Still not clear what database structure you use for that task?
Using the Links table you will have same number of fields anyway.
Best regards,
Webmaster33
Paid Support from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...
Using global, plugin, or modifying the core code?
Still not clear what database structure you use for that task?
Using the Links table you will have same number of fields anyway.
Best regards,
Webmaster33
Paid Support from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...