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

Showing results 1 to 25 of 52
Search took 0.00 seconds.
Search: Posts Made By: Azum
Forum: vBulletin 4.x Styles 10-24-2014, 11:17 PM
Replies: 1,131
Views: 263,091
Posted By Azum
nevermind, didn't work correctly.

nevermind, didn't work correctly.
Forum: vBulletin 4.x Styles 10-24-2014, 08:18 PM
Replies: 1,131
Views: 263,091
Posted By Azum
Took me awhile to figure it out, but AME adds the...

Took me awhile to figure it out, but AME adds the convert URLs to video checkbox by looking for the newpost_disablesmilies hook, if present, it injects the checkbox before the smilies checkbox... and...
Forum: vB4 Programming Discussions 10-24-2014, 07:46 PM
Replies: 5
Views: 1,028
Posted By Azum
I figured it out, it was a plugin that disables...

I figured it out, it was a plugin that disables the full wysiwyg editor on this particular style.
Forum: vBulletin 4.x Styles 10-24-2014, 07:44 PM
Replies: 1,131
Views: 263,091
Posted By Azum
I saw your earlier post about that, and it...

I saw your earlier post about that, and it works... but then my checkbox for AME convert URLs to videos doesn't show up because it kills the newpost_disablesmilies hook.
Forum: vBulletin 4.x Styles 10-24-2014, 03:53 PM
Replies: 1,131
Views: 263,091
Posted By Azum
Thanks anyway... On another note, I've...

Thanks anyway...

On another note, I've noticed that line breaks aren't preserved when quoting. Any fix for that aside from disabling the WYSIWYG editor?
Forum: vB4 Programming Discussions 10-24-2014, 12:43 PM
Replies: 5
Views: 1,028
Posted By Azum
Its's a default template afaik. The...

Its's a default template afaik. The newpost_disablesmiliesoption template exists in the style BB, it's just not being called for some reason. I have looked at the style templates where it IS called...
Forum: vB4 Programming Discussions 10-24-2014, 12:42 AM
Replies: 5
Views: 1,028
Posted By Azum
Template usage question

I should probably be able to figure this out, but no luck so far.

I have style AA and style BB.

In style AA when clicking on a thread (showthread) with debug mode on, one of the templates...
Forum: vBulletin 4.x Styles 10-22-2014, 10:05 PM
Replies: 1,131
Views: 263,091
Posted By Azum
Yeah, I can't seem to get the image to insert...

Yeah, I can't seem to get the image to insert into the body of the message after it's uploaded...
Forum: vBulletin 4.x Styles 10-18-2014, 02:18 PM
Replies: 1,131
Views: 263,091
Posted By Azum
One thing I haven't been able to figure out is...

One thing I haven't been able to figure out is how to insert inline image attachments with this style.
Forum: vBulletin 4.x Styles 10-04-2014, 02:54 PM
Replies: 1,131
Views: 263,091
Posted By Azum
Works fine with 4.2.2.

Works fine with 4.2.2.
Forum: vB4 Programming Discussions 09-28-2014, 08:03 PM
Replies: 4
Views: 611
Posted By Azum
Thanks, haven't had time to play with this but...

Thanks, haven't had time to play with this but will give it a go later.
Forum: vB4 Programming Discussions 09-28-2014, 08:02 PM
Replies: 6
Views: 807
Posted By Azum
AdminCP -> Settings -> Options -> Style &...

AdminCP -> Settings -> Options -> Style & Language Options

Default Style for Old Mobile Browsers
Select the default mobile style for old mobile browsers. This style will be used if user is...
Forum: vB4 Programming Discussions 09-27-2014, 06:24 PM
Replies: 4
Views: 611
Posted By Azum
Well the code I borrowed this from will...

Well the code I borrowed this from will successfully remove .[img] tags:
$this->post['pagetext_html'] = preg_replace('/\[img\](.*)\[\/img\]/im', construct_phrase($vbphrase['hideimg_message'],...
Forum: vB4 Programming Discussions 09-27-2014, 04:53 PM
Replies: 4
Views: 611
Posted By Azum
Help with plugin to strip table tags

Looking to strip table tags from posts on a particular style. I haven't put the if statement in yet for the styleid as the main code doesn't work.

Here is what I've been trying, with variations,...
Forum: vBulletin 4.x Add-ons 09-24-2014, 05:59 PM
Replies: 409
Miscellaneous Hacks - [AJAX] Thumbs Up?
Views: 114,376
Posted By Azum
You were supposed to enter the userID of the user...

You were supposed to enter the userID of the user with the thumbs you wanted to delete, not yours.
Forum: vBulletin 4.x Add-ons 09-24-2014, 02:10 AM
Replies: 409
Miscellaneous Hacks - [AJAX] Thumbs Up?
Views: 114,376
Posted By Azum
Under AdminCP -> Thumbs Up -> Special Actions: ...

Under AdminCP -> Thumbs Up -> Special Actions:

Delete all user's Thumbs

This action will delete all Thumbs a single user gave. This action cannot be undone!
Userid:
Forum: vBulletin 4.x Styles 09-23-2014, 03:25 AM
Replies: 1,131
Views: 263,091
Posted By Azum
How do you get preview reply to work? I'm failing...

How do you get preview reply to work? I'm failing so far.

Edit: Nevermind, not really sure how, but I got it to work copying bits and pieces of other style templates.
Forum: vBulletin 4.x Styles 09-17-2014, 10:00 PM
Replies: 1,131
Views: 263,091
Posted By Azum
Small contribution for deleting PMs. The code...

Small contribution for deleting PMs. The code provided almost works, but need to change it to:


<div class="titlebg">{vb:raw pm.title}</div>
{vb:raw postbit}
<form...
Forum: vBulletin 4.x Styles 09-17-2014, 02:12 PM
Replies: 1,131
Views: 263,091
Posted By Azum
I found that just using the below by itself along...

I found that just using the below by itself along with built in VB mobile detection works fine. There was no need for the plugin.
Forum: vBulletin 4.x Styles 09-14-2014, 10:41 PM
Replies: 1,131
Views: 263,091
Posted By Azum
Question, if you allow style choices, will this...

Question, if you allow style choices, will this override the choice with the default style every time the user logs in on a non-mobile device?
Forum: vBulletin 4.x Styles 09-14-2014, 10:07 PM
Replies: 1,131
Views: 263,091
Posted By Azum
Great style, anyone added tabs to the member.php...

Great style, anyone added tabs to the member.php (view profile) yet?
Forum: vBulletin 4.x Add-ons 09-12-2014, 06:25 PM
Replies: 1,238
Views: 289,509
Posted By Azum
Can anyone point me in the right direction for...

Can anyone point me in the right direction for modifying the lite version so that the quotes and mentions tab only show up on your own profile and others can't view them?
Forum: vBulletin 4.x Add-ons 08-07-2014, 08:18 PM
Replies: 409
Miscellaneous Hacks - [AJAX] Thumbs Up?
Views: 114,376
Posted By Azum
What the other guy said is misleading. This mod...

What the other guy said is misleading. This mod by default will not even add templates to your mobile style. He is not using the default mobile style. You can, however, manually add the sc_thumbs*...
Forum: vB4 General Discussions 07-12-2014, 11:29 PM
Replies: 7
Views: 1,129
Posted By Azum
I can't see the videos in the mobile style. My...

I can't see the videos in the mobile style. My guess is you are using some sort of custom youtube bbcode and it's not defined in bbcode_video for that style.

Also, not sure if you're aware - but...
Forum: vB4 General Discussions 07-12-2014, 11:12 PM
Replies: 6
Views: 934
Posted By Azum
@tbworld: happens 100% of the time in mobile...

@tbworld: happens 100% of the time in mobile style.

@tpearl5: No, it works fine on everything but mobile style. Which is funny because all the styles and templates are pretty heavily modified...
Showing results 1 to 25 of 52

 
Forum Jump

All times are GMT. The time now is 11:15 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.01770 seconds
  • Memory Usage 2,042KB
  • 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
  • (48)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