vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v1.x (Archive - Closed for Posting) > Troubleshooting / "How do I..." Questions

 
 
Thread Tools Display Modes
  #1  
Old 03-13-2005, 02:09 AM
Alderwazeh's Avatar
Alderwazeh Alderwazeh is offline
alderwazeh.com..CMPS fan
 
Join Date: Jan 2005
Posts: 125
Default How do I make a standard links Module ?

The attached screenshot is what we all see at the main VBA page ...links to our most favoriat sites such as VBA ..VB...VBorg ..as a good example for everybdy how can we do that having the fact that everybody has his own links .. I want the standard module please ?
Thanks
Attached Images
File Type: gif Links Module.GIF (8.1 KB, 92 views)
  #2  
Old 03-13-2005, 10:01 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: How do I make a standard links Module ?

Just add a new template with the content you would like, then add a new module using the new template you created. If you haven't already, you may want to have a look at the users' manual available in the members' area here.
  #3  
Old 03-13-2005, 05:22 PM
Alderwazeh's Avatar
Alderwazeh Alderwazeh is offline
alderwazeh.com..CMPS fan
 
Join Date: Jan 2005
Posts: 125
Default Re: How do I make a standard links Module ?

Thanks a lot Brian ..got it
and to explain it for others as an example ..

1. Create CMPS template say for example ..adv_portal_links
2. Add this code to your templates

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] <!-- Module Title Here --></strong></span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%">

<!-- Content for your module goes here -->

</td>
</tr>
</table>
<br /

3. In the red font is where you add your block title "module title" say Favorite Links ... where in the second red font where you add your links ..simply use frontpage to do that and cut the code and put it there.
4.Save your template
5.Create a new module as usual using this template.

Thanks for Brian
  #4  
Old 03-13-2005, 05:44 PM
thenewuser thenewuser is offline
Junior Member
 
Join Date: Mar 2005
Posts: 19
Default Re: How do I make a standard links Module ?

I'm a bit confused how I make a CMPS template. Is this a php file I create?
  #5  
Old 03-13-2005, 06:41 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: How do I make a standard links Module ?

Admin CP => Style Manager => Add Template.
  #6  
Old 03-13-2005, 11:11 PM
thenewuser thenewuser is offline
Junior Member
 
Join Date: Mar 2005
Posts: 19
Default Re: How do I make a standard links Module ?

I'm sorry do you have a link to a place I can learn php, I thought the modules would be html based..

All I want is a module that says:

Games:
Game 1
Game 2
Game 3


But I can't seem to get it to work. :P
  #7  
Old 03-13-2005, 11:22 PM
PtP PtP is offline
Member
 
Join Date: Jun 2004
Posts: 37
Default Re: How do I make a standard links Module ?

The red text shown above: <!-- Content for your module goes here --> is where you will put your normal html links.
  #8  
Old 03-13-2005, 11:25 PM
thenewuser thenewuser is offline
Junior Member
 
Join Date: Mar 2005
Posts: 19
Default Re: How do I make a standard links Module ?

Ahh thank you, I still do not see the module, it doesn't load on the main page. The active radio button is set to "yes". I've given the module a title, the template to include, and all users can view it. What am I doing wrong now? lol

Thanks for all the help.
  #9  
Old 03-14-2005, 03:41 AM
sapper6fd sapper6fd is offline
Member
 
Join Date: Dec 2004
Posts: 62
Default Re: How do I make a standard links Module ?

Step 1 - Create a new template with the code you want to use by going to Admin CP => Style Manager => Add Template. Title it adv_portal_insertnamehere. (IE adv_portal_games)

Step 2 Enter the code you want to use in the Template Box

Step 3 Go to Admin CP => vBa CMPS => Add Module. Give the module a name (IE Games)

Step 4 Module Identifier: Leave Blank.

Step 5: File To Include: Leave as is.

Step 6: OR Template to Include: - If you neamed your template adv_portal_games, type Games.

Step 7: Active: "Yes" to activate the module.

Step 8: Display Order: Select a column

Step 9: Templates Used: adv_portal_games (Replace with template name)

Step 10: Select who you want to have access to the module

Step 11: click Save.

Go back to your homepage, and there it is.

Last edited by sapper6fd; 03-14-2005 at 03:45 AM.
  #10  
Old 03-14-2005, 03:46 AM
thenewuser thenewuser is offline
Junior Member
 
Join Date: Mar 2005
Posts: 19
Default Re: How do I make a standard links Module ?

Thank you sir, I shall try this now.
  #11  
Old 03-14-2005, 03:54 AM
thenewuser thenewuser is offline
Junior Member
 
Join Date: Mar 2005
Posts: 19
Default Re: How do I make a standard links Module ?

Hrm I just did what you did step by step here:

http://www.powerlevel.org/

This is my template code
Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] <!-- Games></strong></span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%">

Everquest 2<br>
Lineage 2<br>
Star Wars Galaxies<br>
World of Warcraft<br>

</td>
</tr>
</table>
<br /
I still can not get it to show. (Yes I stole Brian's avatar, just for now, I'll take trunks off when I fix the avatar size. )
  #12  
Old 03-14-2005, 07:08 AM
Alderwazeh's Avatar
Alderwazeh Alderwazeh is offline
alderwazeh.com..CMPS fan
 
Join Date: Jan 2005
Posts: 125
Default Re: How do I make a standard links Module ?

go to frontpage ... put your what ever games you want .. the design .. the style ..and insert links in the design area.. after you became satisfied with that .. go to the code area.."html' in the frontpage and get that code and past it to the area that said in red ..." put your content here"
===
And to give you a fresh example .. I just finshed doing this module as you can see at the attcahed screenshot ..what I did is as folows:
1. I create CMPS template by going to my control panel and to the style manager and to the parent style .. go to the option ..add new template.. a new window will open and you should put their a title for the template say ...adv_portal_links..
2. I put the following code in this template and then save it.


<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] مواقع دعـم الدروازه</strong></span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%">
<meta http-equiv="Content-Language" content="en-us">
<div align="left">
<address>
<u><font face="Arial" size="1"><a href="http://www.vbadvanced.com">
Vbadvanced.com</a></font></u></address>
</div>
<div align="left">
<address>
<u><a href="http://www.vbulletin.com"><font size="1">Vbulletin.com</font></a></u></address>
</div>
<div align="left">
<address>
<u><a href="http://www.vbulletin.org"><font size="1">Vbulletin.org</font></a></u></address>
</div>
<div align="left">
<address>
<font face="Arial" size="1"><a href="http://www.vbulletintemplates.com">
Vbulletin Templates</a></font></address>
</div>
<div align="left">
<address>
<a href="http://www.theadminzone.com/forums/index.php?referrerid=1823">
<font face="Arial" size="1">The&nbsp; Admin Zone</font></a></address>
</div>
<div align="left">
<address>
<a href="http://www.big-boards.com"><font face="Arial" size="1">Big&nbsp;
Borads</font></a></address>
</div>
<p>&nbsp;</p>
</td>
</tr>
</table>
<br />

3. The red statment = "<--Put your module title here--> and "<--Put your content here-->
4. the content as I explain I made it in the frontpage and I picked the code from there and put it here..
5. I create a CMPS module and called it "Technical support" ...I left the module id and file .. untouched .. I go to the " or template" and put only the word "links" ..then I activate my module .. give it a number where it should be among other modules ... and also centere it right .. center .. or left.. I chosed left ..
Then I save the module and went to the CMPS page and found the attache module ... the screenshot..
This was my story last night..
GL
Attached Images
File Type: gif links CMPS Module.GIF (8.4 KB, 47 views)

Last edited by Alderwazeh; 03-14-2005 at 07:45 AM.
  #13  
Old 03-14-2005, 08:05 AM
thenewuser thenewuser is offline
Junior Member
 
Join Date: Mar 2005
Posts: 19
Default Re: How do I make a standard links Module ?

Oh dear, thanks for the long write up. Let me read all of this hehe.
  #14  
Old 03-19-2005, 01:41 AM
SasukeNC SasukeNC is offline
Junior Member
 
Join Date: Jul 2004
Posts: 1
Default Re: How do I make a standard links Module ?

I've tried this 5 times and IT DOES NOT WORK!
  #15  
Old 03-19-2005, 09:13 PM
Boosted MR-S Boosted MR-S is offline
http://yorkiechat.net
 
Join Date: Dec 2004
Posts: 139
Default Re: How do I make a standard links Module ?

http://www.vbadvanced.com/forum/show...7047#post37047

Check that thread out.
__________________
http://yorkiechat.net
  #16  
Old 03-20-2005, 02:58 AM
HeadRat HeadRat is offline
Member
 
Join Date: Mar 2005
Posts: 93
Default Re: How do I make a standard links Module ?

Everything worked for me the first time, thanks for the step by step coding instructions, just one question, what is the code I can enter to make the links open in another window when clicked?
  #17  
Old 03-20-2005, 05:31 AM
Boosted MR-S Boosted MR-S is offline
http://yorkiechat.net
 
Join Date: Dec 2004
Posts: 139
Default Re: How do I make a standard links Module ?

Code:
<a target="_blank" href="LINK URL">LINK NAME</a>
__________________
http://yorkiechat.net
  #18  
Old 03-20-2005, 10:55 AM
dagaz dagaz is offline
Junior Member
 
Join Date: Nov 2004
Posts: 13
Default Re: How do I make a standard links Module ?

Worked a treat, thanks.
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how make CMPS Module - My Favorites Links bing11 Add-On Modules & Modifications 8 02-14-2005 05:06 PM
How can I make a search module Viks Troubleshooting / "How do I..." Questions 3 02-09-2005 06:01 AM
make usercp nav a module? robert_2004 Troubleshooting / "How do I..." Questions 7 10-10-2004 09:21 AM
Make Forum into a Module yinyang Troubleshooting / "How do I..." Questions 1 06-02-2004 07:50 PM


All times are GMT -4. The time now is 08:04 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.