vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Gallery for vBulletin 3.5.X (https://vborg.vbsupport.ru/showthread.php?t=92875)

GrendelKhan{TSU 07-26-2005 07:20 AM

er...also.......
can you clarify this:
(from the install instructions):


1. In the Forum-Manager define one category as a gallery-category and set it as not visible.
does this mean?:
ACP>>forum manager>> add a forum called "gallery">> act as forum: "no" >>>Forum is Active: "no"

(that's my guess :/ )

2. Add the needed Forums for the gallery to the gallery-category and in the options set Gallery to 'Yes'

soo....
add forum>>parent forum/category:Gallery>>set what option to "yes"? :/

sorry again if these are stupid questions. first time installing major hack. :(

GrendelKhan{TSU 07-26-2005 07:57 AM

:( I suck. doesn't work.

I got to the end (guessed what to do on those parts in last post)

.....I made a "Gallery forum" (category) and well...its just a forum.
nothing else happens. just acts like it would normally. :ermm:

btw: I'm running Beta 4. dunno if that has anything to do with anything.

tamarian 07-26-2005 11:58 AM

Harald,

Have you considered requesting new hook locations from vBulletin to be made in forumdisplay? If you haven't seen it, there's a thread at vb.com for this purpose:

http://www.vbulletin.com/forum/showthread.php?t=142051

GrendelKhan{TSU 07-26-2005 01:38 PM

did anyone actually get this work on Beta 4 forum?

plz let me know. stuck :(

Harald_T 07-26-2005 04:15 PM

@Grendel:

Let's see, if we can fix your problem.

First of all, did you create the needed templates?

You do this:

ACP->Styles&Templates->Styles-Manager->Selecting from the Style-Options-MenĂ¼: Add a new template.

Give it the neccessary name and in the big field fill in the code for the template.

For setting the category up:

Set the Display-Order to '0', so that it isn't visible (but still accessable) and 'Act as Forum' to 'No', as you already thought.

Before the save-button for the forum-options you should have a new YES/NO-Option named 'Gallery'. This is the gallery-option. Set this to yes.

This should be all.

The effect you got sounds like, that you didn't set the Gallery-Option to yes. Did you also don't forget to run the needed query? Check your database, if there is a field called 'gallery' in your forum-table.

To be sure i will check the code for vB 3.5.0 Beta4 tonight.

Harald_T 07-26-2005 04:25 PM

Quote:

Originally Posted by gio~logist
so in other words, this doesnt normally function as a user's individual gallery?

To answer correctly: Yes, it doesn't. Maybe i can implement it in the future, i don't know yet.

Benj 07-26-2005 05:07 PM

Quote:

Originally Posted by Harald_T
To answer correctly: Yes, it doesn't. Maybe i can implement it in the future, i don't know yet.

would love that i would love for someone to come up with a kinda profile gallery

EasyTarget 07-26-2005 05:45 PM

I also tested this on beta 4, but when I got to the end and tried to add a new forum my add new forum option in the admincp was now broken.

Under enable/disable features it now has a blank line with a yes/no and after that there is no longer a save option.

It also seems that maybe one of the hooks had been added to beta 4 already? I don't know coding, but when I went to edit the forumdisplay.php file I noticed some changes from what you had listed to search for and what was in the actual php file.

I think it was this
Code:

eval('$threadbit .= "' . fetch_template('threadbit_deleted') . '";');
}

else

{

$show['moderated'] = (!$thread['visible'] AND can_moderate($forumid, 'canmoderateposts')) ? true : false;

eval('$threadbit .= "' . fetch_template('threadbit') . '";');

}

which isn't the same in beta 4 I believe.

Harald_T 07-26-2005 06:27 PM

O.k., thanks, i'll check this.

I've downloaded RC1 yet, so i will concentrating on this version.

Harald_T 07-26-2005 06:44 PM

Yup, i've checked it. They changed the way for building the threadbit-templates, so to see. I'll try to fix this asap.


All times are GMT. The time now is 04:30 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.01853 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (3)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