| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
RedGerry Silver Supporter


Offline Joined: Jun 29, 2004 Posts: 480 Location: Fishcross, Scotland
|
Posted: Fri Feb 11, 2005 5:49 pm Post subject: Re: Web Links |
|
Yes there's probs with editing through the admin panel also, refuses to carry over the category description.
I've wrote a new random links block as well as repairing the top 10 block. Missing the '.' in the only $content statement which resulted in one instead of ten links listed.
EDIT.. Take that back!! looking at the blocks in my old 8.2b directory. Have made Dragonfly random block available for download:
Block - Random 10 Web Links
_________________ gerry @ redgerry.com
redgerry.com
clacks.co
123v.com
copseygroup.com
RedGerry's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Suse11.4 - LAMP on zypper - ISPConfig 3
Last edited by RedGerry on Fri Feb 11, 2005 6:02 pm; edited 1 time in total |
|
| Back to top |
|
 |
mortal.seraphim Nice poster


Offline Joined: Dec 03, 2004 Posts: 87 Location: Plano TX
|
Posted: Fri Feb 11, 2005 6:00 pm Post subject: Re: Web Links |
|
Looks like I actually spoke too soon. After digging around I found that this is another case sensitive issue, where after hitting the submit button it was directing the browser to post the form data to l_op=Add.html, instead of l_op=add.html.
I changed the code in modules/web_links/index.php
By the way, I also fixed the Waiting Content block so that it works with 9.0. It's a very small block that only shows to admin and displays how many news submissions, waiting links, mod links, broken links, and downloads.
_________________ Mortal Seraphim
People complain too much.

mortal.seraphim's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD 4.10-RELEASE-p5/1.3.33/4.0.18/4.3.10/9.0
|
|
| Back to top |
|
 |
al_iguana Nice poster


Offline Joined: Oct 31, 2004 Posts: 51 Location: Wales, UK
|
Posted: Fri Feb 11, 2005 8:41 pm Post subject: Re: Web Links |
|
i had a problem but solved it. sorry for hijacking the thread... oops
al_iguana's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / Apache 1.3.33 / MySQL 4.1.11-standard / PHP Version 4.3.10 / Dragonfly v9.0.6.1
|
|
| Back to top |
|
 |
Ronin Dragonfly addicted


Offline Joined: Jun 07, 2004 Posts: 475 Location: Calgary, AB
|
Posted: Sat Feb 12, 2005 6:04 pm Post subject: Re: Web Links |
|
| Dantarion wrote: |
| Turn off the link checking in the admin options... |
Dantarion, I can't for the life of me find where to disable this. Could you describe where it is?
_________________ Cheers,
Ronin
Ronin Technologies
Dragonfly Google Maps Module
Ronin's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Lunarpages Linux / 1.3.37 / 4.1.22-standard-log / 4.4.4 / 9.1.2.5
|
|
| Back to top |
|
 |
Alareth Newbie


Offline Joined: Jan 31, 2005 Posts: 31
|
Posted: Sat Feb 12, 2005 7:02 pm Post subject: Re: Web Links |
|
| Ronin wrote: |
| Dantarion wrote: |
| Turn off the link checking in the admin options... |
Dantarion, I can't for the life of me find where to disable this. Could you describe where it is? |
www.cpgnuke.com/Forums...html#47247
Alareth's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.4.26 / Apache 1.3.33 / MySQL 4.0.22 / PHP 4.3.10 / CPGNuke 9
|
|
| Back to top |
|
 |
BrokenCrust 500+ Posts Club


Offline Joined: Sep 06, 2004 Posts: 503
|
Posted: Sun Feb 13, 2005 1:21 pm Post subject: Re: Web Links |
|
| RedGerry wrote: |
| Yes there's probs with editing through the admin panel also, refuses to carry over the category description. |
To fix this you need to edit
../modules/WebLinks/admin/index.inc
Change line 1046 to
| Code:: |
linksmodcats($cid, $sid, $sub, $title, $cdescription); |
Add a line at 963
| Code:: |
$cdescription = isset($_POST['cdescription']) ? Fix_Quotes( $_POST['cdescription']) : NULL; |
There seems to have been a mixup with $description.
BrokenCrust please enter your server specs in your user profile!
|
|
| Back to top |
|
 |
RedGerry Silver Supporter


Offline Joined: Jun 29, 2004 Posts: 480 Location: Fishcross, Scotland
|
Posted: Sun Feb 13, 2005 1:45 pm Post subject: Re: Web Links |
|
I love people that supply line numbers
Cheers for that BrokenCrust, I'd forgot about this glitch, but it's fixed now!
_________________ gerry @ redgerry.com
redgerry.com
clacks.co
123v.com
copseygroup.com
RedGerry's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Suse11.4 - LAMP on zypper - ISPConfig 3
|
|
| Back to top |
|
 |
|
|