mralucas
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Related Posts] Plugin error after last UpdateSmall world! @vittorioatzeni that is my site you used for the example LOL anyways deactivating and reactivating is what i did to solve the problem and it worked for me
Forum: Plugins
In reply to: [Easy Related Posts] Plug shows words from body and not excerpt when selectedHonesty a good sign of a well founded programer i like that
Forum: Plugins
In reply to: [Easy Related Posts] Plug shows words from body and not excerpt when selectedNot to be Pushy but what is the ETA of the next update
checked out the site, did the update. looked around and nothing is going on at the site i do believe the OSFLV Player is a dead project 2 years and nothing
it is time for a new FLV Player longtails works
well OK lets start at the beginning the code posted here are not the same take a close look at them, Now i do not if you made changes to them on purpose or if you are unaware of it.
you do realize that file tree views are created by putting a category template and a single file template together
the template i changed was manage Template >> Files>> Default
suggestions:
1.you reset your templates that if any thing was changed will be fixed
2. you give me admin admin right use my name here on WP and email me the pass mr_alucas {at} lucashq [dot] com3. wait for someone else to come and maybe give better advice than me ( i am always willing to learn something new )
4. just copy my code above to manage Template >> Files>> Default and cross your fingersWell it works for me here is the url to see it in action
http://smtv.senshimedia.com/sample-page
and here is the code i am using<div class="wpfilebase-attachment"> <div class="wpfilebase-fileicon"><a href="%file_url%" title="Download %file_display_name%" target="_blank"><img align="middle" src="%file_icon_url%" alt="%file_display_name%" /></a></div> <div class="wpfilebase-rightcol"> <div class="wpfilebase-filetitle"> <a href="%file_url%" title="Download %file_display_name%" target="_blank">%file_display_name%</a><br /> %file_name%<br /> <!-- IF %file_version% -->%'Version:'% %file_version%<br /><!-- ENDIF --> <!-- IF %file_post_id% AND %post_id% != %file_post_id% --><a href="%file_post_url%" class="wpfilebase-postlink">%'View post'%</a><!-- ENDIF --> </div> <div class="wpfilebase-filedetails" id="wpfilebase-filedetails%uid%" style="display: none;"> <p>%file_description%</p> <table border="0"> <!-- IF %file_languages% --><tr><td><strong>%'Languages'%:</strong></td><td>%file_languages%</td></tr><!-- ENDIF --> <!-- IF %file_author% --><tr><td><strong>%'Author'%:</strong></td><td>%file_author%</td></tr><!-- ENDIF --> <!-- IF %file_platforms% --><tr><td><strong>%'Platforms'%:</strong></td><td>%file_platforms%</td></tr><!-- ENDIF --> <!-- IF %file_requirements% --><tr><td><strong>%'Requirements'%:</strong></td><td>%file_requirements%</td></tr><!-- ENDIF --> <!-- IF %file_category% --><tr><td><strong>%'Category:'%</strong></td><td>%file_category%</td></tr><!-- ENDIF --> <!-- IF %file_license% --><tr><td><strong>%'License'%:</strong></td><td>%file_license%</td></tr><!-- ENDIF --> <tr><td><strong>%'Date'%:</strong></td><td>%file_date%</td></tr> <!-- <tr><td><strong>%'MD5 Hash'%:</strong></td><td><small>%file_hash%</small></td></tr> --> </table> </div> </div> <div class="wpfilebase-fileinfo"> %file_size%<br /> %file_hits% %'Downloads'%<br /> <a href="#" onclick="return wpfilebase_filedetails(%uid%);">%'Details'%...</a> </div> <div style="clear: both;"></div> </div>Got it i tested on my site i created the template just like this and it worked under both links
Image link
<div class="wpfilebase-fileicon"><a href="%file_url%" title="Download %file_display_name%"target="_blank"><img align="middle" src="%file_icon_url%" alt="%file_display_name%" /></a></div>text link
<a href="%file_url%" title="Download %file_display_name%"target="_blank">%file_display_name%</a><br />both test on my site with a small pdf
upon closer inspection there are two download links the image and the link to the right which did you click on when testing my first post
before i re search this more would force download be an option located under WP-Filebase Settings on the download tab “Always force download”
i believe this is you are looking for in the single default file download
<a href="%file_url%" target="_blank" title="Download %file_display_name%">%file_display_name%</a><br />
try it i hope i got this right