![]() |
|
#1
|
|||
|
|||
|
I know many of my questions sound like they are coming from a 1st grader, but I hope someone can answer.
1) In the product description of VBA Links v3.0 Beta 2, it states "Custom field data is now cached so it can be accessed throughout the software without the need for a query to gather the data." http://www.vbadvanced.com/forum/show...606#post149606 In simple terms, what exactly does this mean? Can you give a practical example? 2) $vboption[homeurl] is for root of the domain. $vboption[bburl] is for forum root of the domain. What is the Link root of the domain? $vboption[linkurl]? Do you have anything for this? 3) When searching through code, I always see $link[name], $link[linkURL], $link[catid], $link[description], etc. Let's say I want to set up a simple array to print out the contents of my links. However, I want to do it as a stand alone mod, just simple code. I really want to understand the basics of the VBA Link fields. I've searched every thread and there is no example of this. Can someone help give a simple example of this? Those are my questions. I know I sound like a first grader, but I want to really understand this. Last edited by drynax; 07-05-2008 at 09:57 AM. |
|
#2
|
||||
|
||||
|
1). Just replied in the thread where you asked.
2). You can use $vba_options[links_homeurl] when browsing the links directory, but that variable is not available when browsing vB (no point in calling the vBa Links settings where they're not used). 3). You would need to write a query to pull the data you want and the corresponding while() loop to process each row from the query. |
|
#3
|
|||
|
|||
|
Quote:
I feel like a 1st grader again for asking this... Is there a simple example of pulling the Query? Is there a simple example of the while() loop? I've searched everywhere in the Forums and couldn't find an example. Second, Is there a way to make $vba_options[links_homeurl] global? Last edited by drynax; 07-05-2008 at 01:38 PM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| variable | mark737 | "How Do I..." Questions | 0 | 12-01-2007 04:13 PM |
| page variable? | BuckyBoy | Module & Modification Discussion & Requests | 1 | 06-27-2007 06:31 PM |
| What is the variable name for.... | 58sniper | Troubleshooting / "How do I..." Questions | 5 | 08-02-2004 02:18 PM |
| Page='s Variable | Ian Gordon | Troubleshooting / "How do I..." Questions | 9 | 06-15-2004 11:00 AM |
| ?page=xxx&variable=XXX | Mike_XBLW | Troubleshooting / "How do I..." Questions | 3 | 05-19-2004 07:35 PM |