Hi,
Even the uploads folder is chmod 777, i can't create /update sitemap
plz help Added by: freshwap in Others on 20-06-2015, 01:31
No correct answer yet/Unsolve
Hi .. I am having a problem with jPlayer where nothing will display from the playlist on new posts only. I have checked over and over again for errors on the post and the playlist tpl and there is not one error on the file I can find. I am going to send you one of the files so you can see what I mean, the older posts that I simply changed links to the new address. Here is the link to the audiobook posted yesterday
New Post
Old post that just had the links changed:
Old linkAdded by: Kathryn in jQuery Questions on 17-06-2015, 18:21
I don't need to take a look your attached file but I can tell you right the way that your jquery file is inaccessibleAnswered by: dlefaqhttp://www.ebook-mecca.com/templates/Formovies/jplayer/jquery.jplayer.min.js
http://www.ebook-mecca.com/templates/Formovies/jplayer/jplayer.playlist.min.js
That's more than any explanation to tell what's difference...
Base on what I can tell between old link and new link areOld link theme file using this code
<script type="text/javascript" src="{THEME}/jplayer/jplayer.js"></script>
<script type="text/javascript" src="{THEME}/jplayer/jplayer-playlist.js"></script>New link theme file using this code
<script type="text/javascript" src="{THEME}/jplayer/jquery.jplayer.min.js"></script>
<script type="text/javascript" src="{THEME}/jplayer/jplayer.playlist.min.js"></script>
Hello 2 days ago DLE all worked well new some information from some modules based on cache are missing.
Here is how it look like before :
Here is how it looks new :
What if notes is that every time I change a setting no matter what setting I change in the CMS, the information come back, on refreshing the page all info disappears again.
Changing cache in main.tpl to yes or no well only to as the action in the above text ... Added by: NicolausX in Others on 14-06-2015, 17:15
No correct answer yet/Unsolve
Well I have this problem, I am not sure but is there an sql code I can use to switch the database URL ? They have a perfect one for wp but I see nothing for DLE
my images are to the new address but the images are not showing,,
WP CodeAdded by: Kathryn in MySQL Questions on 12-06-2015, 15:12UPDATE wp_posts SET post_content=(REPLACE (post_content, '<old url>','<new url>'));
Goods,
I need you help to Hide the images in tag { short_story }, i try with { short_story limit="x" }, but bbcode style is lost.
Thanks for you time,
GuilleOz Added by: GuilleOz in PHP Questions on 11-06-2015, 21:59
if you use short-story limit then it will completely remove all html tags so you can "hide" images instead of remove it since you can't psychically remove it unless you edit article one by one...so you can do it in a few ways...Answered by: yorismith
1) use css to hide image using display:none, for example wrap css around shortstory likethen add css in one of your css file<div class="my-short">{short-story} </div>
.my-short img{display:none}
2) using jquery to add remove() function to your shortstory block, for examplethen add this css in one of your js file like this<div class="my-short">{short-story} </div>
if not working then try$('.my-short > img').remove();
if still not working then try to add this before in your theme main.tpl$(document).ready(function(){
$('.my-short > img').remove();
});<script type="text/javascript">
$(document).ready(function(){
$('.my-short > img').remove();
});
</script>
So I bought another address for the site from http://free-ebooks-4u.com to http://ebook-mecca.com I want to use everything I currently am .. the same DB and the same software. Just change the URL...I would like to know the steps to achieve this as fr as making the links and everything work, It would be very helpful to me if I know it would be as simple as changing a few files... Thank you! Added by: Kathryn in Others on 6-06-2015, 12:14
I did post this on DLEstarter and I understand everyone is very busy, but I thought I would try here which should actually have been my first stop.
When you use the upload button on BulletEnergy forum, the item uploads, shows in the bar and then disappears. I looked in the image folder on bullet energy and the item is there that I uploaded, checked all the chmods and made sure I installed it correctly and set it up to accept the correct files..
The forum addy is here:
Forum
Thank you Added by: Kathryn in Others on 2-06-2015, 10:35
Hello,
I am going to run a Video Site. And Add many Alternate Players.
How can I do that? Or any Multiple Players Tab?
I saw that there's a post in DLEstarter.com. But at the moment DLEstarter is closed.
http://www.dlestarter.com/forum/showtopic/974-question-about-theme-mstarter-movies
Best Regards Added by: Jangsan Choi in HTML/TPL Questions on 19-05-2015, 08:57
every thing can be easily done by xfields, what you need is add as many xfields as you want and add your player links to fullstory.tpl, some websites have more than 30 players like full-stream.me etc.Answered by: dlefaq
xfieldsnetu|Netu.tv player 1|1|textarea||1|0|0|1
netu2|Netu.tv player 2|1|textarea||1|0|0|1
netu3|Netu.tv player 3|1|textarea||1|0|0|1
fullstory.tpl[xfgiven_netu]NetU
<a href="#netu" class="player-link">1</a>
[xfgiven_netu2]<a href="#netu2" class="player-link">2</a>[/xfgiven_netu2]
[xfgiven_netu3]<a href="#netu3" class="player-link">3</a>[/xfgiven_netu3]
<div id="netu">[xfvalue_netu]</div>
[xfgiven_netu2]<div id="netu">[xfvalue_netu2]</div>[/xfgiven_netu2]
[xfgiven_netu3]<div id="netu">[xfvalue_netu3]</div>[/xfgiven_netu3]
[/xfgiven_netu]
That's just simple example, you can add and edit html any way you want even use jquery or any kind of tabs you can find on internet...but it's not easy just give you character by character type in for you, you give example of screenshot I give you example of code and idea so you can continue and finish everything, don't copy and paste because it will not working since it's not real code, it's just example
So I installed my DLE10 version successfully on my VPS. The only problem so far is that I cannot edit my ID or anyone else The User Action button appears but the function is not working. Everything else on the site this far seems to work,
How can I repair that here:
Site Added by: Kathryn in CSS Questions on 18-05-2015, 12:01
Replace engine/skins/default.skin.php with this file below
It was working before because you use original file, but if you touch or edit it then the problem will happen...as of right now your site still using 2 applications.js, one is added by you or someone on your team, other one is by DLE compressed js
so after uploaded, login to your admin cp site.com/xxxx.php?mod=main, and view source code, if you see this<link href="engine/skins/stylesheets/application.css?v=2" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="engine/skins/javascripts/application.js"></script>
<script type="text/javascript" src="engine/classes/min/index.php?charset=utf-8&g=admin&15"></script>
it means you have modified the script file, because the correct should be (with compressed js<link href="engine/skins/stylesheets/application.css?v=2" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="engine/classes/min/index.php?charset=utf-8&g=admin&15"></script>
with compressed js will be<link href="engine/skins/stylesheets/application.css?v=2" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="engine/skins/javascripts/application.js"></script>
but what you have right now is double js, so it;s liek you are driving car which is sitting on top of tow truck...it will not go anywhere
so it doesn't matter to reinstall the new script but the script files still using the same file then it will make no difference because your problem is not with script or database it's with file to edited it. so you either use the file i provided or download fresh copy of script (with any modifications) and upload that file, it will work 100%