vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Forum and Server Management (https://vborg.vbsupport.ru/forumdisplay.php?f=232)
-   -   What type of announcement would include this? (https://vborg.vbsupport.ru/showthread.php?t=328065)

Dr.CustUmz 05-27-2020 03:56 PM

What type of announcement would include this?
 
I am working on my skin, and in template threadbit_announcementbit I found this block of code I cant seem to trigger.
HTML Code:

<if condition="$show['forumtitle']"><a href="forumdisplay.php?$session[sessionurl]f=$announcement[forumid]">$announcement[forumtitle]</a> </if>
I have removed the if condition around it, and placed it in a comment
Code:

<!-- <a href="forumdisplay.php?$session[sessionurl]f=$announcement[forumid]">$announcement[forumtitle]</a> -->
But no matter how I set my announcement, I am not pulling any data in this snippet of code. Is there another announcement section I am missing? Other than announcement manager in the admincp.
Code:

<!-- <a href="forumdisplay.php?f="></a> -->
This is vB3 btw.

snakes1100 05-27-2020 10:56 PM

global announcements differ from forum announcements

Dr.CustUmz 05-28-2020 07:00 AM

Quote:

Originally Posted by snakes1100 (Post 2603122)
global announcements differ from forum announcements

Yes, but neither are returning results on those variables... I have tried multiple variations of notifications, I have tried stacking and unstacking announcements. Yet nothing is setting those varibles...

In Omnibus 05-28-2020 09:33 AM

Quote:

Originally Posted by Dr.CustUmz (Post 2603124)
Yes, but neither are returning results on those variables... I have tried multiple variations of notifications, I have tried stacking and unstacking announcements. Yet nothing is setting those varibles...

I'd guess that something in the syntax has changed but I don't have a 3.8x installation to compare with. Is this code from 3.8.11 or an earlier version?

Dr.CustUmz 05-28-2020 11:32 AM

1 Attachment(s)
...your on to something, my master template dump was from an earlier version. Although I am running 3.8.11, i will see if this snippet is still in the template manager.

**edit** just confirmed this snippet is in 3.8.11. no change to the template at all.

keep in mind I am looking at this source on forumdisplay (i am unaware anywhere else that uses threadbit_announcement)


I have tried only having 1 announcement, 1 announcement and a global. only 2 forum announcements, only 2 global announcements, all stacked announcements, and all un stacked, and a few other ways. nothing seems to give these variables values. at this point its just bugging the hell out of me.

is there maybe somewhere else this template is rendered? I searched all templates, and see $announcebits is called in the announcements and search templates also, but I cant figure out how to search for announcements and I defiantly dont see this template being used in the announcement template

lange 05-28-2020 12:42 PM

Quote:

Originally Posted by Dr.CustUmz (Post 2603109)
Is there another announcement section I am missing? Other than announcement manager in the admincp.

You also have access to the announcement_edit template.

Dr.CustUmz 05-28-2020 02:27 PM

but threadbit_announcement is not displayed in the edit page. Im just trying to figure out what php pages I can see threadbit_announcment, and how to trigger it to show on said pages.

forumdisplay.php shows it yet doesnt return any values for the snippet. I see $announcebits (which I believe is the variable to call threadbit_announcement template) in search, and announcement. Yet I cant figure out how to get that template to actually appear on either of those pages.

lange 05-28-2020 03:01 PM

Thanks, I understand your problem now.

I am not a coder but I can give you my opinion as a user: the announcement manager as it is now meets my needs perfectly. I ask no more. I can customize the design, give access rights by forum, by user group, etc. As you can see on the following screenshot (a responsive theme), I am using another of your products. :up:

Dr.CustUmz 05-28-2020 06:23 PM

Quote:

Originally Posted by Wayne Luke
According to the PHP code, it should trigger on announcement.php where the forumid is greater than -1. I.E. if the announcement is within a specific forum. If it isn't triggering then there is a bug somewhere. However, since vBulletin 3.X is end of life and no longer in development, the bug will never be resolved.

Got my answer from the big man ;) This seems to be useless code, that was either missed for removal, or never implemented. (as far as we can tell)


All times are GMT. The time now is 06:01 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.01450 seconds
  • Memory Usage 1,736KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete