MyBB Community Forums

Full Version: FiKa's Mods & Plugins - New Release - Tube Video Gallery v1.3.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Is there anyway to change the copyright thing at the bottom to vgallery mod by vitadin.net because a few people think that vitadin made the site. so i unistalled it
forum/inc/languages/tubegallery.lang.php
you can edit it here. Please dont remove the link. If you support me , then i ll support you.
spinning Wrote:Anybody can help me becuase I wanne use the songs for my own voting system from Eurovision Song Contest what starts this friday.

ok. ill fix it right now.
spinning Wrote:I find a small bug in the you tube mod.

When you use the category button: http://www.ikf-forum.eu/vgallery.php?&op...eo_content

You see all songs from this category but clicking on the next (arrow) there are showed more categories.

To fix the category video listing please follow the instructions.
NOT that this will be fixed automatically in new version. Thank you for informing me.


Open the vgallery.php
Find these codes:
				if (isset($ltr) && in_array($ltr, $upper)) {
					$url = "$module_url?&op=text_list&orderby=$order_type&ltr=$ltr&page=";
				} else {
					$url = "$module_url?&op=text_list&orderby=$order_type&page=";
				}

				if (isset($ltr) && in_array($ltr, $upper)) {
					$url_nav = "$module_url?&op=text_list&ltr=$ltr&page=$page";
				} else {
					$url_nav = "$module_url?&op=text_list&page=$page";
				}

Replace with these codes:
				if (isset($ltr) && in_array($ltr, $upper)) {
					$url = "$module_url?&op=text_list&orderby=$order_type&videocat=$videocat&ltr=$ltr&page=";
				} else {
					$url = "$module_url?&op=text_list&orderby=$order_type&videocat=$videocat&page=";
				}

				if (isset($ltr) && in_array($ltr, $upper)) {
					$url_nav = "$module_url?&op=text_list&ltr=$ltr&videocat=$videocat&page=$page";
				} else {
					$url_nav = "$module_url?&op=text_list&videocat=$videocat&page=$page";
				}
fika Wrote:forum/inc/languages/tubegallery.lang.php
you can edit it here. Please dont remove the link. If you support me , then i ll support you.

Nope i didnt remove the link.
fixed the problem
Thank you Fika!!

Is it allowed and how do I change you adsence code to my own!!
(Do not want to have trouble with script/mod makers thats why I asked?)
its been said millions, you can change it by editing read.php
OK, but I did make a search first (keyword tube).
And the only place where I found something about google was in this thread, believe page 7.
And that page did not get my answer.

I change the code from the google add, but get th
Parse error: syntax error, unexpected T_STRING in /usr/home/deb4195/domains/ikf-forum.eu/public_html/vgallery/read.php on line 121
is error:

changed linecode from 120 till 130 in the last read.php file
How do you change the vgallery title. Right now it is this
Tube Video Gallery
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17