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

Showing results 1 to 25 of 98
Search took 0.00 seconds.
Search: Posts Made By: Duckface
Forum: vBulletin 4.x Add-ons 08-12-2015, 10:16 AM
Replies: 3,061
Chat Modifications - VSa - ChatBox (AJAX)
Views: 1,166,916
Posted By Duckface
How could I place notices above the shoutbox...

How could I place notices above the shoutbox exactly?
Forum: vB5 General Discussions 08-10-2015, 09:35 AM
Replies: 4
Views: 1,336
Posted By Duckface
I am using the default htaccess although it was...

I am using the default htaccess although it was broken as when you went to http://shekii.com it was blank.

I've added this to it to fix it: DirectoryIndex index.php

Entire:

<IfModule...
Forum: vB5 General Discussions 08-09-2015, 02:45 PM
Replies: 4
Views: 1,336
Posted By Duckface
This is the url that it goes to from the postbit:...

This is the url that it goes to from the postbit:

/admincp/index.php?loc=admincp%2Fuser.php%3Fdo%3Dedit%26u%3D1
Forum: vB5 General Discussions 08-09-2015, 02:38 PM
Replies: 4
Views: 1,336
Posted By Duckface
INVALID URL

Admincp Invalid Url?

Hi,

Whenver in the post bit I click the edit button on someone's name it takes me to admincp and shows the invalid url error:

Invalid Page URL. If this is an error and...
Forum: vB4 General Discussions 08-06-2015, 02:25 PM
Replies: 1
Views: 345
Posted By Duckface
Exploit on vbulletin4

Wth, a member just made a post like this:

http://spawnscape614.co.uk/forums/showthread.php?3383-CLICK-ME-(this-is-a-test)

I checked the code and it seems that this has been added into the...
Forum: vB4 General Discussions 08-06-2015, 12:14 PM
Replies: 0
Views: 189
Posted By Duckface
If PM from userid

Hiya,

I'm looking to add something where if a user receives a private message from me (a condition), I can make a popup for this on receiving the PM?

Does anyone have a clue how to do this? I...
Forum: vB4 General Discussions 07-31-2015, 05:21 PM
Replies: 2
Views: 384
Posted By Duckface
Vbulletin Postbit Rank Order

Hi,

How can I make it so the ranks are displayed in an order that I set?

https://vborg.vbsupport.ru/external/2015/07/3.png
Forum: vB4 General Discussions 07-27-2015, 05:45 PM
Replies: 1
Views: 393
Posted By Duckface
New "memberaction_dropdown" option

Hiya,

I've added a new option to the memberaction_dropdown template with the following code:

<vb:if condition="$show['modcplink'] ">
<li class="right">
<a href="search.php?{vb:raw...
Forum: vB4 General Discussions 07-17-2015, 09:58 PM
Replies: 3
Views: 218
Posted By Duckface
<vb:if...

<vb:if condition="in_array($threadinfo['forumid'], array(68,32))">
<script>
alert("TESTING");
</script>
</vb:if>

Nothing :/
Forum: vB4 General Discussions 07-17-2015, 09:50 PM
Replies: 3
Views: 218
Posted By Duckface
Forumdisplay

I'm trying to add this at the topic of forumdisplay template:

<vb:if condition="$threadinfo[forumid] == 68">
<script>
alert("TESTING");
</script>
</vb:if>

And it isn't working :S?
Forum: vB4 General Discussions 07-16-2015, 04:02 PM
Replies: 30
Views: 1,266
Posted By Duckface
I have this plugin my forum: ...

I have this plugin my forum:

https://vborg.vbsupport.ru/showthread.php?t=240772

I have already put the section id into the block from seeing in chatbox section. Altough because it's sending a...
Forum: vB4 General Discussions 07-15-2015, 02:24 PM
Replies: 30
Views: 1,266
Posted By Duckface
Yea I'll give that a try thanks.

Yea I'll give that a try thanks.
Forum: vB4 General Discussions 07-14-2015, 06:03 PM
Replies: 30
Views: 1,266
Posted By Duckface
How do I make the thread automatically parse the...

How do I make the thread automatically parse the links?

I've tried:

//$threaddm->set('parselinks', true); //Not working

And it doesn't work :/.
Forum: vB4 General Discussions 07-13-2015, 07:47 PM
Replies: 3
Views: 318
Posted By Duckface
PHP If user = moderator

What can I use for an if statement to determine whether a user is moderator or not i.e. if member is able to access the modcp?
Forum: vB4 General Discussions 07-13-2015, 03:41 PM
Replies: 4
Views: 558
Posted By Duckface
https://vborg.vbsupport.ru/external/2015/07/15.png...

https://vborg.vbsupport.ru/external/2015/07/15.png

--------------- Added 1436809407 at 1436809407 ---------------

http://spawnscape614.co.uk/forums/clientscript/ckeditor/ckeditor.js
...
Forum: vB4 General Discussions 07-13-2015, 03:35 PM
Replies: 4
Views: 558
Posted By Duckface
Chrome.

Chrome.
Forum: vB4 General Discussions 07-13-2015, 02:44 PM
Replies: 4
Views: 558
Posted By Duckface
Broken editor edit????

I'm trying to edit one of my posts and this has happened:

https://vborg.vbsupport.ru/external/2015/07/16.png

I haven't edited the editor template at all?

It was fine today; but it's happened...
Forum: vB4 General Discussions 07-13-2015, 01:40 PM
Replies: 6
Views: 499
Posted By Duckface
Thanks man!

Thanks man!
Forum: vB4 General Discussions 07-13-2015, 08:26 AM
Replies: 6
Views: 499
Posted By Duckface
Where do I use that?

Where do I use that?
Forum: vB4 General Discussions 07-12-2015, 05:06 PM
Replies: 30
Views: 1,266
Posted By Duckface
$threaddm->set('parseurl', '1'); I tried...

$threaddm->set('parseurl', '1');

I tried that to ensure that the links are parsed; but it isn't finding that method.

What's the method name for parsing the links?
Forum: vB4 General Discussions 07-12-2015, 04:11 PM
Replies: 6
Views: 499
Posted By Duckface
Thanks. Where can I find the entire array of...

Thanks. Where can I find the entire array of userinfo variables?
Forum: vB4 General Discussions 07-12-2015, 03:07 PM
Replies: 6
Views: 499
Posted By Duckface
PHP - retrieve profile field

Hiya,

With what variable can I retrieve a user's profile field off a user's id. I already have declared the userid:

$userid = $vbulletin->userinfo['userid'];
Forum: vB4 General Discussions 07-10-2015, 11:59 PM
Replies: 30
Views: 1,266
Posted By Duckface
Thank you so much for your assistance today,...

Thank you so much for your assistance today, you've truly helped my PHP development as well; which was atrocious :).
Forum: vB4 General Discussions 07-10-2015, 07:24 PM
Replies: 30
Views: 1,266
Posted By Duckface
Hmm. Good tip. I've tried using /n and /r...

Hmm. Good tip.

I've tried using /n and /r but:

https://vborg.vbsupport.ru/external/2015/07/23.png
Forum: vB4 General Discussions 07-10-2015, 07:15 PM
Replies: 30
Views: 1,266
Posted By Duckface
How do you break a string to put it on two lines?...

How do you break a string to put it on two lines? So

$threaddm->set('pagetext', 'Username Reporting: ' . $username); //THEN ADD SOMETHING TO THE NEXT LINE
Showing results 1 to 25 of 98

 
Forum Jump

All times are GMT. The time now is 02:23 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.01867 seconds
  • Memory Usage 2,038KB
  • 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
  • (24)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