|
View previous topic :: View next topic |
| Author |
Message |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Mon Oct 24, 2011 9:38 am Post subject: Re: Custom DownloadsPro |
|
It looks like you did some editing of the template - removal of <table ...> is the problem.
I should also add that the cardinal theme has numerous validation issues which won't help your cause - view it in default and you'll see what I mean.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
macuserau Nice poster


Offline Joined: May 18, 2006 Posts: 124 Location: South Coast Australia
|
Posted: Mon Oct 24, 2011 10:37 am Post subject: Re: Custom DownloadsPro |
|
You got me where did I remove the table? I can't see it.
macuserau's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) unix / Apache 2.2.15 / MySQL 5.0.92 / PHP 5.3.8/ CMS 9.3.3.0
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Mon Oct 24, 2011 10:44 am Post subject: Re: Custom DownloadsPro |
|
You'll have to view the page source and look for this
| PHP: |
<!--<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">-->
|
The template is constructed so that section is in a table within a cell.
Since the default theme has no issues, it handles it reasonably well but cardinal isn't stable enough to absorb the issue which is why the whole page is destroyed.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Mon Oct 24, 2011 11:01 am Post subject: Re: Custom DownloadsPro |
|
hmm, what a mess - what I see when I view source doesn't reflect either the cardinal theme template or the template supplied with DLPro.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
macuserau Nice poster


Offline Joined: May 18, 2006 Posts: 124 Location: South Coast Australia
|
Posted: Mon Oct 24, 2011 11:29 am Post subject: Re: Custom DownloadsPro |
|
Thats a good tool. I see what you mean but from the source I don't see where it needs to go.
how do you ascertain where the change needs to be?
macuserau's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) unix / Apache 2.2.15 / MySQL 5.0.92 / PHP 5.3.8/ CMS 9.3.3.0
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Mon Oct 24, 2011 11:39 am Post subject: Re: Custom DownloadsPro |
|
Given that the source doesn't reflect DL Pro default or cardinal's own download template - where did you get details.html or have you altered it?
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
macuserau Nice poster


Offline Joined: May 18, 2006 Posts: 124 Location: South Coast Australia
|
Posted: Mon Oct 24, 2011 11:44 am Post subject: Re: Custom DownloadsPro |
|
It is from the downloads pro module.
I have only edited line 126 and changed
<td class="row1" style="width:50%;">{L_DOWNLOADS}</td>
to
<td class="row1" style="width:50%;">{L_NOTES}</td>
So I didn't think this change would affect the page layout
macuserau's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) unix / Apache 2.2.15 / MySQL 5.0.92 / PHP 5.3.8/ CMS 9.3.3.0
Last edited by macuserau on Mon Oct 24, 2011 11:53 am; edited 1 time in total |
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Mon Oct 24, 2011 11:50 am Post subject: Re: Custom DownloadsPro |
|
Good - I'll trace the problem from there.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Mon Oct 24, 2011 11:55 am Post subject: Re: Custom DownloadsPro |
|
in template details.html, approx line 110:
change
| PHP: |
<!-- IF DL_REVIEWS_ACTIVE --> <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
|
to
| PHP: |
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> <!-- IF DL_REVIEWS_ACTIVE -->
|
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
macuserau Nice poster


Offline Joined: May 18, 2006 Posts: 124 Location: South Coast Australia
|
Posted: Mon Oct 24, 2011 12:00 pm Post subject: Re: Custom DownloadsPro |
|
Perfect, that has done the trick.
Thanks heaps for the time and effort you have gone too.
macuserau's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) unix / Apache 2.2.15 / MySQL 5.0.92 / PHP 5.3.8/ CMS 9.3.3.0
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Mon Oct 24, 2011 12:25 pm Post subject: Re: Custom DownloadsPro |
|
After all these years, you exposed a bug by not having reviews activated.
Nonetheless, cardinal theme has many validation errors which mask real issues.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Mon Oct 24, 2011 1:28 pm Post subject: Re: Custom DownloadsPro |
|
Who made the cardinal theme and where can it be downloaded at?
_________________ Diz Web Design Status: Open (Use of resources requires registration.)
Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Multiple Setups
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
|
| Back to top |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Tue Oct 25, 2011 2:00 pm Post subject: Re: Custom DownloadsPro |
|
Thanks
_________________ Diz Web Design Status: Open (Use of resources requires registration.)
Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Multiple Setups
|
|
| Back to top |
|
 |
BobCat Nice poster


Offline Joined: Apr 03, 2008 Posts: 85 Location: Gold Coast, Australia
|
Posted: Thu Apr 26, 2012 12:35 pm Post subject: Re: Custom DownloadsPro |
|
| macuserau wrote: |
| is this Modded module available for DL |
Sry for such a slow reply, i dont login very often
I'm happy to share but it looks like you have it sorted.
BobCat's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache2.2.16/MySQL5.0.91/PHP5.2.14/DF9.2.3.3
|
|
| Back to top |
|
 |
|
|