vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - [VB4] Mini Photo Editing Mod (https://vborg.vbsupport.ru/showthread.php?t=243897)

bornoffire 06-04-2010 08:30 AM

Quote:

Originally Posted by argothiusz (Post 2047914)
Forgot about that. Pressed the magic button lol

Where do i find this button?

Michlerish 06-04-2010 09:07 AM

Quote:

Originally Posted by bornoffire (Post 2048109)
Where do i find this button?

In Admin CP, under Mini-Photoshop, de-select "show navbar link"

bornoffire 06-04-2010 09:16 AM

I don't see that option. here is what i see:

Enable Mini-Photoshop Hack?
If enabled, it will allow People to use Mini-Photoshop on your forum.

Mini-Photoshop Link.
This will appear at the Navigation Bar.

Open the Mini-Photoshop Link in new window?
Tick yes, if you want to open the Mini-Photoshop Link in a new window.

Group Access. Here you can control which Groups will have access to the ini-Photoshop.
Enter here the ID OF THE GROUP that you do not want to view the Mini-Photoshop. To choose more than 1 Member Group, separate their IDs with commas. Leave 0 to disable.

Michlerish 06-04-2010 09:28 AM

Yeah, the "Mini-Photoshop Link", if you leave that blank (erase whatever is there now) and save... nothing will show in the NavBar.

Xencored 06-04-2010 09:51 AM

Quote:

Originally Posted by TheWindows7Site (Post 2048021)
Pretty much the same concept as this mod. https://vborg.vbsupport.ru/showthread.php?t=243752 Good job though :)

Thanks but i guess you didnt see this bit "Hey all the idea came from this Mod":up:

bornoffire 06-04-2010 09:53 AM

Quote:

Originally Posted by Michlerish (Post 2048122)
Yeah, the "Mini-Photoshop Link", if you leave that blank (erase whatever is there now) and save... nothing will show in the NavBar.

I am trying to find the majic button that answers this queston "How do you add it to the nav-link instead of nav tab?"

Xencored 06-04-2010 09:57 AM

Quote:

Originally Posted by ToxXxicas (Post 2048097)
Just disable Mini-Photoshop (process_templates_complete) plugin in the plugin manager.

How to make it auto width???



Thanks for the mod!!! Pretty nice!

Styles & Templates >> Styles * Templates look for mini_photoshop
edit the sizes in there ;)

Xencored 06-04-2010 09:58 AM

Quote:

Originally Posted by bornoffire (Post 2048129)
I am trying to find the majic button that answers this queston "How do you add it to the nav-link instead of nav tab?"

The magic button is the "Mark as Installed" on this Page :)

bornoffire 06-04-2010 10:03 AM

Quote:

Originally Posted by Animemike (Post 2048132)
The magic button is the "Mark as Installed" on this Page :)

I did but my problems didn't magically disappear. :/

Xencored 06-04-2010 10:11 AM

Quote:

Originally Posted by bornoffire (Post 2048134)
I did but my problems didn't magically disappear. :/

To add the Link on the Navbar

Plugins & Products >> Plugin Manager

Find Mini-Photoshop and edit it
Replace the "Plugin PHP Code" With this

Code:

if ($vbulletin->options['ctab_enable'] && $vbulletin->options['new_window'])
                {
                $template_hook['navbar_after_calendar'] .= '
        <li><a href="mini-photoshop.php" target="_blank" class="navtab">'. $vbulletin->options['ctab_name'] .'</a></li>';
        }else{
                $template_hook['navbar_after_calendar'] .= '
        <li><a href="mini-photoshop.php" class="navtab">'. $vbulletin->options['ctab_name'] .'</a></li>';
        }

And save

To not show it at all i GUESS you could just add Leave is Blank


All times are GMT. The time now is 01:05 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.01150 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)pagenav_pagelink
  • (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