vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Real Names Listed Under Usernames in Calendar Posts (https://vborg.vbsupport.ru/showthread.php?t=174721)

skhms 04-01-2008 09:29 PM

1 Attachment(s)
ok, I am not 100% sure if this is what you're looking for... it may not be the best solution either.

Unfortunately I don't think the custom profile fields is available in the calendar_showeventsbit template, which is the template I think you are looking for.

Therefor you need a plugin to get that information, a call to the function fetch_userinfo would work.
This will add one sql query for each user though. Which doesn't feel like the best solution honestly. Maybe someone else has a better idea.

I have attached a simple plugin to this message, its for the hook calendar_getday_event.

Import that plugin and edit the template calendar_showeventsbit

Find
Code:

<td align="$stylevar[left]"><if condition="$show['postedby']"><a class="bigusername" href="member.php?$session[sessionurl]u=$eventinfo[userid]">$eventinfo[musername]</a><else />&nbsp;</if></td>
Replace it with
Code:

<td align="$stylevar[left]"><if condition="$show['postedby']"><a class="bigusername" href="member.php?$session[sessionurl]u=$eventinfo[userid]">$eventinfo[musername]</a><div class="smallfont">$eventbituser[fieldx] $eventbituser[fieldx]</div><else />&nbsp;</if></td>
Change the fieldx as before of course.

Hopefully it was something like this you where looking for :)

/SK

jpapadpapa 04-02-2008 02:17 PM

Thanks so much! I am a newbie who is jumping in with both feet, so I have to say I am not totally sure if I did this right. It didn't seem to change anything. I imported the plugin and then I edited the calendar_showeventsbit template, as you said. But, nothing seems to have changed. Did I miss a step?

Thanks again for helping!:) Seeing real names on all posts is a very important issue to the leaders of my group. Hope I can get this figured out!

skhms 04-02-2008 03:40 PM

That should have done it, I tested this and it works for me.

You can test and add some random text before $eventbituser[fieldx]
If that text shows up then it is the correct template and probably something wrong with the plugin.

/SK

jpapadpapa 04-02-2008 06:00 PM

I tested it and apparently I do have the right template, but those fields are still not showing up. I also did some checking to make sure I did everything right with the plug-in (since I'm new at this) and it looks like all you do is upload it, correct? Everything looks right to my untrained eye.;) Any thoughts?

By the way, do you think this will slow things down? Is that what you were concerned about with it querying the database for all the users? (Again, I'm still learning). I am having a major issue with my site being slow right now, so I am scared of anything slowing it down further. But, I guess I could always take it out if it caused problems.

Thanks again for your help!

skhms 04-02-2008 07:19 PM

The plugin should be imported via the admincp (Plugins & Products -> Download / Upload Plugins -> Import Plugin Definitions XML File)
Make sure its activated. It should be by default though.

Not sure otherwise, not much that can goes wrong...
You did remember to change the X to correct fieldnumber I hope.

As I mention before this will add a query for each user when showing a calender event so it won't make things quicker...
But as you said, if there would be a problem just deactivate the plugin in the plugin manager.

/SK

jpapadpapa 04-02-2008 10:23 PM

Hmmmm...I cannot seem to figure out what in the world I am not doing right! :confused: Could it be a version thing? I'm running 3.6.8 PL2. Here is the code I pasted in (with a snippet of some of the code before and after). I don't know that it will really help for you to see it, because I pasted it in right where you said to, to my knowledge. But, maybe you'll catch something I missed.

PHP Code:

<tr>
    <
td class="thead" style="font-weight:normal"><strong>$vbphrase[calendar]</strong>: $calendarinfo[title]</td>
</
tr>
<
tr>
    <
td class="alt1">
        <if 
condition="$show['postedby'] OR $show['subscribed']">
        <
table cellpadding="0" cellspacing="0" border="0" width="100%">
        <
tr valign="bottom">
            <
td align="$stylevar[left]"><if condition="$show['postedby']"><class="bigusername" href="member.php?$session[sessionurl]u=$eventinfo[userid]">$eventinfo[musername]</a><div class="smallfont">$eventbituser[field19$eventbituser[field20]</div><else />&nbsp;</if></td


skhms 04-03-2008 04:54 AM

That seems correct to me.

I guess the plugin doesn't run correctly.
Do you have other plugins? Do they run?
I realize that this a bit desperate, but just to be sure that the plugin/hook system isn't turned off.

Otherwise go to the plugin and edit it. Add this after the current line.
PHP Code:

$eventbituser[field19] = 'field19';
$eventbituser[field20] = 'field20'

You should get "field19 field20" below the username

/SK

jpapadpapa 04-03-2008 10:12 AM

You know what...

After all this, my husband and I were trouble-shooting the site last night about the slowness issue and we found that the other code I had added to display the real names below the posts was slowing things down quite a bit! I think the host is not exactly lightning fast, but I'm kind of stuck with them right now.

Sooooo....I think I'm going to save all this for later. Maybe we can switch hosts at some point. I'm hoping the leaders of my organization don't notice that there are no longer names under the posts.;) This was quite important to them. But, for now, it's just not going to work, since pages were sometimes taking up to 35 seconds to load!

THANK-YOU for all your help, though! It is so nice when people take the time to help newbies like me.:D


All times are GMT. The time now is 08:39 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.01859 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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