vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   "If is first post" within a plugin PHP code (https://vborg.vbsupport.ru/showthread.php?t=275713)

Infoman4ever 12-20-2011 03:29 PM

Well, I'm not sure I've totally understand, but, you know, I gotta try.
Edit: I must add if($post['isfirstshown']) to the cached template so It does not affect the functionality of the template, am I right? if so, It's gonna be a little bit difficult :). what about changing the hook? so far, it's the only one that did the purpose.

kh99 12-20-2011 03:43 PM

Right. If I knew exactly how to tell you to do it I would, but I think it would take me a while to work it out. If you've seen the thread started by Scanu (https://vborg.vbsupport.ru/showthread.php?t=275691), he's having the same problem getting all the different levels of quotes to work out.

Infoman4ever 12-20-2011 04:09 PM

Well, I've already experienced the problem of the quotes, I'll do my best getting it works, thanks again Mr kh99.

--------------- Added [DATE]1324417995[/DATE] at [TIME]1324417995[/TIME] ---------------

Wow, unbelievable, it worked :).
I've never imagined I can experience something complicated like that, anyway, take a look at the code (however it is :) ) because I have a little issue:
PHP Code:

$find '<span class="date">';
        
$replace '<span class="date">\';if($post[\'isfirstshown\']) { $final_rendered .=\'hh\'.$fetch[\'data\'].\'gg\'; } $final_rendered .=\''

Now it shows "hhgg" just in the first post, but not $fetch[\'data\'], what the problem?
I'm glad that the big problem is solved.

kh99 12-20-2011 09:07 PM

I think you probably need the $fetch['data'] to be evaluated when you create the string, like maybe:

Edit: oops, that string probably needs quotes around it, so maybe
Code:

$replace = '<span class="date">\';if($post[\'isfirstshown\']) { $final_rendered .=\'' . $fetch['data'] . '\'; } $final_rendered .=\'';

ETA: I see you figured that out...

Infoman4ever 12-20-2011 09:16 PM

Congratulations, it works perfectly, just added '/ surrounding the $fetch['data'] and here we go, the last code is:
PHP Code:

$replace '<span class="date">\';if($post[\'isfirstshown\']) { $final_rendered .=\'' $fetch['data'] . '\'; } $final_rendered .=\''

Thank you from heart Mr kh99, you don't know how much did you do help and save my time.
Regards.


All times are GMT. The time now is 05:43 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.01037 seconds
  • Memory Usage 1,728KB
  • 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_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
  • (5)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