Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Youtube Bot / eBlog question -solved-
« previous
next »
Print
Pages: [
1
]
Author
Topic: Youtube Bot / eBlog question -solved- (Read 4254 times)
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Youtube Bot / eBlog question -solved-
«
on:
February 02, 2011, 05:33:16 »
Is there a limit for the videos, that you can insert into an eblog item?
I have insert 6 videos. But i see only the first two of the videos. The rest are showing the {youtube}code{/youtube}
How can this be changed?
«
Last Edit: February 02, 2011, 12:31:37 by supernet
»
Logged
Rent a Site
|
Lelevose
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Youtube Bot / eBlog question
«
Reply #1 on:
February 02, 2011, 10:00:32 »
Folder : components/com_eblog/
File : eblog.html.php
Line #: 343
You will find that :
$text = preg_replace_callback($regex, array('self', 'youTube_replacer'), $text, 2);
You should change the last argument of preg_replace_callback function to 6 like :
$text = preg_replace_callback($regex, array('self', 'youTube_replacer'), $text, 6);
«
Last Edit: February 02, 2011, 10:19:00 by WebGift
»
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: Youtube Bot / eBlog question
«
Reply #2 on:
February 02, 2011, 12:03:56 »
Thanks Stavro. I will change it.
Logged
Rent a Site
|
Lelevose
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Youtube Bot / eBlog question
«
Reply #3 on:
February 02, 2011, 12:12:23 »
.
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: Youtube Bot / eBlog question
«
Reply #4 on:
February 02, 2011, 12:31:25 »
- solved -
Logged
Rent a Site
|
Lelevose
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Youtube Bot / eBlog question -solved-