Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 128
Search took 0.01 seconds.
Search: Posts Made By: Seductor
Forum: vB4 Programming Discussions 07-07-2013, 05:49 PM
Replies: 8
Views: 1,046
Posted By Seductor
There were not luck for the plugin. Despite it is...

There were not luck for the plugin. Despite it is hooked to parse_templates, it still does not show anything... this is crazy, uh?

--------------- Added 1373223942 at 1373223942 ---------------
...
Forum: vB4 Programming Discussions 07-07-2013, 04:05 PM
Replies: 8
Views: 1,046
Posted By Seductor
I don't want to do it, but in that case, could I...

I don't want to do it, but in that case, could I do...?

<vb:each from="my_attr" value="entry">
{vb:raw entry}
</vb:each>


--------------- Added 1373218964 at 1373218964 ---------------
...
Forum: vB4 Programming Discussions 07-07-2013, 02:44 PM
Replies: 8
Views: 1,046
Posted By Seductor
kh99, could you givfe me an example about the...

kh99, could you givfe me an example about the second way, please?

I have a question about my example. I don't want to render my own template, I want to use the FORUMHOME template. So, could I skip...
Forum: vB4 Programming Discussions 07-07-2013, 11:32 AM
Replies: 8
Views: 1,046
Posted By Seductor
Understanding how to preregister variables.

Hi there,

I'm trying to understand how to preregister varaibles. In this example, I'm using FORUMHOME. This is my plugin:
https://vborg.vbsupport.ru/external/2013/07/60.png

And this is my...
Forum: vBulletin 4.x Add-ons 07-06-2013, 04:55 PM
Replies: 74
Administrative and Maintenance Tools - Auto Purge Threads
Views: 29,111
Posted By Seductor
Sorry guys, it should be working for 4.2.1. I'll...

Sorry guys, it should be working for 4.2.1. I'll try to improve this plugin soon :)
Forum: vB4 Programming Discussions 07-06-2013, 02:41 PM
Replies: 2
Views: 438
Posted By Seductor
I tried to use forumhome_start and...

I tried to use forumhome_start and parse_templates and I had in the template the following code:
<vb:each from="youtubeimg" value="singleimage">
<img src="{vb:raw singleimage}">
</vb:each>
Forum: vB4 Programming Discussions 07-06-2013, 10:08 AM
Replies: 2
Views: 438
Posted By Seductor
Best way to register a variable.

Hi there,

I want to pass two variables to the Forumhome template. I'm doing a Youtube Slider:
http://pastebin.com/pCA6MpAx

My variables are two arrays, $youtubeimg and $youtubelink. I have...
Forum: vBulletin 4.x Add-ons 12-01-2012, 03:08 PM
Replies: 307
Add-On Releases - vBulletin-Glossary
Views: 73,821
Posted By Seductor
What do you mean, I still use it.

What do you mean, I still use it.
Forum: vBulletin 4.x Add-ons 11-30-2012, 12:41 PM
Replies: 307
Add-On Releases - vBulletin-Glossary
Views: 73,821
Posted By Seductor
Hi there! I bring a new update! If you use...

Hi there!

I bring a new update! If you use PHP5, you will find the following error:

PHP Error : Assigning the return value of new by reference is deprecated

If you use PHP4, you need to do...
Forum: vB4 Programming Discussions 09-09-2012, 04:35 PM
Replies: 15
Views: 1,763
Posted By Seductor
@Scanu, I'm sure. Take a look at this. I'm using...

@Scanu, I'm sure. Take a look at this. I'm using TMS:
PHPMyAdmin:
https://vborg.vbsupport.ru/external/2012/09/37.png

TMS::
https://vborg.vbsupport.ru/external/2012/09/38.png

Code:...
Forum: vB4 Programming Discussions 09-09-2012, 12:58 PM
Replies: 15
Views: 1,763
Posted By Seductor
It is in the postbit_legacy template. But when I...

It is in the postbit_legacy template. But when I vardumped it, it was in the plugin (I don't know any way to do a var_dump or similar within the template).
Forum: vB4 Programming Discussions 09-09-2012, 12:03 PM
Replies: 15
Views: 1,763
Posted By Seductor
No, it is not: <div>City: {vb:raw...

No, it is not:
<div>City: {vb:raw post.field11}</div>

* Seductor seems puzzled.
Forum: vB4 Programming Discussions 09-09-2012, 11:41 AM
Replies: 15
Views: 1,763
Posted By Seductor
(Do you think it could be useful If I release it...

(Do you think it could be useful If I release it as a add-on?)

One last question: I've tried to display $post.userfield11, which is a string(19), but nothing is shown.


Array
(
...
...
Forum: vB4 Programming Discussions 09-09-2012, 11:29 AM
Replies: 15
Views: 1,763
Posted By Seductor
At least, it works. But I wish I could register...

At least, it works. But I wish I could register it in $post instead of using my own variable. Could I do $post['eur_birthday'] = $eur_birthday, in order to do {vb:raw post.eur_birthday}?
Forum: vB4 Programming Discussions 09-09-2012, 11:13 AM
Replies: 15
Views: 1,763
Posted By Seductor
I think I'll take this option, because the...

I think I'll take this option, because the birthday is not being displayed and I want to change the output format.

March 04, 1976 it's shown by {vb:raw post.birthday} as: 03-04-1976.

So, I...
Forum: vB4 Programming Discussions 09-07-2012, 09:25 PM
Replies: 15
Views: 1,763
Posted By Seductor
Format raw birthday.

Is there any way to format a birthday in European format?
European Format (e.g., 25-04-98): d-m-y

Now it is in American format:
[birthday] => 03-04-1976
[birthday_search] => 1976-03-04...
Forum: vB4 Programming Discussions 09-07-2012, 09:13 PM
Replies: 4
Views: 798
Posted By Seductor
Of course, that was the problem. Thanks a lot, it...

Of course, that was the problem. Thanks a lot, it works.
Forum: vB4 Programming Discussions 09-07-2012, 09:00 PM
Replies: 4
Views: 798
Posted By Seductor
Thanks kh99. Then, I do: <vb:if...

Thanks kh99. Then, I do:

<vb:if condition="in_array($post[userid], $my_buddylist)">
$post[email] asd
</vb:if>

But it doesn't seem to work. The condition seems to be always false. How could...
Forum: vB4 Programming Discussions 09-07-2012, 08:41 PM
Replies: 4
Views: 798
Posted By Seductor
Registring a variable.

Hello:

I'm trying to register a variable. It will need to check whenever a visitor belong to the poster buddy list, so...


$new_buddylist = array();
$new_buddylist = explode(' ',...
Forum: Modification Requests/Questions (Unpaid) 09-05-2012, 08:41 PM
Replies: 3
Views: 2,270
Posted By Seductor
If anyone is interested, Digital Point Analytics...

If anyone is interested, Digital Point Analytics can do it.
Forum: vB4 Programming Discussions 09-04-2012, 02:29 PM
Replies: 3
Views: 716
Posted By Seductor
Could it be the pre-cache? I took a template from...

Could it be the pre-cache? I took a template from here:
https://vborg.vbsupport.ru/showthread.php?t=62164
But never cared about the pre-cache. Could it be that?
Forum: vB4 Programming Discussions 09-04-2012, 01:14 PM
Replies: 3
Views: 716
Posted By Seductor
About caching templates.

Hello:

I have read this:
https://vborg.vbsupport.ru/showthread.php?t=228078

And it says:


I did what it says and I have added a plugin at hook cache_templates for my BESTUSERS template:...
Forum: vB4 General Discussions 09-03-2012, 08:09 PM
Replies: 2
Views: 533
Posted By Seductor
I didn't thought about it, thanks betterthanyours.

I didn't thought about it, thanks betterthanyours.
Forum: vB4 General Discussions 09-03-2012, 06:59 PM
Replies: 2
Views: 533
Posted By Seductor
How to remove the personal site link from the popup?

Hello there:

How could I remove the personal site link from the popup that is show in FORUMDISPLAY and in the users profile?

For example:
https://vborg.vbsupport.ru/external/2012/09/58.png
...
Forum: vB4 Programming Discussions 08-24-2012, 12:46 PM
Replies: 2
Views: 599
Posted By Seductor
It worked! Thansk!

It worked! Thansk!
Showing results 1 to 25 of 128

 
Forum Jump

All times are GMT. The time now is 03:41 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.03164 seconds
  • Memory Usage 2,047KB
  • 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)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (23)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete