vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   [Release vB Links 1.0 | vB2bx (https://vborg.vbsupport.ru/showthread.php?t=12815)

FWC 03-23-2002 05:07 AM

Quote:

Originally posted by xiphoid
Download link = 404 :/
Look in Post #126.

Rheinblitz 04-05-2002 11:02 PM

does anybody already added tableborders? :rolleyes:

KarateKid 04-06-2002 12:42 PM

@FWC: It's not in this post.

I need this hack too! :cross-eyed:

FWC 04-06-2002 03:38 PM

Quote:

Originally posted by KarateKid
@FWC: It's not in this post.

I need this hack too! :cross-eyed:

I just looked and it's still there. Post #126 in this thread.

KarateKid 04-06-2002 03:57 PM

ups, you're right :D

Floris 04-14-2002 06:27 AM

This thread is weird :D

Anyway,
In Post #1 I downloaded the .zip and applied the hack.

The instructions for the admin/index.php are not so good for vB 2.2.5 and here is how I changed it.

in vBulletin 2.2.5 admin/index.php find:
Code:

makenavselect("Templates","<hr>");
// *************************************************
?>
</table>

and replace with:
Code:

makenavselect("Templates","<hr>");
// *************************************************
// ***
makenavoption("Add","../links/adminlinks.php?action=add","|");
makenavoption("Modify","../links/adminlinks.php?action=modify","|");
makenavoption("Approve","../links/adminlinks.php?action=offline");
makenavselect("Links");
// ***
makenavoption("Add","../links/adminlinks.php?action=addcat","|");
makenavoption("Modify","../links/adminlinks.php?action=modifycat","|");
makenavoption("Arrange","../links/adminlinks.php?action=ordercat");
makenavselect("Category");
// ***
?>
</table>


One of the things I wanted to know when someone submits a new link. Who submitted this? I added the below code to the links_email_newsite template:
Code:

Submitted by: $bbuserinfo[username]
(you can place that anywhere between the two long lines in the template)


Hope this helps anybody.

Floris 04-14-2002 07:32 AM

The counter shows $counter$bblink or something , and it doesn't show up a number! I think you should use "$link[counter]" on this spot instead.

indiamike 04-20-2002 12:46 AM

Okay after fishing through all the threads and changing what needed to be changed I have this running.

I have one problem and was wondering if anyone can help with this, when I try to use the banner upload on the users side (I can upload in the admin screen) I get
Quote:

Parse error: parse error in /home/indiamik/public_html/india/linksupload.php on line 8
These are the lines 5,6,7, and 8 from my linksupload.php where I believe the problem lies.

Quote:

// ###################### Start variables #######################
// Path to link directory with a / at the end
$path = "/home/indiamik/public_html/india/links/"
http://www.indiamike.com/india/links/";
Can anybody see what I did wrong? Help.

http://www.indiamike.com/india/links.php

FWC 04-20-2002 03:47 AM

You're missing a ; at the end of the $path line. I don't have line 8 there at all. Add the missing ; and try commenting out line 8.

indiamike 04-20-2002 08:51 AM

Quote:

Originally posted by FWC
You're missing a ; at the end of the $path line. I don't have line 8 there at all. Add the missing ; and try commenting out line 8.
That was it!

Thanks FWC for taking the time to answer, works great now.

:D

Mike


All times are GMT. The time now is 07:28 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.01301 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete