Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ Downloads Pro ⇒ Custom DownloadsPro


Custom DownloadsPro
Please post bugs in the Projects Module.
Otherwise, post here.

Go to page Previous  1, 2
Post new topic    Reply to topic    Printer Friendly Page     Forum Index ⇒  Add-Ons & BlocksDownloads Pro

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

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
macuserau
Nice poster
Nice poster

Offline Offline
Joined: May 18, 2006
Posts: 124
Location: South Coast Australia
PostPosted: 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
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
macuserau
Nice poster
Nice poster

Offline Offline
Joined: May 18, 2006
Posts: 124
Location: South Coast Australia
PostPosted: 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
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
macuserau
Nice poster
Nice poster

Offline Offline
Joined: May 18, 2006
Posts: 124
Location: South Coast Australia
PostPosted: 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
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
macuserau
Nice poster
Nice poster

Offline Offline
Joined: May 18, 2006
Posts: 124
Location: South Coast Australia
PostPosted: 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
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
Dizfunkshunal
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: Mar 23, 2006
Posts: 2064

PostPosted: 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
View user's profile Send e-mail Visit poster's website Yahoo Messenger
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: Mon Oct 24, 2011 1:41 pm
Post subject: Re: Custom DownloadsPro

websiteguru theme - not sure if the site is still going but I have them.

PS listed in the Digest and link still works
dragonfly.wsgdesigns.c...ails&id=77

_________________
DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin

Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website Photo Gallery
Dizfunkshunal
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: Mar 23, 2006
Posts: 2064

PostPosted: 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
View user's profile Send e-mail Visit poster's website Yahoo Messenger
BobCat
Nice poster
Nice poster

Offline Offline
Joined: Apr 03, 2008
Posts: 85
Location: Gold Coast, Australia
PostPosted: 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
View user's profile Visit poster's website
Display posts from previous:   
Post new topic    Reply to topic    Printer Friendly Page    Forum Index ⇒  Add-Ons & BlocksDownloads Pro
Page 2 of 2
All times are GMT
Go to page Previous  1, 2



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

Číta ďalej...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy