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

Showing results 1 to 25 of 34
Search took 0.00 seconds.
Search: Posts Made By: CoolHand_79
Forum: vBulletin 3.7 Add-ons 07-04-2006, 09:21 PM
Replies: 1,989
Major Additions - PhotoPlog: The Lite Gallery
Views: 639,578
Posted By CoolHand_79
It means that the full path set in the PhotoPlog...

It means that the full path set in the PhotoPlog config file is incorrect. Run this script in your main forum directory to help determine the correct path.


<?php
echo getcwd();
?>


Or...
Forum: vBulletin 3.7 Add-ons 07-04-2006, 09:14 PM
Replies: 1,989
Major Additions - PhotoPlog: The Lite Gallery
Views: 639,578
Posted By CoolHand_79
Go to admin panel/photoplog/usergroupmanger/super...

Go to admin panel/photoplog/usergroupmanger/super moderator/

Scroll down to the PHOTOPLOG Permissions.. second from the bottom. Moderate this groups files


Uncheck that box.

Luke
Forum: vBulletin 3.7 Add-ons 06-28-2006, 03:55 PM
Replies: 1,989
Major Additions - PhotoPlog: The Lite Gallery
Views: 639,578
Posted By CoolHand_79
Sweet! I got it all working now.. I Luke

Sweet! I got it all working now.. I

Luke
Forum: Modification Requests/Questions (Unpaid) 06-28-2006, 03:54 PM
Replies: 3
Views: 1,410
Posted By CoolHand_79
*Bump*

*Bump*
Forum: vBulletin 3.5 Add-ons 06-28-2006, 10:03 AM
Replies: 1,115
Views: 245,475
Posted By CoolHand_79
I am creating a form and would like to have a...

I am creating a form and would like to have a drop down boxing listing the users from a specific user group on my site. How would I write this?

Thanks,

Luke
Forum: vBulletin 3.7 Add-ons 06-27-2006, 08:22 PM
Replies: 1,989
Major Additions - PhotoPlog: The Lite Gallery
Views: 639,578
Posted By CoolHand_79
Hmm.. I almost got it. I am having to manually...

Hmm.. I almost got it. I am having to manually edit the templates. However the the mouseovers are still getting screwed up. Even after manually linking by hard coding the links in the header...
Forum: vBulletin 3.7 Add-ons 06-25-2006, 12:56 PM
Replies: 1,989
Major Additions - PhotoPlog: The Lite Gallery
Views: 639,578
Posted By CoolHand_79
How did you get your images to work correctly...

How did you get your images to work correctly gbrain? Notice mine...

http://www.canuckclan.com/photoplog

Luke
Forum: vBulletin 3.7 Add-ons 06-20-2006, 12:18 AM
Replies: 1,989
Major Additions - PhotoPlog: The Lite Gallery
Views: 639,578
Posted By CoolHand_79
*bump* see 2 posts up.. Thanks Luke

*bump* see 2 posts up..

Thanks

Luke
Forum: vBulletin 3.7 Add-ons 06-15-2006, 11:24 PM
Replies: 1,989
Major Additions - PhotoPlog: The Lite Gallery
Views: 639,578
Posted By CoolHand_79
I still have the images not showing up. I have...

I still have the images not showing up. I have tried relentlessly to fix this.. look at the images in the breadcrumbs..

It keeps trying to add /photplog in front of the image.. here is my...
Forum: vBulletin 3.5 Add-ons 06-10-2006, 06:52 PM
Replies: 1,115
Views: 245,475
Posted By CoolHand_79
I am creating a form and would like to have a...

I am creating a form and would like to have a drop down boxing listing the users from a specific user group on my site. How would I write this?

Thanks,

Luke
Forum: vB3 Programming Discussions 06-10-2006, 06:51 PM
Replies: 2
Views: 902
Posted By CoolHand_79
w00t! Thanks! Luke

w00t! Thanks!

Luke
Forum: vBulletin 3.7 Add-ons 06-10-2006, 06:50 PM
Replies: 1,989
Major Additions - PhotoPlog: The Lite Gallery
Views: 639,578
Posted By CoolHand_79
This is more of a global is it not? I have not...

This is more of a global is it not? I have not trouble with the site at all. The only trouble is with the photoplog area, it is not linking to the site properly. I have the site at the root of my...
Forum: vBulletin 3.7 Add-ons 06-09-2006, 03:13 PM
Replies: 1,989
Major Additions - PhotoPlog: The Lite Gallery
Views: 639,578
Posted By CoolHand_79
*Bump* I still have the problem.. also where do...

*Bump* I still have the problem.. also where do I edit the links to the images like described in the second post of this thread?

Thanks,

Luke
Forum: vBulletin 3.7 Add-ons 06-08-2006, 09:04 PM
Replies: 1,989
Major Additions - PhotoPlog: The Lite Gallery
Views: 639,578
Posted By CoolHand_79
Ok, it seems to work but the nav bar is all...

Ok, it seems to work but the nav bar is all messed up...

http://www.canuckclan.com/photoplog/

Any idea on where to fix it?

Luke

It is as if something is linked wrong somewhere.. notice...
Forum: vBulletin 3.5 Add-ons 06-08-2006, 06:57 PM
Replies: 1,115
Views: 245,475
Posted By CoolHand_79
Not 100% sure what you mean but try this... ...

Not 100% sure what you mean but try this...

Line 412: $posttitle = $name

make $name to be equal to one of the form answers.

For Example:

$posttitle = "$radioanswer2";
Forum: vB3 Programming Discussions 06-08-2006, 05:37 PM
Replies: 1
Views: 734
Posted By CoolHand_79
Query Question

How would I write the PHP code that would query a specific usergroup and list the names of the users in html?

Thanks,

Luke

Can anyone show a working example of this code? I would really...
Forum: Modification Requests/Questions (Unpaid) 06-08-2006, 05:33 PM
Replies: 3
Views: 1,410
Posted By CoolHand_79
Roll Call

I have searched through a lot of mods over the past month and have yet to see one that does the following. Can someone make one for vb 3.5.4?

Basics:


Posts a roll call announcement where...
Forum: vBulletin 3.5 Add-ons 06-07-2006, 10:42 PM
Replies: 1,115
Views: 245,475
Posted By CoolHand_79
I am creating a form and would like to have a...

I am creating a form and would like to have a drop down boxing listing the users from a specific user group on my site. How would I write this?

Thanks,

Luke
Forum: vB3 Programming Discussions 06-01-2006, 10:51 PM
Replies: 2
Views: 902
Posted By CoolHand_79
MySql Query usergroups

How would I write a MySql query so that it will gather users of a usergroup and print them out on a page?

I want to make a custom pre-written members page.

Thanks,

Luke
Forum: vB3 General Discussions 06-01-2006, 10:47 PM
Replies: 7
Views: 918
Posted By CoolHand_79
in the header template look at this line: ...

in the header template

look at this line:

<td align="$stylevar[left]">

change it to what ever you want.. right center etc...
Forum: vB3 General Discussions 06-01-2006, 07:25 PM
Replies: 0
Views: 690
Posted By CoolHand_79
How do I create a custom page based on a "query"

How do I make a link so that it displays a list of members that belong to a specific user group?

Thanks

Luke
Forum: vBulletin 3.5 Add-ons 05-24-2006, 03:00 PM
Replies: 136
Views: 48,527
Posted By CoolHand_79
I have my website being hosted by Godaddy and for...

I have my website being hosted by Godaddy and for some reason they won't let me query the teamspeak. Any ideas on how to get around that?

Currently I set up gll2ts and have it being hosted...
Forum: vBulletin 3.5 Styles 05-24-2006, 02:43 PM
Replies: 158
Views: 56,660
Posted By CoolHand_79
So no one has any ideas on how to fix this.. ...

So no one has any ideas on how to fix this.. just a nice easy way to seperate the links in the forum without changing the color of the other links on the site?

Luke
Forum: vBulletin 3.5 Styles 05-23-2006, 04:50 PM
Replies: 158
Views: 56,660
Posted By CoolHand_79
Also as noted above the problem is a little more...

Also as noted above the problem is a little more then just editing the main css.

You have Alt 1 and Alt 2 bought if you change the link colors it also changes the link on the forums listings. So...
Forum: vBulletin 3.5 Styles 05-23-2006, 02:22 PM
Replies: 158
Views: 56,660
Posted By CoolHand_79
Great skin. Now, in the forum posts when someone...

Great skin. Now, in the forum posts when someone adds a link it just shows up as regular text. How can I change this so that links show up orange, or underlined, and visted links show up red...
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT. The time now is 01:26 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.01954 seconds
  • Memory Usage 2,031KB
  • 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
  • (54)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