vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - 8WayRun.Com - Media Library (https://vborg.vbsupport.ru/showthread.php?t=240677)

boffin_adi 07-29-2011 11:41 AM

Someone please help me out...i have re-done everything that has been told on this thread..i have also re-upped all the media library files, and other stuff..still cant figure it out.. :(

lild100 07-29-2011 05:33 PM

Hey Jaxel

Could you have a quick look at my forum and scroll down to latest media... some reason the thumbnails are not displaying on the cms in the latest media or forum home.

Do you know why?

Thanks amazing mod btw

Dan

[url]http://www.tablete

daydie 07-29-2011 06:45 PM

hey guys im on 4.1.4 and i just installed it, i get error:
Page not found

when i click admin edit....

8thos 07-29-2011 07:02 PM

Quote:

Originally Posted by daydie (Post 2226552)
hey guys im on 4.1.4 and i just installed it, i get error:
Page not found

when i click admin edit....

This is my fix for that. Try it, it should work.

Template: 8WR_media_NAVTAB

Code:



<vb:if condition="$vboptions['selectednavtab'] == 'media'">
        <li class="selected">
<a class="navtab" href="media.php{vb:raw session.sessionurl_q}">Media</a>
                                <ul class="floatcontainer">
                        <li class="popupmenu">
                                <a href="javascript://" class="popupctrl">{vb:phrase media_categories}</a>
                                <ul class="popupbody popuphover">
                                        {vb:raw categorybits}
                                </ul>
                        </li>
                        <li class="popupmenu">
                                <a href="javascript://" class="popupctrl">Submit Media</a>
                                <ul class="popupbody popuphover">
<li><a href="media/submit">Submit Link</a></li>
<li><a href="media/subscriptions">Subscriptions</a></li>
<li><a href="media/favorites">Favorites</a></li>
<li><a href="media/playlists">Browse All Playlists</a></li>
<li><a href="media/pmine">Your Playlists</a></li>
<li><a href="media/pcreate">Create Playlist</a></li>
                                </ul>
                        </li>
                        <vb:if condition="$perms['rate']">
                                <li><a href="{vb:raw href.favorites}">{vb:phrase media_favorites}</a></li>
                        </vb:if>
                        <vb:if condition="$perms['comment']">
                                <li><a href="{vb:raw href.subscriptions}">{vb:phrase media_subscriptions}</a></li>
                        </vb:if>
                        <vb:if condition="$perms['submit']">
                                <li><a href="{vb:raw href.submit}">{vb:phrase media_submit}</a></li>
                        </vb:if>
                                <li><a href="{vb:raw href.random}">{vb:phrase media_random}</a></li>
                        <vb:if condition="$perms['modtags'] OR $perms['modcategory'] OR $perms['modservice']">
                                <li class="popupmenu" style="padding-left: 100px;">
                                        <a href="javascript://" class="popupctrl">{vb:phrase media_administrate}</a>
                                        <ul class="popupbody popuphover">
                                                <vb:if condition="$perms['modtags']">
                                                        <li><a href="{vb:raw href.tags}">{vb:phrase media_tags}</a></li>
                                                </vb:if>
                                                <vb:if condition="$perms['modcategory']">
                                                        <li><a href="{vb:raw href.cats}">{vb:phrase media_categories}</a></li>
                                                </vb:if>
                                                <vb:if condition="$perms['modservice']">
                                                        <li><a href="{vb:raw href.host}">{vb:phrase media_services}</a></li>
                                                </vb:if>
                                        </ul>
                                </li>
                        </vb:if>
                </ul>
        </li>
<vb:else />
<li><a class="navtab" href="media.php?{vb:raw session.sessionurl}">Media</a></li></vb:if>


byalik 07-29-2011 07:52 PM

Still looking for a fix to the comment issue. I tried the ones recommended here but still cannot leave comments on the videos.

michal72 07-29-2011 09:54 PM

Quote:

Originally Posted by byalik (Post 2226570)
Still looking for a fix to the comment issue. I tried the ones recommended here but still cannot leave comments on the videos.

I have just added comments on http://legalhelp.org without any problems ( FF 5.0 & IE 8.0)

regards

byalik 07-29-2011 11:05 PM

Interested I will take a look. I tried to delete them by hitting "edit" but nothing happened?

daydie 07-30-2011 08:22 AM

Quote:

Originally Posted by Octavius. (Post 2226559)
This is my fix for that. Try it, it should work.

Template: 8WR_media_NAVTAB

Code:



<vb:if condition="$vboptions['selectednavtab'] == 'media'">
        <li class="selected">
<a class="navtab" href="media.php{vb:raw session.sessionurl_q}">Media</a>
                                <ul class="floatcontainer">
                        <li class="popupmenu">
                                <a href="javascript://" class="popupctrl">{vb:phrase media_categories}</a>
                                <ul class="popupbody popuphover">
                                        {vb:raw categorybits}
                                </ul>
                        </li>
                        <li class="popupmenu">
                                <a href="javascript://" class="popupctrl">Submit Media</a>
                                <ul class="popupbody popuphover">
<li><a href="http://the8thlegion.com/media/submit">Submit Link</a></li>
<li><a href="http://the8thlegion.com/media/subscriptions">Subscriptions</a></li>
<li><a href="http://the8thlegion.com/media/favorites">Favorites</a></li>
<li><a href="http://the8thlegion.com/media/playlists">Browse All Playlists</a></li>
<li><a href="http://the8thlegion.com/media/pmine">Your Playlists</a></li>
<li><a href="http://the8thlegion.com/media/pcreate">Create Playlist</a></li>
                                </ul>
                        </li>
                        <vb:if condition="$perms['rate']">
                                <li><a href="{vb:raw href.favorites}">{vb:phrase media_favorites}</a></li>
                        </vb:if>
                        <vb:if condition="$perms['comment']">
                                <li><a href="{vb:raw href.subscriptions}">{vb:phrase media_subscriptions}</a></li>
                        </vb:if>
                        <vb:if condition="$perms['submit']">
                                <li><a href="{vb:raw href.submit}">{vb:phrase media_submit}</a></li>
                        </vb:if>
                                <li><a href="{vb:raw href.random}">{vb:phrase media_random}</a></li>
                        <vb:if condition="$perms['modtags'] OR $perms['modcategory'] OR $perms['modservice']">
                                <li class="popupmenu" style="padding-left: 100px;">
                                        <a href="javascript://" class="popupctrl">{vb:phrase media_administrate}</a>
                                        <ul class="popupbody popuphover">
                                                <vb:if condition="$perms['modtags']">
                                                        <li><a href="{vb:raw href.tags}">{vb:phrase media_tags}</a></li>
                                                </vb:if>
                                                <vb:if condition="$perms['modcategory']">
                                                        <li><a href="{vb:raw href.cats}">{vb:phrase media_categories}</a></li>
                                                </vb:if>
                                                <vb:if condition="$perms['modservice']">
                                                        <li><a href="{vb:raw href.host}">{vb:phrase media_services}</a></li>
                                                </vb:if>
                                        </ul>
                                </li>
                        </vb:if>
                </ul>
        </li>
<vb:else />
<li><a class="navtab" href="media.php?{vb:raw session.sessionurl}">Media</a></li></vb:if>



Parse error: syntax error, unexpected '<' in /home/content/75/7504975/html/forum1/includes/class_bootstrap.php(537) : eval()'d code on line 63

i get that error on top of my forums and the navbar dont show up now. Which it did before, just the admin edit page did not work :(

daydie 07-30-2011 08:36 AM

I reverted it bk to normal and took screenies of the main problem i had

http://imageshack.us/g/691/psf1.png/

MotMann 07-30-2011 08:43 AM

Once again :(

Quote:

Originally Posted by MotMann (Post 2221116)
The Links don't work.
I Think, that is a problem in my htaccess. Need help ...

Code:

## Charset
AddDefaultCharset Off

## ETags
FileETag None

## Expires
<ifModule mod_expires.c>
        ExpiresActive On
        ExpiresDefault "access plus 1 seconds"
        ExpiresByType text/html "access plus 1 seconds"
        ExpiresByType image/gif "access plus 259200000 seconds"
        ExpiresByType image/jpeg "access plus 259200000 seconds"
        ExpiresByType image/png "access plus 259200000 seconds"
        ExpiresByType text/css "access plus 60480000 seconds"
        ExpiresByType text/javascript "access plus 21600000 seconds"
        ExpiresByType application/x-javascript "access plus 21600000 seconds"
</ifModule>

## Compression
<ifmodule mod_headers.c>
        <ifmodule mod_deflate.c>
                AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript
                BrowserMatch ^Mozilla/4 gzip-only-text/html
                BrowserMatch ^Mozilla/4\.0[678] no-gzip
                BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
        </ifmodule>
</ifmodule>

## Rewrites
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]

#####Start VB Pro Garage Settings##########

RewriteRule ^garage.html$ garage.php [NC,L]
RewriteRule ^garage-kategorie-([0-9]+)-([0-9]+).html$ garage.php?sub_id=$1&page=$2 [QSA,NC,L]
RewriteRule ^garage-kategorie-([0-9]+).html$ garage.php?sub_id=$1 [QSA,NC,L]
RewriteRule ^garage-browse-([0-9]+).html$ garage.php?do=browse&page=$1 [QSA,NC,L]
RewriteRule ^garage-browse.html$ garage.php?do=browse [QSA,NC,L]
RewriteRule ^garage-suche.html$ garage.php?do=search [QSA,NC,L]
RewriteRule ^garage-fahrrad-map.html$ garage.php?do=veh_map [NC,L]
RewriteRule ^garage-such_ergebnisse-([0-9]+).html$ garage.php?do=search_results&page=$1 [QSA,NC,L]
RewriteRule ^garage-such_ergebnisse.html$ garage.php?do=search_results [QSA,NC,L]
RewriteRule ^garage-timeslips-([0-9]+).html$ garage.php?do=timeslip&page=$1 [QSA,NC,L]
RewriteRule ^garage-timeslips.html$ garage.php?do=timeslip [QSA,NC,L]
RewriteRule ^garage-fahrrad-([0-9]+)-AllImages-([a-zA-Z0-9_-]+).html$ garage_vehicle.php?do=view_vehicle&subdo=images&order=all&id=$1 [NC,L]
RewriteRule ^garage-fahrrad-([0-9]+)-([a-zA-Z0-9_-]+).html$ garage_vehicle.php?do=view_vehicle&id=$1 [NC,L]
RewriteRule ^garage-bilder-kommentare-([0-9]+)-([0-9]+).html$ garage_comments.php?do=view_img_comments&id=$1&page=$2 [NC,L]
RewriteRule ^garage-bilder-kommentare-([0-9]+).html$ garage_comments.php?do=view_img_comments&id=$1 [NC,L]
RewriteRule ^garage-user-view-([0-9]+).html$ garage.php?do=user_garage_view&id=$1 [NC,L]
RewriteRule ^garage-attach-([0-9]+).html$ garage_attachment.php?id=$1 [NC,L]
RewriteRule ^garage-attach-([0-9]+)-full.html$ garage_attachment.php?id=$1&attach_type=full [NC,L]
RewriteRule ^garage-view-timeslip-([0-9]+).html$ garage_timeslips.php?do=view_timeslip&id=$1 [NC,L]
RewriteRule ^garage-alle-kommentare-([0-9]+).html$ garage_comments.php?do=viewall&page=$1 [NC,L]
RewriteRule ^garage-alle-kommentare.html$ garage_comments.php?do=viewall [NC,L]
RewriteRule ^garage-browse-make-([0-9]+)-([a-zA-Z0-9_-]+).html$ garage.php?do=browse_front_model&front_make_id=$1 [NC,L]
RewriteRule ^garage-browse-model-([0-9]+)-([0-9]+)-([a-zA-Z0-9_-]+).html$ garage.php?do=browse_model&front_model_id=$2&page=$1 [NC,L]
RewriteRule ^garage-browse-model-([0-9]+)-([a-zA-Z0-9_-]+).html$ garage.php?do=browse_model&front_model_id=$1 [NC,L]

#####End VB Pro Garage Settings##########

# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
ReWriteRule ^entries/.* entry.php [QSA]

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]

# MVC
RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]


Look here: http://www.fahrradtreffpunkt.de/media.php

No mediafiles i can play.



All times are GMT. The time now is 07:09 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04240 seconds
  • Memory Usage 1,820KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete