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)

Jaxel 05-17-2010 02:04 PM

Quote:

Originally Posted by Inferno Dragon (Post 2038505)
^ Nope that's not the correct option, these options are for changing the layout of the media library like with "tiny bit" no addition infomation like category, uploader etc will be diplayed below thumbnail and vice versa.

I am talking about actually physically decreaseing the generated thumbnail size like that site has done which I posted in the example

Edit: I found the problem, when I changed the image settings in the vbulletin settings from imagemagick (I was using it) to GD it fixed the problem and now thumbs are working fine, I also notice that in the code author has disabled the imagemagick library..IMO isn't imagemagick generate more sharper thumbs?

ID, you are correct, the problem is I dont know how to resize images with ImageMagick. The code I have there SHOULD work, but it doesn't. It breaks SRK, so I disabled it until I can fix it.

patrick91 05-17-2010 03:24 PM

Quote:

Originally Posted by Jaxel (Post 2038141)
It looks like you are using a database backup? Install the mod, then load up your database backup, but DO NOT drop the tables first. 0.9 adds some new columns to the service table, and if you are dropping your tables before you import your backup, you will revert these new columns.

? i have no backup of my forum:S i don't even know how to do that in vB4... So don't exactly know what i must do now and where..

Gr,

patrick

Footman 05-17-2010 08:26 PM

Quote:

Originally Posted by Jaxel (Post 2038294)
Well 4.0.9 changed the way embed codes are handled. So unless you revert your 8WR_media_details template, you won't be able to handle the new embed codes. So yes, you're going to lose your custom changes.

Jaxel, I'm curious... can I just revert the 8WR_media_details template as you said above? I've tried to select it in the list and click revert but the button isn't active. Am I missing something or do I have to revert the entire child style, thus losing any modifications to the style I've made? Which is something I just don't want to go through. Having to go back and redo all the little tweeks I've made over time is a PITA.

Jaxel 05-17-2010 08:47 PM

Quote:

Originally Posted by Footman (Post 2038743)
Jaxel, I'm curious... can I just revert the 8WR_media_details template as you said above? I've tried to select it in the list and click revert but the button isn't active. Am I missing something or do I have to revert the entire child style, thus losing any modifications to the style I've made? Which is something I just don't want to go through. Having to go back and redo all the little tweeks I've made over time is a PITA.

VB has a built in COMPARE function. Use that to determine what has changed in the embed code, and update your customized style to suit the new embed system.

Jaxel 05-17-2010 08:49 PM

Quote:

Originally Posted by patrick91 (Post 2038577)
? i have no backup of my forum:S i don't even know how to do that in vB4... So don't exactly know what i must do now and where..

Gr,

patrick

Then delete your existing media tables and re-install.

bart6767 05-17-2010 09:15 PM

cant seem to find where i can make new Categories ?

Footman 05-17-2010 09:24 PM

1 Attachment(s)
Quote:

Originally Posted by bart6767 (Post 2038776)
cant seem to find where i can make new Categories ?

If you're logged into your forum with a profile that has full admin privileges then you should see, on the right hand side, the categories link as in the attached pic.

bart6767 05-17-2010 09:36 PM

Quote:

Originally Posted by Footman (Post 2038783)
If you're logged into your forum with a profile that has full admin privileges then you should see, on the right hand side, the categories link as in the attached pic.

I have nothing on the right hand side and all i see on the left hand side is Categories and
Random Media

bart6767 05-17-2010 09:39 PM

Got it sorted as i had to add this code and it works .

Code:

$perms['rate'] = true;
$perms['comment'] = true;
$perms['submit'] = true;

if (is_member_of($vbulletin->userinfo, explode(',','5,6')))
{
        $perms['modtags'] = true;
        $perms['modcategory'] = true;
        $perms['modservice'] = true;
}


Footman 05-17-2010 09:42 PM

Quote:

Originally Posted by Jaxel (Post 2038756)
VB has a built in COMPARE function. Use that to determine what has changed in the embed code, and update your customized style to suit the new embed system.

I don't see where to compare old and new for the template you suggested.


All times are GMT. The time now is 10:38 AM.

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.03469 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_code_printable
  • (8)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