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

Showing results 1 to 25 of 244
Search took 0.01 seconds.
Search: Posts Made By: Davey-UK
Forum: vBulletin 4.x Add-ons 06-24-2014, 02:28 PM
Replies: 57
Views: 8,948
Posted By Davey-UK
Looks promising. How hard would it be to allow...

Looks promising. How hard would it be to allow regular members to post in Premium (paid subscribers) areas of a forum and get the same kind of result?
Forum: vBulletin 4.x Template Modifications 06-12-2014, 01:45 PM
Replies: 4
Views: 2,582
Posted By Davey-UK
I'm working on it, because if you just add a new...

I'm working on it, because if you just add a new height, that doesnt look good if you have many sub forums, as obviously the height of the cell gets bigger, the more sub forums you have under a...
Forum: vBulletin 4.x Template Modifications 06-11-2014, 05:47 PM
Replies: 4
Views: 2,582
Posted By Davey-UK
It is simpler to add everything into an array...

It is simpler to add everything into an array like so:
<!-- Forum Notice Box -->

<vb:if condition="in_array($forum['forumid'], array(13,14,15,16,17)) AND is_member_of($bbuserinfo, 6,15,9)">
...
Forum: vB4 Programming Discussions 06-09-2014, 05:39 AM
Replies: 12
Views: 634
Posted By Davey-UK
You wouldnt know how to fetch the last paid...

You wouldnt know how to fetch the last paid member username, or even the last 3, and place it in the sidebar with this bit of code would you?
Thanks
Forum: Modification Graveyard 06-05-2014, 05:40 PM
Replies: 16
Chat Modifications - Video Chat
Views: 4,843
Posted By Davey-UK
Nobody can surely afford to give away a video...

Nobody can surely afford to give away a video chat? I would be interested, if the questions above are answered.
Forum: vB4 Design and Graphics Discussions 05-13-2014, 04:34 PM
Replies: 15
Views: 2,208
Posted By Davey-UK
For flashchat, here is the link that fires from...

For flashchat, here is the link that fires from my forum menu tab.
http://www.mysite.com/forum/chat/" onclick="openWindow(this.href);this.blur();return false;

Hope this helps.
Forum: vBulletin 4.x Add-ons 05-12-2014, 09:49 AM
Replies: 5
Forum Home Enhancements - Graphic Of Whenever Event (GOWE)
Views: 2,192
Posted By Davey-UK
User ID field is filled in, as link to username...

User ID field is filled in, as link to username etc works, but just no avatar.
Looking in the file the avatar is found at image.php?$session[sessionurl]u=$vboptions[GOWE_userid]
and looking at your...
Forum: vBulletin 4.x Add-ons 05-09-2014, 08:10 AM
Replies: 5
Forum Home Enhancements - Graphic Of Whenever Event (GOWE)
Views: 2,192
Posted By Davey-UK
The users avatar is not showing? Any ideas?

The users avatar is not showing? Any ideas?
Forum: vB4 Programming Discussions 02-02-2014, 01:07 PM
Replies: 12
Views: 634
Posted By Davey-UK
Woop! Fantastic, that works a treat! I was...

Woop! Fantastic, that works a treat! I was editing my last post to include <br /> as you must have been typing this. LOL
Thankyou so much for this swift answering, its fab. Now for some styling....
Forum: vB4 Programming Discussions 02-02-2014, 12:58 PM
Replies: 12
Views: 634
Posted By Davey-UK
Yes that works, but still not showing the number...

Yes that works, but still not showing the number in sideblock. Would this be correct?
global $vbulletin;
if ($result = $vbulletin->db->query_first("SELECT COUNT(*) AS count FROM " . TABLE_PREFIX ....
Forum: vB4 Programming Discussions 02-02-2014, 12:47 PM
Replies: 12
Views: 634
Posted By Davey-UK
Strange. I added if ($result = global...

Strange.
I added
if ($result = global $vbulletin->db->query_first("SELECT COUNT(*) AS count FROM " . TABLE_PREFIX . "user WHERE usergroupid = 12"))
{
$num_grp_members = $result['count'];
}...
Forum: vB4 Programming Discussions 02-02-2014, 12:41 PM
Replies: 12
Views: 634
Posted By Davey-UK
Fabulous!! Thankyou. That works great on Forum...

Fabulous!! Thankyou. That works great on Forum Home.
I tried the code in a php block, but it causes a white screen of nothingness on the forum.

Not my forte unfortunately.

Thankyou though, i...
Forum: vB4 Programming Discussions 02-02-2014, 11:53 AM
Replies: 12
Views: 634
Posted By Davey-UK
Mmm, thanks i will give it a whirl. Do you mean...

Mmm, thanks i will give it a whirl.
Do you mean add the text you have added as a plugin, then make a new template which can be called via $num_members ?
Forum: vB4 Programming Discussions 02-02-2014, 10:17 AM
Replies: 12
Views: 634
Posted By Davey-UK
Total Users In Usergroup

Hello all.
Could anyone point me in the right direction, as to how to show the total number of members in a certain usergroup in a sidebar module and/or on the forumhome.

If it helps, the...
Forum: vB4 Design and Graphics Discussions 01-19-2014, 08:59 AM
Replies: 2
Views: 687
Posted By Davey-UK
Try these: :eek: ...

Try these: :eek:
https://vborg.vbsupport.ru/showthread.php?t=262898&highlight=message+notification

https://vborg.vbsupport.ru/showthread.php?t=262940&highlight=message+notification
...
Forum: vB4 Design and Graphics Discussions 01-18-2014, 10:33 AM
Replies: 5
Views: 439
Posted By Davey-UK
God i'm a dumb ass. Brilliant thankyou. Works!!

God i'm a dumb ass. Brilliant thankyou. Works!!
Forum: vB4 Design and Graphics Discussions 01-18-2014, 10:09 AM
Replies: 5
Views: 439
Posted By Davey-UK
Thanks ozzy. I tried that, but how to get it in...

Thanks ozzy. I tried that, but how to get it in the list is the problem.
What i have done is copy the code of block_html and create a template called blueblock_html.

What would i do now for that...
Forum: vB4 Design and Graphics Discussions 01-18-2014, 07:49 AM
Replies: 5
Views: 439
Posted By Davey-UK
Sideblock header colour option.

Hello all,

Does anyone have an idea as to how i would create another option for the header colour of forum blocks.

Ie: In my forum sidebar, the colour of the custom_html header is by default...
Forum: vB4 Programming Discussions 12-22-2013, 02:25 PM
Replies: 1
Views: 495
Posted By Davey-UK
Surprised this cant be answered by one of the...

Surprised this cant be answered by one of the members here. Does a script called in the sidebar need to call a template at all? Does all the code simply go into the sideblock code box and called as...
Forum: vBulletin 4.x Add-ons 12-19-2013, 05:04 AM
Replies: 1,282
Views: 364,555
Posted By Davey-UK
You need to uninstall the product from vB, delete...

You need to uninstall the product from vB, delete cookies and cache, and you should be back where you were before. Also delete all the files and folders from WP and vB via FTP.
Shame there is no...
Forum: vB4 Programming Discussions 12-18-2013, 05:57 PM
Replies: 1
Views: 495
Posted By Davey-UK
Product in forum sidebar

I recently had a mod made to show my latest paid subscriptions in my forum home page. Now i know about registering templates, using hooks etc, but how do i get it to show in the forum sidebar?
The...
Forum: vBulletin 4.x Add-ons 12-15-2013, 06:31 PM
Replies: 1,282
Views: 364,555
Posted By Davey-UK
I'm having major issues with this. Set it up,...

I'm having major issues with this.
Set it up, works fine for a while, but if you try logging in and out with different usernames on a dev forum, it stops showing the admin tools and username etc at...
Forum: vBulletin 4.x Add-ons 12-07-2013, 06:45 AM
Replies: 231
Anti-Spam Options - Rename register.php by BOP5
Views: 187,245
Posted By Davey-UK
Excellent mod. That got rid of the rascals. Great...

Excellent mod. That got rid of the rascals. Great work!
Forum: vBulletin 4.x Template Modifications 12-05-2013, 03:50 PM
Replies: 9
Mini Mods - Nicer poll bars - css
Views: 4,822
Posted By Davey-UK
Do you have a screen shot of what to expect with...

Do you have a screen shot of what to expect with this edit?
Ta
Forum: vBulletin 4.x Add-ons 12-04-2013, 05:48 PM
Replies: 363
Integration with vBulletin - Wordpress vBulletin integration
Views: 103,904
Posted By Davey-UK
Click on a forum topic

Click on a forum topic
Showing results 1 to 25 of 244

 
Forum Jump

All times are GMT. The time now is 01:51 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.02020 seconds
  • Memory Usage 2,054KB
  • 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
  • (33)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