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

Showing results 1 to 25 of 44
Search took 0.00 seconds.
Search: Posts Made By: Revelence
Forum: vBulletin 4.x Template Modifications 04-11-2013, 08:16 PM
Replies: 17
Show Thread Enhancements - Postbit legacy
Views: 8,181
Posted By Revelence
Adding a preview, it works for 4.2

Adding a preview, it works for 4.2
Forum: vBulletin 4.x Template Modifications 04-09-2013, 10:25 PM
Replies: 17
Show Thread Enhancements - Postbit legacy
Views: 8,181
Posted By Revelence
what version are you using?

what version are you using?
Forum: vB4 Programming Discussions 04-08-2013, 11:30 PM
Replies: 6
Views: 642
Posted By Revelence
It's nothing I could do with like adding fields,...

It's nothing I could do with like adding fields, I'm getting it though :p
Forum: vBulletin 4.x Template Modifications 04-08-2013, 10:09 PM
Replies: 17
Show Thread Enhancements - Postbit legacy
Views: 8,181
Posted By Revelence
No I do not, sorry.

No I do not, sorry.
Forum: vB4 Programming Discussions 04-08-2013, 12:04 AM
Replies: 6
Views: 642
Posted By Revelence
This is basically what I need to do, I'm horrible...

This is basically what I need to do, I'm horrible at explaing things so heres a picture

https://vborg.vbsupport.ru/external/2013/04/51.png

But with my custom content, that's just the...
Forum: vB4 Programming Discussions 04-07-2013, 11:45 PM
Replies: 6
Views: 642
Posted By Revelence
Basically what I'm trying to do is add an option...

Basically what I'm trying to do is add an option to a usercp where they can connect an account. I just need to figure out how to like display everything in the usercp.
Forum: vB4 Programming Discussions 04-07-2013, 11:26 PM
Replies: 6
Views: 642
Posted By Revelence
user control panel

ok so I want to add some custom options for my forums into the user cpanel. I've tried this a while ago, didn't really turn out so well. What's the best way to handle this?
Forum: vB4 Programming Discussions 04-07-2013, 07:34 PM
Replies: 13
Views: 684
Posted By Revelence
ahh, thanks man that works

ahh, thanks man that works
Forum: vB4 Programming Discussions 04-07-2013, 05:47 PM
Replies: 13
Views: 684
Posted By Revelence
postbit_display_complete, that works, it's just I...

postbit_display_complete, that works, it's just I don't know how to like read the template for the str_replace so it can actually search for what i'm looking for
Forum: vB4 Programming Discussions 04-07-2013, 05:20 PM
Replies: 13
Views: 684
Posted By Revelence
$template_hook['postbit_userinfo_start'] =...

$template_hook['postbit_userinfo_start'] = str_replace("userinfo", "test", $template_hook['postbit_userinfo_start']);

I know the hook is wrong because they don't read it actually, which is what...
Forum: vB4 Programming Discussions 04-07-2013, 04:41 PM
Replies: 13
Views: 684
Posted By Revelence
I've tried that, but I'm stuck on actually how...

I've tried that, but I'm stuck on actually how I'm supposed to read the template
Forum: vB4 Programming Discussions 04-07-2013, 04:37 PM
Replies: 13
Views: 684
Posted By Revelence
Yes, but I don't want to manually add the...

Yes, but I don't want to manually add the variable to the template.. I want to somehow find a way to insert it with a plugin.
Forum: vB4 Programming Discussions 04-07-2013, 02:08 PM
Replies: 13
Views: 684
Posted By Revelence
I've tried finding some tutorials on this, I...

I've tried finding some tutorials on this, I don't think that's what I'm looking for. I'm trying to basically insert my variable into a template from a plugin because there's no hook spots for where...
Forum: vB4 Programming Discussions 04-07-2013, 03:40 AM
Replies: 13
Views: 684
Posted By Revelence
Template hooks

How can I edit a template from a plugin using a template hook? Is that possible?
Forum: vBulletin 4.x Template Modifications 04-06-2013, 10:00 PM
Replies: 17
Show Thread Enhancements - Postbit legacy
Views: 8,181
Posted By Revelence
Postbit legacy

What this does
Allows you to set custom backgrounds for your postbit for each specified usergroup.
Credits
Me - Creating the mod
https://vborg.vbsupport.ru/member.php?u=409182 - Helping with an...
Forum: vB4 Programming Discussions 04-05-2013, 10:20 PM
Replies: 0
Views: 339
Posted By Revelence
Hooks

I'm looking to write a mod for myself of something I wrote before, but I didn't like how I did it. So what I did was made a point market, i manually edited the files myself to add the points whenever...
Forum: vB4 Programming Discussions 11-06-2012, 07:54 PM
Replies: 1
Views: 386
Posted By Revelence
User control panel

How exactly do I go about adding more user control panel options?

For example: My settings, add change display name. I'm not asking for the code to change the display names, just was an example....
Forum: vB4 Programming Discussions 10-25-2012, 08:36 PM
Replies: 2
Views: 500
Posted By Revelence
No, that's just for the user profiles. I...

No, that's just for the user profiles.

I need something so let's say I want to create an option for donation. There's a donate tab, which I can do that part. Then I need to figure out how...
Forum: vB4 Programming Discussions 10-25-2012, 07:42 PM
Replies: 2
Views: 500
Posted By Revelence
More usercp options

Okay so I want to add more options to my user control panel. I figured out how to actually add more to the menu, that parts easy.

What's a way to add my files how PM's, changing passwords are ect....
Forum: vB4 Programming Discussions 10-24-2012, 05:34 PM
Replies: 3
Views: 833
Posted By Revelence
That's exactly what I was thinking, as I had a...

That's exactly what I was thinking, as I had a problem with something similar. Wasn't certain though so didn't post it.
Forum: vB4 Programming Discussions 10-23-2012, 11:56 PM
Replies: 8
Views: 535
Posted By Revelence
So it stays active with like show thread ect?...

So it stays active with like show thread ect? Could just be something like this


<vb:if condition="VB_PRODUCT == 'vbblog' || VB_PRODUCT == 'something_else'">

and so on. I'm not 100% sure...
Forum: vB4 General Discussions 10-23-2012, 10:27 PM
Replies: 10
Views: 769
Posted By Revelence
No, you edit your template. Go to the header...

No, you edit your template. Go to the header template, and replace the image src with what I told you.
Forum: vB4 Programming Discussions 10-23-2012, 09:29 PM
Replies: 8
Views: 535
Posted By Revelence
Then add this into them. ...

Then add this into them.

define('VB_PRODUCT', 'vbblog');
Forum: vB4 Programming Discussions 10-23-2012, 08:30 PM
Replies: 8
Views: 535
Posted By Revelence
Is VB_PRODUCT defined within those scripts?

Is VB_PRODUCT defined within those scripts?
Forum: vB4 General Discussions 10-23-2012, 08:24 PM
Replies: 10
Views: 769
Posted By Revelence
It's in option when creating a new plugin. Here's...

It's in option when creating a new plugin. Here's an example, this is how mine was when I was testing the plugin.

https://vborg.vbsupport.ru/external/2012/10/31.png
Showing results 1 to 25 of 44

 
Forum Jump

All times are GMT. The time now is 10:38 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.02878 seconds
  • Memory Usage 2,025KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (26)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