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: PinkMilk
Forum: vB3 Programming Discussions 02-21-2021, 02:37 PM
Replies: 4
Views: 2,983
Posted By PinkMilk
Theory code only, not tested... -- 1 -- ...

Theory code only, not tested...

-- 1 --
Assuming single forum per client (rather than 1 forum multiple client threads) its not a navbar notification but is a possible alternative.

Change new...
Forum: Style and Graphics Requests (Unpaid) 06-13-2020, 07:42 AM
Replies: 6
Views: 8,960
Posted By PinkMilk
Dinda is a free theme from vBSkins.com which is...

Dinda is a free theme from vBSkins.com which is no longer around, I was able to find it via Google and download it via Wayback...
Forum: vB4 General Discussions 06-12-2020, 08:07 PM
Replies: 12
Views: 3,034
Posted By PinkMilk
Download xml file from This Post...

Download xml file from This Post (https://vborg.vbsupport.ru/showpost.php?p=2603008&postcount=4), now from admincp click on each of these from the side menu:

Admincp > Plugins & Products >...
Forum: vBulletin 4.x Template Modifications 05-31-2020, 09:55 AM
Replies: 22
Views: 14,275
Posted By PinkMilk
CSS4 solution: .selectable{ ...

CSS4 solution:
.selectable{
-webkit-touch-callout: all; /* iOS Safari */
-webkit-user-select: all; /* Safari */
-khtml-user-select: all; /* Konqueror HTML */
-moz-user-select:...
Forum: vB4 General Discussions 05-20-2020, 07:43 PM
Replies: 12
Views: 3,034
Posted By PinkMilk
***** This is seperate to the bbcode above. You...

***** This is seperate to the bbcode above. You do not need to wrap in bbcode tags or even create the bbcode replacement in admincp, just add the tiktok url to your post like you would any other...
Forum: vBulletin 4.x Add-ons 04-27-2020, 07:00 AM
Replies: 31
Administrative and Maintenance Tools - Adv. Editing Options for Mods and Admins
Views: 15,492
Posted By PinkMilk
Remove the condition, change: <vb:if...

Remove the condition, change:
<vb:if condition="isset($checked['use_new_dateline'])">checked="checked"</vb:if> />

to:
checked="checked"
Forum: vB4 General Discussions 04-21-2020, 11:59 PM
Replies: 12
Views: 3,034
Posted By PinkMilk
I have it working with: <blockquote...

I have it working with:
<blockquote class="tiktok-embed" data-video-id="{param}" style="max-width: 605px;" > <section></section> </blockquote> <script async...
Forum: vBulletin 3.8 Add-ons 04-20-2020, 10:56 AM
Replies: 4,362
Major Additions - DownloadsII
Views: 1,470,852
Posted By PinkMilk
Find and remove & from line 144 of downloads.php ...

Find and remove & from line 144 of downloads.php
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
Forum: vBulletin 3.8 Add-ons 03-29-2020, 08:49 AM
Replies: 2,396
Show Thread Enhancements - [AJAX] Post Thank You Hack
Views: 898,555
Posted By PinkMilk
Problem with: Fatal error: [] operator not...

Problem with: Fatal error: [] operator not supported for strings (https://stackoverflow.com/questions/5879675/problem-with-fatal-error-operator-not-supported-for-strings-in)
Forum: News and Announcements 01-11-2020, 04:57 PM
Replies: 18
Views: 18,299
Posted By PinkMilk
7.2+ fix for Error: Call to undefined function...

7.2+ fix for
Error: Call to undefined function split() in ....\global.php(607) : eval()'d code on line 33

Open product xml and replace split( with explode(

3 instances:
Line 102, 116 and 529
Forum: vB3 Programming Discussions 01-03-2020, 04:27 PM
Replies: 4
Views: 1,292
Posted By PinkMilk
<if condition="THIS_SCRIPT == 'index']"> // do...

<if condition="THIS_SCRIPT == 'index']">
// do something
</if>

Change to desired page showthread, forumdisplay etc
Forum: vB3 General Discussions 01-01-2020, 06:48 PM
Replies: 1
Views: 597
Posted By PinkMilk
Maintenance > Update Counters > Rebuild...

Maintenance > Update Counters > Rebuild Styles
Forum: vB3 Design and Graphics Discussions 12-28-2019, 07:45 PM
Replies: 3
Views: 1,566
Posted By PinkMilk
GDK (graphics development kit) are PSD files you...

GDK (graphics development kit) are PSD files you can edit in Photoshop/GIMP.

If your not very good at editting images in Photoshop/GIMP you might want to look in the Graphic Sets section...
Forum: Modification Requests/Questions (Unpaid) 09-22-2019, 10:31 AM
Replies: 2
Views: 771
Posted By PinkMilk
Same as gfycat...

Same as gfycat (https://vbulletin.org/forum/showthread.php?t=327536) just replace
https://gfycat.com/ifr/
with
//sendvid.com/embed/

and change title, Tag Name etc to reflect sendvid
Forum: vB3 General Discussions 09-11-2019, 02:35 PM
Replies: 4
Views: 528
Posted By PinkMilk
FORUMHOME template find: <td...

FORUMHOME template find:

<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead">$vbphrase[last_post]</td>
<td...
Forum: vB3 General Discussions 08-05-2019, 03:20 PM
Replies: 6
Views: 879
Posted By PinkMilk
User Ranks > User Rank Manager > Add New User...

User Ranks > User Rank Manager > Add New User Rank > Rank Type

In OR you may enter text input add:

<div class="leader_rank"><img src="images/ranks/stars.gif" alt="leader"/></div>

This set up...
Forum: vB3 General Discussions 12-10-2018, 01:16 PM
Replies: 9
Views: 825
Posted By PinkMilk
Your favicon link is not secure: <link...

Your favicon link is not secure:
<link rel='shortcut icon' href='http://www.efsaneclub.com/favicon.ico'>

should be:
<link rel='shortcut icon' href='https://www.efsaneclub.com/favicon.ico'>


...
Forum: vB3 General Discussions 12-05-2017, 07:17 PM
Replies: 4
Views: 692
Posted By PinkMilk
Thanks for sharing with everyone TTayfun....oh...

Thanks for sharing with everyone TTayfun....oh wait you didn't :(

Guess I will just have to instead:
<if condition="!$show['closethread']">
Whatever here
</if>

and heres a thread of other...
Forum: vB3 Design and Graphics Discussions 10-30-2017, 10:17 AM
Replies: 6
Views: 2,791
Posted By PinkMilk
In forumhome_forumbit_level1_nopost template find...

In forumhome_forumbit_level1_nopost template find and remove:

<if condition="$childforumbits">
<a style="float:$stylevar[right]" href="#top" onclick="return...
Forum: Community Lounge 04-01-2017, 05:51 PM
Replies: 7
Views: 1,350
Posted By PinkMilk
You might want to look at this post...

You might want to look at this post (https://vborg.vbsupport.ru/showpost.php?p=1662802&postcount=2), its a list of sites the AME mod uses.

Please note the post was last edited Mar 2014 so many or...
Forum: vB3 Design and Graphics Discussions 03-23-2017, 06:43 PM
Replies: 2
Views: 1,252
Posted By PinkMilk
The logout popup is created with default browser...

The logout popup is created with default browser based dialog box with the help of javascript to trigger it.

Both FORUMHOME and navbar templates have this link:
<a...
Forum: vB3 Programming Discussions 02-26-2017, 07:53 PM
Replies: 3
Views: 1,165
Posted By PinkMilk
Might help Using the vBulletin Input Cleaner...

Might help Using the vBulletin Input Cleaner Class (https://vborg.vbsupport.ru/showthread.php?t=119372)
Forum: vB3 General Discussions 02-14-2017, 11:06 PM
Replies: 2
Views: 881
Posted By PinkMilk
Marquee tag is obsolete, though it may still work...

Marquee tag is obsolete, though it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

Alternative is a little css and html
<div...
Forum: vB3 Programming Discussions 01-06-2017, 01:39 AM
Replies: 4
Views: 1,198
Posted By PinkMilk
Try: $synopsis =...

Try:
$synopsis = unhtmlspecialchars($thread['synopsis']);
$thread['synopsis'] = $this->parse_bbcode($synopsis);
Forum: vB3 Programming Discussions 09-08-2016, 07:06 PM
Replies: 9
Views: 2,413
Posted By PinkMilk
If trying to "stretch": Admincp > Styles &...

If trying to "stretch":

Admincp > Styles & Templates > Style Manager

header template find:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions" />
Replace with:
<img...
Showing results 1 to 25 of 38

 
Forum Jump

All times are GMT. The time now is 11:49 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.02661 seconds
  • Memory Usage 2,046KB
  • 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
  • (20)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