PDA

View Full Version : Links of Interest module


Grimmy
09-15-2004, 03:51 AM
I am sure that this has been covered before, I have searched and haven't found anything yet (probably the in the wrong forum, it's late and I am sleepy)

I'd like a module like on the home page of VBadvanced. The block like the links of interest. Could someone be so kind and direct me to a link where it's explained how to make that module or help me out in how to make it?

Thanks in advance :)

Grimmy

Brian
09-15-2004, 12:10 PM
http://www.vbadvanced.com/membersarea.php?do=viewmanual&productid=4&pageid=2 ;)

Our Sponsors
 

nervace
10-21-2004, 01:30 PM
The link shows how to add a module or create a module it does not say anything about how the links of interest module is created?

Brian
10-21-2004, 02:14 PM
Create a module and then add the links in the template.

Our Sponsors
 

rapheal
10-23-2004, 12:59 PM
what should we pick for "File to Include" ?

Brian
10-23-2004, 01:05 PM
Taken from the User's Manual:

File to Include

This option will list all files that are presently located in your forum/modules folder. If the new module you are creating should require another file, you may select that file from the list here. Otherwise, you will want to add a template in the 'Template to include' option below this option.

rapheal
10-23-2004, 01:14 PM
i did all that .. but its not showing in the page !

rapheal
10-23-2004, 01:16 PM
and how do we add the links ?

memobug
10-23-2004, 03:21 PM
The links go right in the new template you create. Like <a href="mysite.com">First Site</a> or whatever html you want. If they don't show when you do a preview on the template, you've done something wrong and they aren't going to show on vBa CMPS.

If they do show in the template preview, and don't show in CMPS make sure you have the template named with the correct prefix and that you have created and enabled a module that contains that template.

It's very easy after you've done it once.

Regards,

Matt

rapheal
10-23-2004, 05:33 PM
i did it as what you said. but nothing is happing !

rapheal
10-23-2004, 05:43 PM
i opend a new Tamplet in one of my styels I called it "adv_portal_links"

I added a link in it <p align="left"><a href="http://www.site.com/">site</a></p>

saved it

nothing showd!

indie
10-23-2004, 06:28 PM
make sure the module is activated AND is checked off on the homepage.

rapheal
10-23-2004, 07:33 PM
did it

same thing nothing is showing :(

rapheal
10-23-2004, 08:24 PM
ok i finally made it ..

in the Template to Include i put the hole thing adv_portal_links what i did is just put it links and it worked :)

but now i just get the links ... like there not in a box like the others !

rapheal
10-23-2004, 09:22 PM
never mind a friend fixed it for me

and its not that easy !

nevir
02-11-2005, 07:53 AM
ok i finally made it ..

in the Template to Include i put the hole thing adv_portal_links what i did is just put it links and it worked :)

but now i just get the links ... like there not in a box like the others !

me too!! but, how do we create the box like here?!! :confused:

nevir
02-11-2005, 09:29 AM
Well I got it!!! :D I seeked here (http://www.vbadvanced.com/forum/showthread.php?t=2294)

thx anyway ;)

Alderwazeh
02-11-2005, 12:48 PM
http://www.vbadvanced.com/forum/showthread.php?t=4103

jadel
02-17-2005, 01:25 AM
I have tried everything mentioned in this thread and I cannot get it to work. Here is what I have so far.

File to include is blank
Template to include is called links (file saved is adv_portal_links.php in the public_html and the forums directory. Neither worked)
Active is Yes
Column is Left
Display is 2
Template Used has been left blank and I add adv_portal_links and it didn't work either.
Everything else is checked yes.

Any help on this will be appreciated. TIA

Brian
02-17-2005, 09:46 AM
Template to include is called links (file saved is adv_portal_links.php in the public_html and the forums directory.
This is for a template, not a file. Go to your Admin CP => Style Manager => Add Template, name the template 'adv_portal_links' and then add your content.