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

Showing results 1 to 25 of 38
Search took 0.00 seconds.
Search: Posts Made By: Omegatron
Forum: vBulletin 4 Articles 03-13-2013, 01:16 PM
Replies: 543
Views: 114,721
Posted By Omegatron
what I meant by design was say I want to have a...

what I meant by design was say I want to have a dynamic link title. Right now I use straight navigation links in an xml file. I can define options through plugins to plug into urls for the...
Forum: vBulletin 4 Articles 03-13-2013, 01:09 AM
Replies: 543
Views: 114,721
Posted By Omegatron
Quick question. I know the userinfo and options...

Quick question. I know the userinfo and options variables are present and usuable in the link portion of the navigation manager and can define other variables there.

Is there a way define a...
Forum: vB5 Programming Discussions 01-17-2013, 10:35 PM
Replies: 8
Views: 11,401
Posted By Omegatron
Thats actually actually quite what I already did ...

Thats actually actually quite what I already did

http://omegatron.net/photos

Basically what I did was make a dumbed down index.php called say test.php and place the dumbed down code into a...
Forum: vB4 Programming Discussions 11-07-2012, 08:29 PM
Replies: 4
Views: 955
Posted By Omegatron
From what I see there are absolutely no hook...

From what I see there are absolutely no hook locations. There is one hook location in like the drop down menu and that's it. Looks like they started but never added the ability to hook into the...
Forum: vB5 Programming Discussions 11-05-2012, 04:16 PM
Replies: 11
Views: 3,987
Posted By Omegatron
I looked at your article that did not cover how...

I looked at your article that did not cover how to highlight the tab.

See the issue is I am wrapping the vb header and footer around a totally separate application in another directory outside...
Forum: vB5 Programming Discussions 11-05-2012, 01:58 PM
Replies: 11
Views: 3,987
Posted By Omegatron
Adding the tabs is easy just like adding navbar...

Adding the tabs is easy just like adding navbar tabs the part that is missing is how to enable that tab to be the highlighted one. Any ideas on that.
Forum: vB5 Programming Discussions 10-24-2012, 06:10 PM
Replies: 8
Views: 11,401
Posted By Omegatron
The vb5 Page Manager seems to be a joke as you...

The vb5 Page Manager seems to be a joke as you can only include data in those little container boxes so that does not work to wrap the vb header and footer around a full featured app/mod with...
Forum: vB5 Programming Discussions 10-20-2012, 07:09 PM
Replies: 8
Views: 11,401
Posted By Omegatron
Lots of views but anyone know if there is a way...

Lots of views but anyone know if there is a way to full the header footer around a custom page?

I can grab the header template using the $templater but in vb3 and vb4 $header $footer where...
Forum: vB5 Programming Discussions 10-19-2012, 08:36 PM
Replies: 8
Views: 11,401
Posted By Omegatron
wrapping vb5 header footer style around a page.

I know this is pretty early since this is a beta but I have been disecting the code for vb5 some.

Do not see a way like we use to be able to wrap the vb header footer navbar around custom pages...
Forum: vBulletin 4 Articles 05-30-2012, 06:09 PM
Replies: 110
Views: 34,820
Posted By Omegatron
What I need to know is how to use the $vbulletin...

What I need to know is how to use the $vbulletin options in a url in the navigation manager
Forum: vB4 Programming Discussions 06-24-2011, 04:02 PM
Replies: 0
Views: 349
Posted By Omegatron
mapping stylevars

Okay in short I am trying to create some new stylevars and map them to some vb stylevars example below

I create a stylesheet and am loading a default page with the vb header footer. things work...
Forum: vB4 Programming Discussions 08-13-2010, 02:56 PM
Replies: 0
Views: 618
Posted By Omegatron
How to create a PHP CMS block?

I have done a search over at vbulletin.com and here for a decent tutorial on how to create a php cms block for the cms product. I have found like a year old tutorials on how to create an html block...
Forum: vB4 Programming Discussions 12-31-2009, 02:03 PM
Replies: 17
Views: 1,443
Posted By Omegatron
Can you post what you did? I might be able to...

Can you post what you did? I might be able to give a few pointers.

I simply made a new profile table how its defined. Pretty much the way it was in 3.8 series except the template calls are a...
Forum: vB4 General Discussions 12-17-2009, 01:02 PM
Replies: 16
Views: 1,922
Posted By Omegatron
I use photopost and have for over 6 years

I use photopost and have for over 6 years
Forum: vB4 Programming Discussions 11-17-2009, 04:41 PM
Replies: 17
Views: 1,443
Posted By Omegatron
Yeah the tab was never an issue ;) The issue...

Yeah the tab was never an issue ;)

The issue was as posted in post 11 vb wraps it with a block thing but if its a tab it needs a specific wrap in profile left as posted. I still need to try and...
Forum: vB4 Programming Discussions 11-17-2009, 09:29 AM
Replies: 17
Views: 1,443
Posted By Omegatron
Yeah I found out you need to add this into the...

Yeah I found out you need to add this into the memberinfo template so unlike 3.8 you need to hook into two locations. profile left last for the button and profile left for the content box.

<div...
Forum: vB4 General Discussions 11-17-2009, 09:21 AM
Replies: 34
Views: 4,442
Posted By Omegatron
If you dont know the scope of the entire...

If you dont know the scope of the entire discussion please do not be rude with comments like that.


$output = "This is <span style=\"font-weight: bold\">bold</span>";


Most definately needs...
Forum: vB4 Programming Discussions 11-17-2009, 12:01 AM
Replies: 17
Views: 1,443
Posted By Omegatron
The issue is this my block has this being...

The issue is this my block has this being inserted by vbulletin


<div id="view-ppProfile" class="block">



Thats surrounding my memberinfo_block_ppProfile template

It is suppose to be
Forum: vB4 Programming Discussions 11-16-2009, 11:47 PM
Replies: 17
Views: 1,443
Posted By Omegatron
well the old way we just did this class...

well the old way we just did this


class vB_ProfileBlock_ppProfile extends vB_ProfileBlock
{
var $template_name = 'memberinfo_block_ppProfile';
Forum: vB4 Programming Discussions 11-16-2009, 10:47 PM
Replies: 17
Views: 1,443
Posted By Omegatron
well I tried your line. Did you also have to...

well I tried your line. Did you also have to define any templates because I did not have to.
Forum: vB4 Programming Discussions 11-16-2009, 10:26 PM
Replies: 17
Views: 1,443
Posted By Omegatron
<a...

<a href="http://www.reeftalk.com/forums/members/1-Chuck-S" target="_blank">http://www.reeftalk.com/forums/members/1-Chuck-S</a>

well the tab shows and works if you click it and click another all...
Forum: vB4 Programming Discussions 11-16-2009, 07:12 PM
Replies: 17
Views: 1,443
Posted By Omegatron
Actually not any modding needed. It was a...

Actually not any modding needed. It was a template error really. The default vb3 way of doing things works fine. I updated my template the real issue was I mistakenly surrounded my code with a div...
Forum: vB4 Programming Discussions 11-16-2009, 05:45 PM
Replies: 17
Views: 1,443
Posted By Omegatron
Help with New Profile Tab

Hey guys a little question here. Porting over a 3.8 mod done in 3.8 style rewrote the template according to vb 4.0 style turned on the mod and was trying to work out getting it to display.

Now...
Forum: vB4 General Discussions 11-16-2009, 05:25 PM
Replies: 34
Views: 4,442
Posted By Omegatron
yeah it does not like this line ...

yeah it does not like this line



$thistemplater .= $templater->render();


--------------- Added 1258406169 at 1258406169 ---------------

This is what I have blank white page. I am...
Forum: vB4 General Discussions 11-16-2009, 05:15 PM
Replies: 34
Views: 4,442
Posted By Omegatron
If I do what you say its a parse error. In all my...

If I do what you say its a parse error. In all my days of PHP you need to escape quotes when you use html in a php file. ;)
Showing results 1 to 25 of 38

 
Forum Jump

All times are GMT. The time now is 09:36 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.01648 seconds
  • Memory Usage 2,040KB
  • 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
  • (42)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